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

/external/chromium_org/third_party/icu/source/i18n/
H A Dcompactdecimalformat.cpp255 double roundedDouble = rounded.getDouble(); local
257 roundedDouble = -roundedDouble;
259 int32_t baseIdx = computeLog10(roundedDouble, TRUE);
260 double numberToFormat = roundedDouble / _divisors[baseIdx];
/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp255 double roundedDouble = rounded.getDouble(); local
257 roundedDouble = -roundedDouble;
259 int32_t baseIdx = computeLog10(roundedDouble, TRUE);
260 double numberToFormat = roundedDouble / _divisors[baseIdx];

Completed in 1600 milliseconds