Searched refs:__isnanl (Results 1 - 25 of 28) sorted by relevance

12

/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A Ds_isnanl.c30 int __isnanl(long double x) function
32 int __isnanl(x)
47 hidden_def (__isnanl)
48 weak_alias (__isnanl, isnanl)
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86_64/
H A Ds_isnanl.c30 int __isnanl(long double x) function
32 int __isnanl(x)
47 hidden_def (__isnanl)
48 weak_alias (__isnanl, isnanl)
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Dw_atan2l.c41 if(_LIB_VERSION != _SVID_||__isnanl(x)||__isnanl(y)) return z;
H A Dw_fmodl.c41 if(_LIB_VERSION == _IEEE_ ||__isnanl(y)||__isnanl(x)) return z;
H A Dw_powl.c37 if(_LIB_VERSION == _IEEE_|| __isnanl(y)) return z;
38 if(__isnanl(x)) {
57 if(__isnanl(z))
H A Dw_acoshl.c40 if(_LIB_VERSION == _IEEE_ || __isnanl(x)) return z;
H A Dw_acosl.c41 if(_LIB_VERSION == _IEEE_ || __isnanl(x)) return z;
H A Dw_asinl.c42 if(_LIB_VERSION == _IEEE_ || __isnanl(x)) return z;
H A Dw_coshl.c40 if(_LIB_VERSION == _IEEE_ || __isnanl(x)) return z;
H A Dw_log2l.c16 if (_LIB_VERSION == _IEEE_ || __isnanl (x)) return z;
H A Dw_logl.c41 if(_LIB_VERSION == _IEEE_ || __isnanl(x) || x > 0.0) return z;
H A Dw_sqrtl.c40 if(_LIB_VERSION == _IEEE_ || __isnanl(x)) return z;
H A Dw_j0l.c39 if(_LIB_VERSION == _IEEE_ || __isnanl(x)) return z;
59 if(_LIB_VERSION == _IEEE_ || __isnanl(x) ) return z;
H A Dw_j1l.c40 if(_LIB_VERSION == _IEEE_ || __isnanl(x) ) return z;
60 if(_LIB_VERSION == _IEEE_ || __isnanl(x) ) return z;
H A Dw_jnl.c62 if(_LIB_VERSION == _IEEE_ || __isnanl(x) ) return z;
82 if(_LIB_VERSION == _IEEE_ || __isnanl(x) ) return z;
H A Ds_isnan.c42 strong_alias (__isnan, __isnanl)
H A Dw_atanhl.c41 if(_LIB_VERSION == _IEEE_ || __isnanl(x)) return z;
H A Dw_log10l.c41 if(_LIB_VERSION == _IEEE_ || __isnanl(x)) return z;
H A Dw_remainderl.c41 if(_LIB_VERSION == _IEEE_ || __isnanl(y)) return z;
H A Ds_ccosl.c31 if (!isfinite (__real__ x) || __isnanl (__imag__ x))
H A Dw_scalbl.c53 if(!(__finitel(z)||__isnanl(z))&&__finitel(x)) {
/haiku-fatelf/src/system/libroot/posix/glibc/arch/ppc/
H A Ds_isnan.c61 strong_alias (__isnan, __isnanl)
/haiku-fatelf/headers/posix/
H A Dmath.h308 extern int __isnanl(long double value);
343 : __isnanl(value))
/haiku-fatelf/src/system/libroot/posix/glibc/math/
H A Dmath.h229 ? __isnan (x) : __isnanl (x))
H A Dmath_private.h286 extern int __isnanl (long double);

Completed in 115 milliseconds

12