Search | Google it | Results 1 - 3 of 3 for fundef:signbit (0.00 seconds) |
88: : __isnormall(x)) 89: #define signbit(x) \ 90: ((sizeof (x) == sizeof (float)) ? \
267: /* 7.12.3.6 int signbit(real-floating x) */ 268: #define signbit(__x) __fpmacro_unary_floating(signbit, __x) 269:
76: : __isnormall(x)) 77: #define signbit(x) \ 78: ((sizeof(x) == sizeof(double)) ? __signbit(x) \