Searched refs:__isinf (Results 1 - 10 of 10) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_isinf.c20 __isinf (double x) function
28 hidden_def (__isinf)
29 weak_alias (__isinf, isinf)
31 strong_alias (__isinf, __isinfl)
32 weak_alias (__isinf, isinfl)
H A Ds_casin.c36 else if (__isinf (__real__ x) || __isinf (__imag__ x))
H A Ds_ctanh.c35 if (__isinf (__real__ x))
50 if (__isinf (__imag__ x))
H A Ds_ctan.c35 if (__isinf (__imag__ x))
50 if (__isinf (__real__ x))
H A Ds_ccos.c39 if (__isinf (__real__ x))
43 else if (__isinf (__imag__ x))
49 if (__isinf (__real__ x))
/haiku/src/system/libroot/posix/glibc/math/
H A Dcomplex.h35 #define __isinf(value) __builtin_isinf(value) macro
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h176 __MATHDECL_1 (int,__isinf,, (_Mdouble_ __value)) __attribute__ ((__const__));
/haiku/headers/posix/
H A Dmath.h367 extern int __isinf(double value);
400 : sizeof(value) == sizeof(double) ? __isinf(value) \
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c803 void __isinf() {} function
H A Dlibroot_stubs_legacy.c639 void __isinf() {} function

Completed in 114 milliseconds