Searched refs:ISZEROL (Results 1 – 11 of 11) sorted by relevance
41 #define ISZEROL(x) (((((int *)&x)[0] & ~XSGNMSK) | ((int *)&x)[1] | \ macro51 #define ISZEROL(x) (x == 0.0L) macro
36 if (ISZEROL(x) || XBIASED_EXP(x) == 0x7fff) /* 0/+-Inf/NaN */ in significandl()
70 if (ISZEROL(x)) in logbl()
87 if (ISZEROL(x)) { /* x == 0.0 */ in nextafterl()
75 if (ISZEROL(x)) in ilogbl()
63 if (ISZEROL(x) || n == 0) in scalbnl()
62 if (ISZEROL(x) || n == 0) in scalblnl()
87 if (ISZEROL(x)) { /* x == 0.0 */ in nexttowardl()