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

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcompactdecimalformat.cpp161 static int32_t computeLog10(double x, UBool inRange);
259 int32_t baseIdx = computeLog10(roundedDouble, TRUE);
700 int32_t log10Value = computeLog10(power10, FALSE);
893 // computeLog10 computes floor(log10(x)). If inRange is TRUE, the biggest
894 // value computeLog10 will return MAX_DIGITS -1 even for
895 // numbers > 10^MAX_DIGITS. If inRange is FALSE, computeLog10 will return
897 static int32_t computeLog10(double x, UBool inRange) { function

Completed in 109 milliseconds