Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_isnanf.c29 int __isnanf(float x) in __isnanf() function
31 int __isnanf(x) in __isnanf()
41 hidden_def (__isnanf)
42 weak_alias (__isnanf, isnanf)
H A Ds_ccosf.c31 if (!isfinite (__real__ x) || __isnanf (__imag__ x)) in __ccosf()
/haiku/src/system/libroot/posix/glibc/math/
H A Dcomplex.h32 #define __isnanf(value) __builtin_isnan(value) macro
/haiku/headers/posix/
H A Dmath.h354 extern int __isnanf(float value);
393 (sizeof(value) == sizeof(float) ? __isnanf(value) \
/haiku/headers/cpp/
H A Dcmath104 inline bool isnan(float __x) { return __isnanf(__x); }
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c640 void __isnanf() {} in __isnanf() function
H A Dlibroot_stubs.c801 void __isnanf() {} in __isnanf() function