Searched refs:FLT_UWORD_IS_ZERO (Results 1 – 7 of 7) sorted by relevance
52 if(FLT_UWORD_IS_ZERO(iy)) {61 if(FLT_UWORD_IS_ZERO(ix)) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
49 else if(!FLT_UWORD_IS_ZERO(ix))
49 if (FLT_UWORD_IS_ZERO(hx))
111 #define FLT_UWORD_IS_ZERO(x) ((x)<0x00800000L) macro118 #define FLT_UWORD_IS_ZERO(x) ((x)==0) macro
43 if(FLT_UWORD_IS_ZERO(hx)) return x;/* sqrt(+-0) = +-0 */
46 if(FLT_UWORD_IS_ZERO(hy)||
76 if(FLT_UWORD_IS_ZERO(iy)) return one; 120 if(FLT_UWORD_IS_INFINITE(ix)||FLT_UWORD_IS_ZERO(ix)||ix==0x3f800000){