Search | Google it | Results 1 - 2 of 2 for funcall:__isinff (0.00 seconds) |
106: ((sizeof (x) == sizeof (float)) ? \ 107: __isinff(x) \ 108: : (sizeof (x) == sizeof (double)) ? \
66: ((sizeof(x) == sizeof(double)) ? __isinf(x) \ 67: : (sizeof(x) == sizeof(float)) ? __isinff(x) \ 68: : __isinfl(x))