Home
last modified time | relevance | path

Searched refs:computeLog10 (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcompactdecimalformat.cpp167 static int32_t computeLog10(double x, UBool inRange);
277 int32_t baseIdx = computeLog10(roundedDouble, TRUE); in format()
652 int32_t log10Value = computeLog10(power10, FALSE); in put()
949 static int32_t computeLog10(double x, UBool inRange) { in computeLog10() function