Home
last modified time | relevance | path

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

/external/stlport/src/
Dcomplex_trig.cpp34 static const float float_limit = float_ulimit.f; variable
49 static const float float_limit = float(M_LN2 * FLT_MAX_EXP);
52 static const float float_limit = ::log(FLT_MAX);
119 { return tanT(z, float_limit); } in tan()
182 { return tanhT(z, float_limit); } in tanh()