Search | Google it | Results 1 - 2 of 2 for funcall:__isnanf (0.00 seconds) |
112: ((sizeof (x) == sizeof (float)) ? \ 113: __isnanf(x) \ 114: : (sizeof (x) == sizeof (double)) ? \
70: ((sizeof(x) == sizeof(double)) ? __isnan(x) \ 71: : (sizeof(x) == sizeof(float)) ? __isnanf(x) \ 72: : __isnanl(x))