Home
last modified time | relevance | path

Searched defs:tiny (Results 1 – 25 of 27) sorted by relevance

12

/sysdeps/ieee754/flt-32/
A Ds_scalbnf.c22 tiny = 1.0e-30; variable
A Ds_scalblnf.c22 tiny = 1.0e-30; variable
A Ds_tanhf.c25 static const float one=1.0, two=2.0, tiny = 1.0e-30; variable
A De_atan2f.c20 tiny = 1.0e-30, variable
A Ds_expm1f.c24 static const float tiny = 1.0e-30; variable
A Ds_erff.c29 tiny = 1e-30, variable
/sysdeps/ieee754/dbl-64/
A Ds_scalbln.c26 tiny = 1.0e-300; variable
A Ds_scalbn.c26 tiny = 1.0e-300; variable
A Ds_tanh.c47 static const double one = 1.0, two = 2.0, tiny = 1.0e-300; variable
A Ds_expm1.c121 tiny = 1.0e-300, variable
A Ds_erf.c125 tiny = 1e-300, variable
/sysdeps/ieee754/ldbl-128/
A Ds_tanhl.c45 static const _Float128 one = 1.0, two = 2.0, tiny = L(1.0e-4900); variable
A Ds_scalblnl.c34 tiny = L(1.0E-4900); variable
A Ds_scalbnl.c34 tiny = L(1.0E-4900); variable
A De_atan2l.c47 tiny = L(1.0e-4900), variable
A De_powl.c94 tiny = L(1.0e-3000); variable
/sysdeps/ieee754/ldbl-128ibm/
A Ds_tanhl.c47 static const long double one=1.0L, two=2.0L, tiny = 1.0e-300L; variable
A Ds_scalblnl.c34 tiny = 1.0E-300L; variable
A Ds_scalbnl.c34 tiny = 1.0E-300L; variable
A De_atan2l.c47 tiny = 1.0e-300L, variable
A De_powl.c94 tiny = 1.0e-300L; variable
/sysdeps/ieee754/ldbl-96/
A Ds_scalblnl.c29 tiny = 1.0e-4900L; variable
A Ds_tanhl.c49 static const long double one=1.0, two=2.0, tiny = 1.0e-4900L; variable
A Ds_fmal.c79 long double tiny = neg ? -0x1p-16445L : 0x1p-16445L; in __fmal() local
A Ds_erfl.c115 tiny = 1e-4931L, variable

Completed in 37 milliseconds

12