Home
last modified time | relevance | path

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

/bionic/libm/src/
Ds_scalbnl.c42 tiny = 0x1p-16000L; variable
Ds_tanh.c44 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
Ds_scalbnf.c29 tiny = 1.0e-30; variable
Ds_tanhf.c23 static const float one=1.0, two=2.0, tiny = 1.0e-30, huge = 1.0e30; variable
De_sqrtf.c23 static const float one = 1.0, tiny=1.0e-30; variable
De_sqrt.c91 static const double one = 1.0, tiny=1.0e-300; variable
De_atan2f.c24 tiny = 1.0e-30, variable
Ds_scalbn.c34 tiny = 1.0e-300; variable
De_atan2.c50 tiny = 1.0e-300, variable
Ds_expm1f.c26 tiny = 1.0e-30, variable
Ds_expm1.c118 tiny = 1.0e-300, variable
De_pow.c73 tiny = 1.0e-300, variable
De_powf.c32 tiny = 1.0e-30, variable
Ds_erff.c24 tiny = 1e-30, variable
Ds_erf.c116 tiny = 1e-300, variable
/bionic/libc/bionic/
Dldexp.c84 tiny = 1.0e-300; variable
/bionic/libm/bsdsrc/
Db_tgamma.c126 static const double zero = 0., one = 1.0, tiny = 1e-300; variable