Searched refs:FP_NAN (Results 1 - 22 of 22) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A D__fpclassifyl.c23 return FP_NAN;
24 return u.i.m << 1 ? FP_NAN : FP_INFINITE;
27 return FP_NAN;
39 return u.i2.lo | u.i2.hi ? FP_NAN : FP_INFINITE;
H A D__fpclassify.c9 if (e==0x7ff) return u.i<<12 ? FP_NAN : FP_INFINITE;
H A D__fpclassifyf.c9 if (e==0xff) return u.i<<9 ? FP_NAN : FP_INFINITE;
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_clogl.c42 else if (rcls != FP_NAN && icls != FP_NAN)
H A Ds_clogf.c42 else if (rcls != FP_NAN && icls != FP_NAN)
H A Ds_clog10l.c42 else if (rcls != FP_NAN && icls != FP_NAN)
H A Ds_clog10f.c42 else if (rcls != FP_NAN && icls != FP_NAN)
H A Ds_casinh.c38 if (rcls == FP_NAN)
48 || (rcls == FP_NAN && icls == FP_ZERO))
H A Ds_casinhl.c38 if (rcls == FP_NAN)
48 || (rcls == FP_NAN && icls == FP_ZERO))
H A Ds_casinhf.c38 if (rcls == FP_NAN)
48 || (rcls == FP_NAN && icls == FP_ZERO))
H A Ds_clog10.c42 else if (rcls != FP_NAN && icls != FP_NAN)
H A Ds_clog.c42 else if (rcls != FP_NAN && icls != FP_NAN)
H A Ds_csqrt.c46 __real__ res = icls == FP_NAN ? nan ("") : 0;
52 __imag__ res = (icls == FP_NAN
H A Ds_csqrtf.c46 __real__ res = icls == FP_NAN ? nanf ("") : 0;
52 __imag__ res = (icls == FP_NAN
H A Ds_csqrtl.c46 __real__ res = icls == FP_NAN ? nanl ("") : 0;
52 __imag__ res = (icls == FP_NAN
H A Ds_cexp.c116 if (rcls != FP_NAN || icls != FP_NAN)
H A Ds_cexpl.c116 if (rcls != FP_NAN || icls != FP_NAN)
H A Ds_cexpf.c116 if (rcls != FP_NAN || icls != FP_NAN)
H A Ds_cacosh.c38 if (rcls == FP_NAN)
H A Ds_cacoshl.c38 if (rcls == FP_NAN)
H A Ds_cacoshf.c39 if (rcls == FP_NAN)
/haiku/headers/posix/
H A Dmath.h75 #define FP_NAN 0 macro
343 __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (value))

Completed in 129 milliseconds