Searched refs:HUGE_VAL (Results 1 - 15 of 15) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_csinh.c86 __real__ retval = negate ? -HUGE_VAL : HUGE_VAL;
96 __real__ retval = copysign (HUGE_VAL, cosix);
97 __imag__ retval = copysign (HUGE_VAL, sinix);
105 __real__ retval = HUGE_VAL;
H A Ds_ccosh.c67 __real__ retval = HUGE_VAL;
77 __real__ retval = copysign (HUGE_VAL, cosix);
78 __imag__ retval = (copysign (HUGE_VAL, sinix)
84 __real__ retval = HUGE_VAL;
H A Ds_csin.c96 __real__ retval = copysign (HUGE_VAL, sinix);
97 __imag__ retval = copysign (HUGE_VAL, cosix);
108 __imag__ retval = HUGE_VAL;
H A Ds_cacosh.c36 __real__ res = HUGE_VAL;
48 __real__ res = HUGE_VAL;
H A Ds_casin.c39 __imag__ res = copysign (HUGE_VAL, __imag__ x);
H A Ds_csqrt.c39 __real__ res = HUGE_VAL;
47 __imag__ res = copysign (HUGE_VAL, __imag__ x);
H A Ds_cexp.c75 double value = signbit (__real__ x) ? 0.0 : HUGE_VAL;
95 __real__ retval = HUGE_VAL;
H A Ds_ccos.c45 __real__ res = HUGE_VAL;
H A Ds_casinh.c36 __real__ res = copysign (HUGE_VAL, __real__ x);
H A Ds_clog10.c54 __real__ result = HUGE_VAL;
H A Ds_clog.c54 __real__ result = HUGE_VAL;
/haiku/headers/posix/
H A Dmath.h44 # ifndef HUGE_VAL
45 # define HUGE_VAL __builtin_huge_val() macro
56 # ifndef HUGE_VAL
57 # define HUGE_VAL (((__huge_val_t) { __ll: __HUGE_VAL_v }).__d) macro
/haiku/src/tests/kits/support/
H A DByteOrderTest.cpp222 const double kInfinity = HUGE_VAL;
318 const double kArrayDouble[] = {3.42, 0.0, NAN, HUGE_VAL};
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c41 # define FLOAT_HUGE_VAL HUGE_VAL
433 ERANGE and return HUGE_VAL with the appropriate sign. */
/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c1313 rv = HUGE_VAL;

Completed in 115 milliseconds