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

  /external/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 */
  /ndk/sources/android/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 */

Completed in 21 milliseconds