Searched defs:huge (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-9.3-release/lib/msun/src/
H A Ds_ceilf.c22 static const float huge = 1.0e30; variable
H A Ds_floorf.c31 static const float huge = 1.0e30; variable
H A Ds_trunc.c30 static const double huge = 1.0e300; variable
H A Ds_truncf.c28 static const float huge = 1.0e30F; variable
H A De_atanh.c39 static const double one = 1.0, huge = 1e300; variable
H A De_atanhf.c22 static const float one = 1.0, huge = 1e30; variable
H A De_cosh.c41 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
H A De_coshf.c22 static const float one = 1.0, half=0.5, huge = 1.0e30; variable
H A Ds_asinh.c33 huge= 1.00000000000000000000e+300; variable
H A Ds_asinhf.c25 huge= 1.0000000000e+30; variable
H A Ds_ceil.c30 static const double huge = 1.0e300; variable
H A Ds_ceill.c52 static const long double huge = 1.0e300; variable
H A Ds_floor.c30 static const double huge = 1.0e300; variable
H A Ds_floorl.c52 static const long double huge = 1.0e300; variable
H A Ds_scalbnf.c28 huge = 1.0e+30, variable
H A Ds_scalbnl.c41 huge = 0x1p16000L, variable
H A Ds_tanh.c43 static const double one = 1.0, two = 2.0, tiny = 1.0e-300, huge = 1.0e300; variable
H A Ds_tanhf.c22 static const float one=1.0, two=2.0, tiny = 1.0e-30, huge = 1.0e30; variable
H A Ds_truncl.c38 static const long double huge = 1.0e300; variable
H A De_asinf.c24 huge = 1.000e+30, variable
H A De_asinl.c31 huge = 1.000e+300; variable
H A Ds_atan.c71 huge = 1.0e300; variable
H A Ds_atanf.c46 huge = 1.0e30; variable
H A Ds_atanl.c30 huge = 1.0e300; variable
H A Ds_scalbn.c33 huge = 1.0e+300, variable

Completed in 105 milliseconds

12