Home
last modified time | relevance | path

Searched defs:tiny (Results 1 – 11 of 11) 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/
Dsparcv9-abi.c102 struct tiny { struct
109 struct tiny f_tiny(struct tiny x) { in f_tiny() argument
/external/pdfium/core/src/fxge/agg/agg23/
Dagg_clip_liang_barsky.h65 FX_FLOAT tiny = FXSYS_Div(yin - y1, deltay); in clip_liang_barsky() local
/external/eigen/test/
Darray.cpp205 const RealScalar tiny = sqrt(std::numeric_limits<RealScalar>::epsilon()); in array_real() local
/external/bison/lib/
Dtimevar.c479 const float tiny = 5e-3; local