Home
last modified time | relevance | path

Searched refs:__isnanf (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/include/crt/
H A Dmingw_math.h101 extern int __cdecl __isnanf (float);
114 __CRT_INLINE int __cdecl __isnanf (float _x) in __isnanf() function
133 #define isnan(x) (sizeof (x) == sizeof (float) ? __isnanf (x) \