Searched refs:__isinfl (Results 1 - 12 of 12) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/x86/
H A Ds_isinfl.c21 int __isinfl(long double x) function
23 int __isinfl(x)
36 hidden_def (__isinfl)
37 weak_alias (__isinfl, isinfl)
/haiku/src/system/libroot/posix/glibc/arch/x86_64/
H A Ds_isinfl.c21 int __isinfl(long double x) function
23 int __isinfl(x)
36 hidden_def (__isinfl)
37 weak_alias (__isinfl, isinfl)
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_ccosl.c39 if (__isinfl (__real__ x))
43 else if (__isinfl (__imag__ x))
49 if (__isinfl (__real__ x))
H A Ds_isinf.c31 strong_alias (__isinf, __isinfl)
H A Ds_ctanhl.c35 if (__isinfl (__real__ x))
50 if (__isinfl (__imag__ x))
H A Ds_ctanl.c35 if (__isinfl (__imag__ x))
50 if (__isinfl (__real__ x))
H A Ds_casinl.c36 else if (__isinfl (__real__ x) || __isinfl (__imag__ x))
/haiku/src/system/libroot/posix/glibc/math/
H A Dcomplex.h31 #define __isinfl(value) __builtin_isinfl(value) macro
H A Dmath_private.h289 extern int __isinfl (long double);
/haiku/headers/posix/
H A Dmath.h361 extern int __isinfl(long double value);
401 : __isinfl(value))
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c805 void __isinfl() {} function
H A Dlibroot_stubs_legacy.c641 void __isinfl() {} function

Completed in 320 milliseconds