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

  /external/chromium_org/third_party/icu/source/i18n/
compactdecimalformat.cpp 255 double roundedDouble = rounded.getDouble();
257 roundedDouble = -roundedDouble;
259 int32_t baseIdx = computeLog10(roundedDouble, TRUE);
260 double numberToFormat = roundedDouble / _divisors[baseIdx];
  /external/icu/icu4c/source/i18n/
compactdecimalformat.cpp 255 double roundedDouble = rounded.getDouble();
257 roundedDouble = -roundedDouble;
259 int32_t baseIdx = computeLog10(roundedDouble, TRUE);
260 double numberToFormat = roundedDouble / _divisors[baseIdx];

Completed in 198 milliseconds