Searched defs:tiny (Results 1 – 13 of 13) sorted by relevance
| /external/fdlibm/ |
| D | s_tanh.c | 41 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
|
| D | e_sqrt.c | 86 static const double one = 1.0, tiny=1.0e-300; variable 88 static double one = 1.0, tiny=1.0e-300; variable
|
| D | s_scalbn.c | 31 tiny = 1.0e-300; variable
|
| D | e_atan2.c | 49 tiny = 1.0e-300, variable
|
| D | s_expm1.c | 117 tiny = 1.0e-300, variable
|
| D | e_pow.c | 76 tiny = 1.0e-300, variable
|
| D | s_erf.c | 116 tiny = 1e-300, variable
|
| /external/clang/test/CodeGen/ |
| D | struct-union-BE.c | 9 struct tiny { struct 18 struct tiny x; in fstr() argument
|
| D | sparcv9-abi.c | 102 struct tiny { struct 109 struct tiny f_tiny(struct tiny x) { in f_tiny() argument
|
| /external/pdfium/third_party/agg23/ |
| D | agg_clip_liang_barsky.h | 76 float tiny = (yin - y1) / deltay; in clip_liang_barsky() local
|
| /external/eigen/test/ |
| D | array.cpp | 307 const RealScalar tiny = sqrt(std::numeric_limits<RealScalar>::epsilon()); in array_real() local 411 const RealScalar tiny = std::sqrt(std::numeric_limits<RealScalar>::epsilon()); in array_complex() local
|
| /external/v8/src/base/ |
| D | ieee754.cc | 1284 static volatile double tiny = 1.0e-300; in atan2() local 2256 tiny = 1.0e-300, in expm1() local 2710 static const volatile double tiny = 1.0e-300; in tanh() local
|
| /external/pdfium/core/fxge/win32/ |
| D | fx_win32_device.cpp | 258 float tiny = (yin - y1) / deltay; in clip_liang_barsky() local
|