ReactOS 0.4.15-dev-8064-gdaf8068
ymath.h File Reference
#include <yvals.h>
Include dependency graph for ymath.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  _Dconst
 

Macros

#define _DENORM   (-2)
 
#define _FINITE   (-1)
 
#define _INFCODE   1
 
#define _NANCODE   2
 
#define _FE_DIVBYZERO   0x04
 
#define _FE_INEXACT   0x20
 
#define _FE_INVALID   0x01
 
#define _FE_OVERFLOW   0x08
 
#define _FE_UNDERFLOW   0x10
 

Functions

void __cdecl _Feraise (int)
 
_CRTIMP double __cdecl _Cosh (double, double)
 
_CRTIMP short __cdecl _Dtest (double *)
 
_CRTIMP short __cdecl _Exp (double *, double, short)
 
_CRTIMP double __cdecl _Sinh (double, double)
 
_CRTIMP float __cdecl _FCosh (float, float)
 
_CRTIMP short __cdecl _FDtest (float *)
 
_CRTIMP short __cdecl _FExp (float *, float, short)
 
_CRTIMP float __cdecl _FSinh (float, float)
 
_CRTIMP long double __cdecl _LCosh (long double, long double)
 
_CRTIMP short __cdecl _LDtest (long double *)
 
_CRTIMP short __cdecl _LExp (long double *, long double, short)
 
_CRTIMP long double __cdecl _LSinh (long double, long double)
 

Variables

_CRTIMP _Dconst _Denorm
 
_CRTIMP _Dconst _Hugeval
 
_CRTIMP _Dconst _Inf
 
_CRTIMP _Dconst _Nan
 
_CRTIMP _Dconst _Snan
 
_CRTIMP _Dconst _FDenorm
 
_CRTIMP _Dconst _FInf
 
_CRTIMP _Dconst _FNan
 
_CRTIMP _Dconst _FSnan
 
_CRTIMP _Dconst _LDenorm
 
_CRTIMP _Dconst _LInf
 
_CRTIMP _Dconst _LNan
 
_CRTIMP _Dconst _LSnan
 

Macro Definition Documentation

◆ _DENORM

#define _DENORM   (-2)

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER within this package.

Definition at line 14 of file ymath.h.

◆ _FE_DIVBYZERO

#define _FE_DIVBYZERO   0x04

Definition at line 19 of file ymath.h.

◆ _FE_INEXACT

#define _FE_INEXACT   0x20

Definition at line 20 of file ymath.h.

◆ _FE_INVALID

#define _FE_INVALID   0x01

Definition at line 21 of file ymath.h.

◆ _FE_OVERFLOW

#define _FE_OVERFLOW   0x08

Definition at line 22 of file ymath.h.

◆ _FE_UNDERFLOW

#define _FE_UNDERFLOW   0x10

Definition at line 23 of file ymath.h.

◆ _FINITE

#define _FINITE   (-1)

Definition at line 15 of file ymath.h.

◆ _INFCODE

#define _INFCODE   1

Definition at line 16 of file ymath.h.

◆ _NANCODE

#define _NANCODE   2

Definition at line 17 of file ymath.h.

Function Documentation

◆ _Cosh()

_CRTIMP double __cdecl _Cosh ( double  ,
double   
)

◆ _Dtest()

_CRTIMP short __cdecl _Dtest ( double )

◆ _Exp()

_CRTIMP short __cdecl _Exp ( double ,
double  ,
short   
)

◆ _FCosh()

_CRTIMP float __cdecl _FCosh ( float  ,
float   
)

◆ _FDtest()

_CRTIMP short __cdecl _FDtest ( float )

◆ _Feraise()

void __cdecl _Feraise ( int  )

◆ _FExp()

_CRTIMP short __cdecl _FExp ( float ,
float  ,
short   
)

◆ _FSinh()

_CRTIMP float __cdecl _FSinh ( float  ,
float   
)

◆ _LCosh()

◆ _LDtest()

_CRTIMP short __cdecl _LDtest ( long double )

◆ _LExp()

_CRTIMP short __cdecl _LExp ( long double ,
long double  ,
short   
)

◆ _LSinh()

◆ _Sinh()

_CRTIMP double __cdecl _Sinh ( double  ,
double   
)

Variable Documentation

◆ _Denorm

_CRTIMP _Dconst _Denorm
extern

◆ _FDenorm

_CRTIMP _Dconst _FDenorm
extern

◆ _FInf

Definition at line 42 of file ymath.h.

◆ _FNan

Definition at line 42 of file ymath.h.

◆ _FSnan

_CRTIMP _Dconst _FSnan

Definition at line 42 of file ymath.h.

◆ _Hugeval

_CRTIMP _Dconst _Hugeval

Definition at line 37 of file ymath.h.

◆ _Inf

Definition at line 37 of file ymath.h.

◆ _LDenorm

_CRTIMP _Dconst _LDenorm
extern

◆ _LInf

Definition at line 47 of file ymath.h.

◆ _LNan

Definition at line 47 of file ymath.h.

◆ _LSnan

_CRTIMP _Dconst _LSnan

Definition at line 47 of file ymath.h.

◆ _Nan

Definition at line 37 of file ymath.h.

◆ _Snan

Definition at line 37 of file ymath.h.