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

/haiku-fatelf/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-fatelf/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-fatelf/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_casinl.c36 else if (__isinfl (__real__ x) || __isinfl (__imag__ x))
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))
/haiku-fatelf/headers/posix/
H A Dmath.h309 extern int __isinfl(long double value);
349 : __isinfl(value))
/haiku-fatelf/src/system/libroot/posix/glibc/math/
H A Dmath.h241 ? __isinf (x) : __isinfl (x))
H A Dmath_private.h285 extern int __isinfl (long double);
/haiku-fatelf/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_size.c146 else if (__isinfl (fpnum.ldbl.d))
H A Dprintf_fphex.c271 if (__isinfl (fpnum.ldbl.d))
H A Dprintf_fp.c125 extern int __isinfl (long double), __isnanl (long double);
336 else if (__isinfl (fpnum.ldbl))

Completed in 60 milliseconds