Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/lib/libm/
Def_atan2.c45 if(FLT_UWORD_IS_NAN(ix)||
46 FLT_UWORD_IS_NAN(iy)) /* x or y is NaN */
Dfdlibm.h63 #define FLT_UWORD_IS_NAN(x) 0 macro
72 #define FLT_UWORD_IS_NAN(x) ((x)>0x7f800000L) macro
Dsf_atan.c80 if(FLT_UWORD_IS_NAN(ix))
Def_exp.c58 if(FLT_UWORD_IS_NAN(hx))
Def_fmod.c48 FLT_UWORD_IS_NAN(hy))
Def_pow.c79 if(FLT_UWORD_IS_NAN(ix) ||
80 FLT_UWORD_IS_NAN(iy)) {