Searched refs:__isnanf (Results 1 – 1 of 1) sorted by relevance
101 extern int __cdecl __isnanf (float);114 __CRT_INLINE int __cdecl __isnanf (float _x) in __isnanf() function133 #define isnan(x) (sizeof (x) == sizeof (float) ? __isnanf (x) \