Searched refs:FLT_UWORD_IS_ZERO (Results 1 – 3 of 3) sorted by relevance
117 #define FLT_UWORD_IS_ZERO(x) ((x)<0x00800000L) macro124 #define FLT_UWORD_IS_ZERO(x) ((x)==0) macro
45 if(!FLT_UWORD_IS_FINITE(ix)||FLT_UWORD_IS_ZERO(ix)) return x; /* 0,inf,nan */
56 if(FLT_UWORD_IS_ZERO(hx)) return x;/* sqrt(+-0) = +-0 */ in sqrtf()
Completed in 3 milliseconds