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

  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 276 int exp_hi = 0, exp_lo = exp; /* exp = exp_hi*32 + exp_lo */ local
284 exp_hi++;
292 exp_hi++;
303 while (exp_hi) { /* scale */
304 hi = (min) (exp_hi, num_hi); /* only a few large powers of 10 */
305 exp_hi -= hi; /* could iterate in extreme case */
  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 115 _EIGEN_DECLARE_CONST_Packet4f(exp_hi, 88.3762626647950f);
180 _EIGEN_DECLARE_CONST_Packet2d(exp_hi, 709.437);

Completed in 81 milliseconds