Search | Google it | Results 1 - 2 of 2 for funcall:__isnormalf (0.00 seconds) |
84: ((sizeof (x) == sizeof (float)) ? \ 85: __isnormalf(x) \ 86: : (sizeof (x) == sizeof (double)) ? \
74: ((sizeof(x) == sizeof(double)) ? __isnormal(x) \ 75: : (sizeof(x) == sizeof(float)) ? __isnormalf(x) \ 76: : __isnormall(x))