Search | Google it | Results 1 - 2 of 2 for funcall:__isfinitef (0.00 seconds) |
78: ((sizeof (x) == sizeof (float)) ? \ 79: __isfinitef(x) \ 80: : (sizeof (x) == sizeof (double)) ? \
62: ((sizeof(x) == sizeof(double)) ? __isfinite(x) \ 63: : (sizeof(x) == sizeof(float)) ? __isfinitef(x) \ 64: : __isfinitel(x))