Home
last modified time | relevance | path

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

/external/fdlibm/
Ds_tanh.c41 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
43 static double one=1.0, two=2.0, tiny = 1.0e-300; variable
De_sqrt.c86 static const double one = 1.0, tiny=1.0e-300; variable
88 static double one = 1.0, tiny=1.0e-300; variable
Ds_scalbn.c31 tiny = 1.0e-300; variable
De_atan2.c49 tiny = 1.0e-300, variable
Ds_expm1.c117 tiny = 1.0e-300, variable
De_pow.c76 tiny = 1.0e-300, variable
Ds_erf.c116 tiny = 1e-300, variable
/external/qemu/distrib/sdl-1.2.12/src/video/
Dmath_private.h171 tiny = 1.0e-300; variable
/external/bison/lib/
Dtimevar.c479 const float tiny = 5e-3; local