Searched refs:HUGE_VALL (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/x86_64/bits/
H A Dhuge_val.h37 # define HUGE_VALL (__builtin_huge_vall()) macro
39 # define HUGE_VALL ((long double) HUGE_VAL) macro
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/m68k/bits/
H A Dhuge_val.h55 /* ISO C 99 extensions: (float) HUGE_VALF and (long double) HUGE_VALL. */
62 # define HUGE_VALL (__extension__ 0x1.0p32767L) macro
73 # define HUGE_VALL \ macro
86 # define HUGE_VALL (__huge_vall.__ld) macro
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/x86/bits/
H A Dhuge_val.h45 /* ISO C99 extensions: (float) HUGE_VALF and (long double) HUGE_VALL. */
52 # define HUGE_VALL (__extension__ 0x1.0p32767L) macro
72 # define HUGE_VALL (__extension__ \ macro
76 # define HUGE_VALL (__huge_vall.__ld) macro
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_ccoshl.c67 __real__ retval = HUGE_VALL;
77 __real__ retval = __copysignl (HUGE_VALL, cosix);
78 __imag__ retval = (__copysignl (HUGE_VALL, sinix)
84 __real__ retval = HUGE_VALL;
H A Ds_csinhl.c86 __real__ retval = negate ? -HUGE_VALL : HUGE_VALL;
96 __real__ retval = __copysignl (HUGE_VALL, cosix);
97 __imag__ retval = __copysignl (HUGE_VALL, sinix);
105 __real__ retval = HUGE_VALL;
H A Ds_csinl.c96 __real__ retval = __copysignl (HUGE_VALL, sinix);
97 __imag__ retval = __copysignl (HUGE_VALL, cosix);
108 __imag__ retval = HUGE_VALL;
H A Ds_cacoshl.c36 __real__ res = HUGE_VALL;
48 __real__ res = HUGE_VALL;
H A Ds_casinl.c39 __imag__ res = __copysignl (HUGE_VALL, __imag__ x);
H A Ds_ccosl.c45 __real__ res = HUGE_VALL;
H A Ds_clog10l.c54 __real__ result = HUGE_VALL;
H A Ds_clogl.c54 __real__ result = HUGE_VALL;
H A Ds_cexpl.c75 long double value = signbit (__real__ x) ? 0.0 : HUGE_VALL;
95 __real__ retval = HUGE_VALL;
H A Ds_csqrtl.c39 __real__ res = HUGE_VALL;
47 __imag__ res = __copysignl (HUGE_VALL, __imag__ x);
H A Ds_casinhl.c36 __real__ res = __copysignl (HUGE_VALL, __real__ x);
H A De_jnl.c315 return -HUGE_VALL + x; /* -inf and overflow exception. */
H A De_j0l.c239 return -HUGE_VALL + x; /* -inf and overflow exception. */
H A De_j1l.c231 return -HUGE_VALL + x; /* -inf and overflow exception. */
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/ppc/bits/
H A Dhuge_val.h63 /* ISO C99 extensions: (float) HUGE_VALF and (long double) HUGE_VALL. */
101 # define HUGE_VALL HUGE_VAL macro
/haiku-fatelf/src/system/libroot/posix/glibc/wcsmbs/
H A Dwcstold.c35 # define FLOAT_HUGE_VAL HUGE_VALL
/haiku-fatelf/headers/posix/
H A Dmath.h31 # define HUGE_VALL __builtin_huge_vall() macro
46 /* TODO: define HUGE_VALL for long doubles */

Completed in 87 milliseconds