Home
last modified time | relevance | path

Searched defs:huge (Results 1 – 25 of 68) sorted by relevance

123

/netbsd-src/lib/libm/src/
H A Ds_exp2.c51 static volatile long double huge = 0x1p+16000L; variable
54 static volatile double huge = 0x1p+1000; variable
H A Ds_floorf.c33 static const float huge = 1.0e30; variable
H A Ds_truncf.c33 static const float huge = 1.0e30F; variable
H A Ds_ceilf.c24 static const float huge = 1.0e30; variable
H A De_atanhf.c24 static const float one = 1.0, huge = 1e30; variable
H A De_coshf.c24 static const float huge = 1.0e30; variable
H A Ds_asinh.c35 huge= 1.00000000000000000000e+300; variable
H A De_atanh.c39 static const double one = 1.0, huge = 1e300; variable
H A De_cosh.c42 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
H A Ds_asinhf.c27 huge= 1.0000000000e+30; variable
H A Ds_ceil.c30 static const double huge = 1.0e300; variable
H A Ds_atanf.c61 huge = 1.0e30; variable
H A Ds_atan.c82 huge = 1.0e300; variable
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Datanhq.c37 static const __float128 one = 1, huge = 1e4900Q; variable
H A Dcoshq.c56 static const __float128 one = 1.0, half = 0.5, huge = 1.0e4900Q, variable
H A Dscalbnq.c33 huge = 1.0E+4900Q, variable
H A Dscalblnq.c33 huge = 1.0E+4900Q, variable
H A Dasinhq.c37 huge = 1.0e+4900Q; variable
H A Datanq.c169 static const __float128 huge = 1.0e4930Q; variable
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Datanhq.c37 static const __float128 one = 1, huge = 1e4900Q; variable
H A Dcoshq.c56 static const __float128 one = 1.0, half = 0.5, huge = 1.0e4900Q, variable
H A Dscalblnq.c33 huge = 1.0E+4900Q, variable
H A Dscalbnq.c33 huge = 1.0E+4900Q, variable
H A Dasinhq.c37 huge = 1.0e+4900Q; variable
/netbsd-src/lib/libc/compat/gen/
H A Dcompat_ldexp_ieee754.c45 static volatile const double tiny = DBL_MIN, huge = DBL_MAX; variable

123