Searched refs:__isnanf (Results 1 – 7 of 7) sorted by relevance
29 int __isnanf(float x) in __isnanf() function31 int __isnanf(x) in __isnanf()41 hidden_def (__isnanf)42 weak_alias (__isnanf, isnanf)
31 if (!isfinite (__real__ x) || __isnanf (__imag__ x)) in __ccosf()
32 #define __isnanf(value) __builtin_isnan(value) macro
354 extern int __isnanf(float value);393 (sizeof(value) == sizeof(float) ? __isnanf(value) \
104 inline bool isnan(float __x) { return __isnanf(__x); }
640 void __isnanf() {} in __isnanf() function
801 void __isnanf() {} in __isnanf() function