Searched refs:__isinff (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_isinff.c19 __isinff (float x) function
28 hidden_def (__isinff)
29 weak_alias (__isinff, isinff)
H A Ds_ccosf.c39 if (__isinff (__real__ x))
43 else if (__isinff (__imag__ x))
49 if (__isinff (__real__ x))
H A Ds_casinf.c36 else if (__isinff (__real__ x) || __isinff (__imag__ x))
H A Ds_ctanhf.c35 if (__isinff (__real__ x))
50 if (__isinff (__imag__ x))
H A Ds_ctanf.c35 if (__isinff (__imag__ x))
50 if (__isinff (__real__ x))
/haiku/src/system/libroot/posix/glibc/math/
H A Dcomplex.h36 #define __isinff(value) __builtin_isinff(value) macro
/haiku/headers/posix/
H A Dmath.h355 extern int __isinff(float value);
399 (sizeof(value) == sizeof(float) ? __isinff(value) \
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c804 void __isinff() {} function
H A Dlibroot_stubs_legacy.c640 void __isinff() {} function

Completed in 141 milliseconds