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

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_isnanf.c29 int __isnanf(float x) function
31 int __isnanf(x)
41 hidden_def (__isnanf)
42 weak_alias (__isnanf, isnanf)
H A Ds_ccosf.c31 if (!isfinite (__real__ x) || __isnanf (__imag__ x))
/haiku/src/system/libroot/posix/glibc/math/
H A Dcomplex.h33 #define __isnanf(value) __builtin_isnanf(value) macro
/haiku/headers/posix/
H A Dmath.h354 extern int __isnanf(float value);
393 (sizeof(value) == sizeof(float) ? __isnanf(value) \
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c807 void __isnanf() {} function
H A Dlibroot_stubs_legacy.c643 void __isnanf() {} function

Completed in 86 milliseconds