Home
last modified time | relevance | path

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

12

/glibc-2.36/sysdeps/ieee754/dbl-64/
De_atanh.c45 static const double huge = 1e300; variable
De_cosh.c38 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
Ds_scalbln.c25 huge = 1.0e+300, variable
Ds_scalbn.c25 huge = 1.0e+300, variable
Ds_asinh.c33 huge = 1.00000000000000000000e+300; variable
/glibc-2.36/sysdeps/ieee754/flt-32/
De_atanhf.c45 static const float huge = 1e30; variable
De_coshf.c20 static const float huge = 1.0e30; variable
Ds_scalblnf.c21 huge = 1.0e+30, variable
Ds_scalbnf.c21 huge = 1.0e+30, variable
Ds_asinhf.c24 huge= 1.0000000000e+30; variable
/glibc-2.36/sysdeps/i386/fpu/
Ds_asinh.S26 huge: .double 1e+300 label
Ds_asinhf.S26 huge: .double 1e+36 label
Ds_asinhl.S26 huge: .tfloat 1e+4930 label
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
De_atanhl.c37 static const long double one = 1.0L, huge = 1e300L; variable
De_coshl.c38 static const long double one = 1.0L, half=0.5L, huge = 1.0e300L; variable
Ds_asinhl.c37 huge= 1.00000000000000000000e+300L; variable
/glibc-2.36/sysdeps/ieee754/ldbl-128/
De_atanhl.c39 static const _Float128 one = 1, huge = L(1e4900); variable
De_coshl.c58 static const _Float128 one = 1.0, half = 0.5, huge = L(1.0e4900), variable
Ds_asinhl.c39 huge = L(1.0e+4900); variable
Ds_scalblnl.c33 huge = L(1.0E+4900), variable
Ds_scalbnl.c33 huge = L(1.0E+4900), variable
/glibc-2.36/sysdeps/ieee754/ldbl-96/
De_atanhl.c40 static const long double one = 1.0, huge = 1e4900L; variable
Ds_asinhl.c39 huge= 1.000000000000000000e+4900L; variable
Ds_scalblnl.c28 huge = 1.0e+4900L, variable
De_coshl.c41 static const long double one = 1.0, half=0.5, huge = 1.0e4900L; variable

12