Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcompactdecimalformat.cpp159 static int32_t computeLog10(double x, UBool inRange);
257 int32_t baseIdx = computeLog10(roundedDouble, TRUE); in format()
698 int32_t log10Value = computeLog10(power10, FALSE); in populatePower10()
895 static int32_t computeLog10(double x, UBool inRange) { in computeLog10() function