Searched refs:HUGE_VALF (Results 1 - 16 of 16) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtof.c12 #define FLOAT_HUGE_VAL HUGE_VALF
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_ccoshf.c67 __real__ retval = HUGE_VALF;
77 __real__ retval = copysignf (HUGE_VALF, cosix);
78 __imag__ retval = (copysignf (HUGE_VALF, sinix)
84 __real__ retval = HUGE_VALF;
H A Ds_csinhf.c86 __real__ retval = negate ? -HUGE_VALF : HUGE_VALF;
96 __real__ retval = copysignf (HUGE_VALF, cosix);
97 __imag__ retval = copysignf (HUGE_VALF, sinix);
105 __real__ retval = HUGE_VALF;
H A Ds_csinf.c96 __real__ retval = copysignf (HUGE_VALF, sinix);
97 __imag__ retval = copysignf (HUGE_VALF, cosix);
108 __imag__ retval = HUGE_VALF;
H A Ds_ccosf.c45 __real__ res = HUGE_VALF;
H A Ds_casinf.c39 __imag__ res = copysignf (HUGE_VALF, __imag__ x);
H A Ds_clogf.c54 __real__ result = HUGE_VALF;
H A Ds_clog10f.c54 __real__ result = HUGE_VALF;
H A Ds_cacoshf.c37 __real__ res = HUGE_VALF;
49 __real__ res = HUGE_VALF;
H A Ds_csqrtf.c39 __real__ res = HUGE_VALF;
47 __imag__ res = copysignf (HUGE_VALF, __imag__ x);
H A Ds_cexpf.c75 float value = signbit (__real__ x) ? 0.0 : HUGE_VALF;
95 __real__ retval = HUGE_VALF;
H A Ds_casinhf.c36 __real__ res = copysignf (HUGE_VALF, __real__ x);
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwcstof.c32 #define FLOAT_HUGE_VAL HUGE_VALF
/haiku/headers/posix/
H A Dmath.h48 # define HUGE_VALF __builtin_huge_valf() macro
62 # define HUGE_VALF (((__huge_valf_t) { __l: __HUGE_VALF_v }).__f) macro
68 # define INFINITY HUGE_VALF
/haiku/src/tests/kits/support/
H A DByteOrderTest.cpp184 const float kInfinity = HUGE_VALF;
314 const float kArrayFloat[] = {3.4f, 0.0f, NAN, HUGE_VALF};
/haiku/src/libs/linprog/
H A DActiveSetSolver.cpp353 double smallestB = HUGE_VALF;

Completed in 108 milliseconds