Home
last modified time | relevance | path

Searched defs:tiny (Results 1 – 13 of 13) 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/clang/test/CodeGen/
Dstruct-union-BE.c9 struct tiny { struct
18 struct tiny x; in fstr() argument
Dsparcv9-abi.c102 struct tiny { struct
109 struct tiny f_tiny(struct tiny x) { in f_tiny() argument
/external/pdfium/third_party/agg23/
Dagg_clip_liang_barsky.h76 float tiny = (yin - y1) / deltay; in clip_liang_barsky() local
/external/eigen/test/
Darray.cpp307 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/
Dieee754.cc1284 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/
Dfx_win32_device.cpp258 float tiny = (yin - y1) / deltay; in clip_liang_barsky() local