Searched refs:FLT_UWORD_IS_ZERO (Results 1 – 16 of 16) sorted by relevance
42 if (FLT_UWORD_IS_ZERO(iy)) { in atan2f()54 if (FLT_UWORD_IS_ZERO(ix)) in atan2f()
27 if (!FLT_UWORD_IS_FINITE(ix) || FLT_UWORD_IS_ZERO(ix)) in frexpf()
30 } else if (!FLT_UWORD_IS_ZERO(ix)) { in ceilf()
39 } else if (!FLT_UWORD_IS_ZERO(ix)) { in floorf()
32 if (FLT_UWORD_IS_ZERO(hx & 0x7fffffff)) in log10f()
36 if (FLT_UWORD_IS_ZERO(hx)) in sqrtf()
56 if (FLT_UWORD_IS_ZERO(hb)) { in hypotf()
41 if (FLT_UWORD_IS_ZERO(ix & 0x7fffffff)) in logf()
70 if (FLT_UWORD_IS_ZERO(iy)) { in powf()140 if (FLT_UWORD_IS_ZERO(ix)) { in powf()
49 if (FLT_UWORD_IS_ZERO(ix) || FLT_UWORD_IS_INFINITE(ix)) in jnf()
30 if(FLT_UWORD_IS_ZERO(hx)) { in logbf()
25 if(FLT_UWORD_IS_ZERO(hx)) { in ilogbf()
31 if(FLT_UWORD_IS_ZERO(ix)) { /* x == 0 */ in nextafterf()
36 if(FLT_UWORD_IS_ZERO(ix)) in rintf()
58 if(FLT_UWORD_IS_ZERO(hx))
149 #define FLT_UWORD_IS_ZERO(x) ((x)<0x00800000L) macro156 #define FLT_UWORD_IS_ZERO(x) ((x)==0) macro