Home
last modified time | relevance | path

Searched refs:FP_ZERO (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/include/crt/
H A Dmingw_math.h53 #define FP_ZERO 0x4000 macro
54 #define FP_SUBNORMAL (FP_NORMAL | FP_ZERO)
72 return sw & (FP_NAN | FP_NORMAL | FP_ZERO ); in __fpclassifyl()
77 return sw & (FP_NAN | FP_NORMAL | FP_ZERO ); in __fpclassify()
82 return sw & (FP_NAN | FP_NORMAL | FP_ZERO ); in __fpclassifyf()
110 return (sw & (FP_NAN | FP_NORMAL | FP_INFINITE | FP_ZERO | FP_SUBNORMAL)) in __isnan()
119 return (sw & (FP_NAN | FP_NORMAL | FP_INFINITE | FP_ZERO | FP_SUBNORMAL)) in __isnanf()
128 return (sw & (FP_NAN | FP_NORMAL | FP_INFINITE | FP_ZERO | FP_SUBNORMAL)) in __isnanl()
H A Dmath.h71 #define FP_ZERO 0 macro
/reactos/sdk/lib/ucrt/math/
H A D_dclass.c42 return m ? FP_SUBNORMAL : FP_ZERO; in _dclass()
H A D_fdclass.c42 return m ? FP_SUBNORMAL : FP_ZERO; in _fdclass()
/reactos/sdk/lib/3rdparty/libxml2/
H A Dtrionan.c577 case FP_ZERO:
/reactos/sdk/include/ucrt/
H A Dcorecrt_math.h109 #define FP_ZERO 0 macro