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

/external/stlport/src/
H A 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); }
182 { return tanhT(z, float_limit); }

Completed in 40 milliseconds