Searched refs:computeLog10 (Results 1 – 1 of 1) sorted by relevance
159 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