/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | e_atanh.c | 45 static const double huge = 1e300; variable
|
D | e_cosh.c | 38 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
|
D | s_scalbln.c | 25 huge = 1.0e+300, variable
|
D | s_scalbn.c | 25 huge = 1.0e+300, variable
|
D | s_asinh.c | 33 huge = 1.00000000000000000000e+300; variable
|
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | e_atanhf.c | 45 static const float huge = 1e30; variable
|
D | e_coshf.c | 20 static const float huge = 1.0e30; variable
|
D | s_scalblnf.c | 21 huge = 1.0e+30, variable
|
D | s_scalbnf.c | 21 huge = 1.0e+30, variable
|
D | s_asinhf.c | 24 huge= 1.0000000000e+30; variable
|
/glibc-2.36/sysdeps/i386/fpu/ |
D | s_asinh.S | 26 huge: .double 1e+300 label
|
D | s_asinhf.S | 26 huge: .double 1e+36 label
|
D | s_asinhl.S | 26 huge: .tfloat 1e+4930 label
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | e_atanhl.c | 37 static const long double one = 1.0L, huge = 1e300L; variable
|
D | e_coshl.c | 38 static const long double one = 1.0L, half=0.5L, huge = 1.0e300L; variable
|
D | s_asinhl.c | 37 huge= 1.00000000000000000000e+300L; variable
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | e_atanhl.c | 39 static const _Float128 one = 1, huge = L(1e4900); variable
|
D | e_coshl.c | 58 static const _Float128 one = 1.0, half = 0.5, huge = L(1.0e4900), variable
|
D | s_asinhl.c | 39 huge = L(1.0e+4900); variable
|
D | s_scalblnl.c | 33 huge = L(1.0E+4900), variable
|
D | s_scalbnl.c | 33 huge = L(1.0E+4900), variable
|
/glibc-2.36/sysdeps/ieee754/ldbl-96/ |
D | e_atanhl.c | 40 static const long double one = 1.0, huge = 1e4900L; variable
|
D | s_asinhl.c | 39 huge= 1.000000000000000000e+4900L; variable
|
D | s_scalblnl.c | 28 huge = 1.0e+4900L, variable
|
D | e_coshl.c | 41 static const long double one = 1.0, half=0.5, huge = 1.0e4900L; variable
|