HomeSort by relevance Sort by last modified time
    Searched refs:float_limit (Results 1 - 2 of 2) sorted by null

  /external/stlport/src/
complex_trig.cpp 34 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); }
  /ndk/sources/cxx-stl/stlport/src/
complex_trig.cpp 34 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 591 milliseconds