Search | Google it | Results 1 - 2 of 2 for funcall:__isnormal (0.00 seconds) |
86: : (sizeof (x) == sizeof (double)) ? \ 87: __isnormal(x) \ 88: : __isnormall(x))
73: #define isnormal(x) \ 74: ((sizeof(x) == sizeof(double)) ? __isnormal(x) \ 75: : (sizeof(x) == sizeof(float)) ? __isnormalf(x) \