Searched defs:tiny (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10-stable/lib/msun/src/
H A Ds_scalbnf.c29 tiny = 1.0e-30; variable
H A Ds_scalbnl.c42 tiny = 0x1p-16000L; variable
H A Ds_tanh.c45 static const volatile double tiny = 1.0e-300; variable
H A Ds_tanhf.c22 static const volatile float tiny = 1.0e-30; variable
H A De_atan2f.c23 tiny = 1.0e-30; variable
[all...]
H A De_sqrtf.c23 static const float one = 1.0, tiny=1.0e-30; variable
H A Ds_scalbn.c34 tiny = 1.0e-300; variable
H A De_atan2.c51 tiny = 1.0e-300; variable
[all...]
H A De_atan2l.c31 tiny = 1.0e-300; variable
[all...]
H A De_sqrt.c92 static const double one = 1.0, tiny=1.0e-300; variable
H A Ds_expm1f.c26 tiny = 1.0e-30, variable
H A De_coshl.c40 static const volatile long double huge = 0x1p10000L, tiny = 0x1p-10000L; variable
H A Ds_expm1.c118 tiny = 1.0e-300, variable
H A De_powf.c31 tiny = 1.0e-30, variable
[all...]
H A Ds_erff.c23 static const volatile float tiny = 1e-30; variable
H A Ds_tanhl.c41 static const volatile double tiny = 1.0e-300; variable
H A Dcatrig.c61 tiny = 0x1p-100; variable
H A Dcatrigf.c73 tiny = 0x1p-100; variable
H A De_pow.c72 tiny = 1.0e-300, variable
[all...]
/freebsd-10-stable/lib/libc/gen/
H A Dldexp.c85 tiny = 1.0e-300; variable
/freebsd-10-stable/lib/msun/tests/
H A Dinvtrig_test.c304 float tiny = 0x1.23456p-120f; local
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dtimevar.c416 const double tiny = 5e-3; local
/freebsd-10-stable/lib/msun/bsdsrc/
H A Db_tgamma.c126 static const double zero = 0., one = 1.0, tiny = 1e-300; variable
/freebsd-10-stable/lib/msun/ld80/
H A Ds_expl.c56 tiny = 0x1p-10000L; variable
/freebsd-10-stable/lib/msun/ld128/
H A Ds_expl.c46 tiny = 0x1p-10000L; variable

Completed in 142 milliseconds

12