ReactOS 0.4.15-dev-8064-gdaf8068
ymath.h
Go to the documentation of this file.
1
6#ifndef _YMATH
7#define _YMATH
8#include <yvals.h>
11
12#pragma pack(push,_CRT_PACKING)
13
14#define _DENORM (-2)
15#define _FINITE (-1)
16#define _INFCODE 1
17#define _NANCODE 2
18
19#define _FE_DIVBYZERO 0x04
20#define _FE_INEXACT 0x20
21#define _FE_INVALID 0x01
22#define _FE_OVERFLOW 0x08
23#define _FE_UNDERFLOW 0x10
24
25typedef union {
26 unsigned short _Word[8];
27 float _Float;
28 double _Double;
29 long double _Long_double;
30} _Dconst;
31
32void __cdecl _Feraise(int);
33_CRTIMP double __cdecl _Cosh(double,double);
34_CRTIMP short __cdecl _Dtest(double *);
35_CRTIMP short __cdecl _Exp(double *,double,short);
36_CRTIMP double __cdecl _Sinh(double,double);
38_CRTIMP float __cdecl _FCosh(float,float);
39_CRTIMP short __cdecl _FDtest(float *);
40_CRTIMP short __cdecl _FExp(float *,float,short);
41_CRTIMP float __cdecl _FSinh(float,float);
43_CRTIMP long double __cdecl _LCosh(long double,long double);
44_CRTIMP short __cdecl _LDtest(long double *);
45_CRTIMP short __cdecl _LExp(long double *,long double,short);
46_CRTIMP long double __cdecl _LSinh(long double,long double);
50
51#pragma pack(pop)
52#endif
#define __cdecl
Definition: accygwin.h:79
#define _CRTIMP
Definition: crtdefs.h:72
Definition: ymath.h:25
double _Double
Definition: ymath.h:28
float _Float
Definition: ymath.h:27
long double _Long_double
Definition: ymath.h:29
_CRTIMP double __cdecl _Sinh(double, double)
_CRTIMP _Dconst _LInf
Definition: ymath.h:47
_CRTIMP short __cdecl _Exp(double *, double, short)
_CRTIMP long double __cdecl _LCosh(long double, long double)
_CRTIMP float __cdecl _FCosh(float, float)
_CRTIMP short __cdecl _LDtest(long double *)
_CRTIMP _Dconst _Nan
Definition: ymath.h:37
_CRTIMP double __cdecl _Cosh(double, double)
_CRTIMP _Dconst _FNan
Definition: ymath.h:42
_CRTIMP short __cdecl _FExp(float *, float, short)
_CRTIMP _Dconst _Snan
Definition: ymath.h:37
_CRTIMP _Dconst _LDenorm
_CRTIMP short __cdecl _LExp(long double *, long double, short)
void __cdecl _Feraise(int)
_CRTIMP _Dconst _LNan
Definition: ymath.h:47
_CRTIMP short __cdecl _Dtest(double *)
_CRTIMP short __cdecl _FDtest(float *)
_CRTIMP _Dconst _FDenorm
_CRTIMP long double __cdecl _LSinh(long double, long double)
_CRTIMP _Dconst _Hugeval
Definition: ymath.h:37
_CRTIMP _Dconst _Denorm
_CRTIMP _Dconst _FInf
Definition: ymath.h:42
_CRTIMP _Dconst _FSnan
Definition: ymath.h:42
_CRTIMP _Dconst _LSnan
Definition: ymath.h:47
_CRTIMP float __cdecl _FSinh(float, float)
_CRTIMP _Dconst _Inf
Definition: ymath.h:37
#define _C_LIB_DECL
Definition: yvals.h:159
#define _C_STD_BEGIN
Definition: yvals.h:155
#define _END_C_LIB_DECL
Definition: yvals.h:160
#define _C_STD_END
Definition: yvals.h:156