Searched refs:FLT_UWORD_IS_FINITE (Results 1 - 8 of 8) sorted by relevance

/device/google/contexthub/firmware/lib/libm/
H A Dsf_cos.c35 else if (!FLT_UWORD_IS_FINITE(ix)) return x-x;
H A Dsf_sin.c35 else if (!FLT_UWORD_IS_FINITE(ix)) return x-x;
H A Dsf_floor.c61 if(!FLT_UWORD_IS_FINITE(ix)) return x+x; /* inf or NaN */
H A Def_sqrt.c39 if(!FLT_UWORD_IS_FINITE(hx))
H A Dsf_scalbn.c51 if (!FLT_UWORD_IS_FINITE(hx))
H A Def_fmod.c47 !FLT_UWORD_IS_FINITE(hx)||
H A Dfdlibm.h28 FLT_UWORD_IS_FINITE(X)
62 #define FLT_UWORD_IS_FINITE(x) 1 macro
71 #define FLT_UWORD_IS_FINITE(x) ((x)<0x7f800000L) macro
H A Def_rem_pio2.c177 if(!FLT_UWORD_IS_FINITE(ix)) {

Completed in 67 milliseconds