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

12

/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/x86_64/bits/
H A Dhuge_val.h31 # define HUGE_VALF (__builtin_huge_valf()) macro
33 # define HUGE_VALF 1e37f macro
H A Dmathdef.h36 # define INFINITY HUGE_VALF
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/ppc/bits/
H A Dmathdef.h46 # define INFINITY HUGE_VALF
57 # define INFINITY HUGE_VALF
67 # define INFINITY HUGE_VALF
H A Dhuge_val.h63 /* ISO C99 extensions: (float) HUGE_VALF and (long double) HUGE_VALL. */
71 # define HUGE_VALF (__extension__ 0x1.0p255f) macro
75 # define HUGE_VALF \ macro
94 # define HUGE_VALF (__huge_valf.__f) macro
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/m68k/bits/
H A Dmathdef.h38 # define INFINITY HUGE_VALF
H A Dhuge_val.h55 /* ISO C 99 extensions: (float) HUGE_VALF and (long double) HUGE_VALL. */
61 # define HUGE_VALF (__extension__ 0x1.0p255f) macro
68 # define HUGE_VALF \ macro
82 # define HUGE_VALF (__huge_valf.__f) macro
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/arm/bits/
H A Dmathdef.h37 # define INFINITY HUGE_VALF
H A Dhuge_val.h58 #define HUGE_VALF HUGE_VAL macro
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/x86/bits/
H A Dmathdef.h38 # define INFINITY HUGE_VALF
H A Dhuge_val.h45 /* ISO C99 extensions: (float) HUGE_VALF and (long double) HUGE_VALL. */
51 # define HUGE_VALF (__extension__ 0x1.0p255f) macro
60 # define HUGE_VALF (__extension__ \ macro
64 # define HUGE_VALF (__huge_valf.__f) macro
/haiku-fatelf/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_casinf.c39 __imag__ res = __copysignf (HUGE_VALF, __imag__ x);
H A Ds_ccosf.c45 __real__ res = HUGE_VALF;
H A Ds_clog10f.c54 __real__ result = HUGE_VALF;
H A Ds_clogf.c54 __real__ result = HUGE_VALF;
H A Ds_cacoshf.c37 __real__ res = HUGE_VALF;
49 __real__ res = HUGE_VALF;
H A Ds_cexpf.c75 float value = signbit (__real__ x) ? 0.0 : HUGE_VALF;
95 __real__ retval = HUGE_VALF;
H A Ds_csqrtf.c39 __real__ res = HUGE_VALF;
47 __imag__ res = __copysignf (HUGE_VALF, __imag__ x);
H A Ds_casinhf.c36 __real__ res = __copysignf (HUGE_VALF, __real__ x);
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dstrtof.c12 #define FLOAT_HUGE_VAL HUGE_VALF
/haiku-fatelf/src/system/libroot/posix/glibc/wcsmbs/
H A Dwcstof.c32 #define FLOAT_HUGE_VAL HUGE_VALF
/haiku-fatelf/headers/posix/
H A Dmath.h30 # define HUGE_VALF __builtin_huge_valf() macro
44 # define HUGE_VALF (((__huge_valf_t) { __l: __HUGE_VALF_v }).__f) macro
50 # define INFINITY HUGE_VALF
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dsequence.c547 #ifndef HUGE_VALF /* ISO constant, from <math.h> */
548 #define HUGE_VALF 3.402823466E+38F macro
551 DEFINE_DATA_ACCESSOR(float, -HUGE_VALF, HUGE_VALF, float)

Completed in 73 milliseconds

12