Home
last modified time | relevance | path

Searched refs:double_limit (Results 1 – 1 of 1) sorted by relevance

/external/stlport/src/
Dcomplex_trig.cpp39 static const double double_limit = double_ulimit.d; variable
50 static const double double_limit = M_LN2 * DBL_MAX_EXP;
53 static const double double_limit = ::log(DBL_MAX);
122 { return tanT(z, double_limit); } in tan()
185 { return tanhT(z, double_limit); } in tanh()