Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddouble-conversion-strtod.cpp67 static const int kMaxDecimalPower = 309; variable
414 DOUBLE_CONVERSION_ASSERT(buffer.length() + exponent <= kMaxDecimalPower + 1); in CompareBufferWithDiyFp()
421 DOUBLE_CONVERSION_ASSERT(((kMaxDecimalPower + 1) * 333 / 100) < Bignum::kMaxSignificantBits); in CompareBufferWithDiyFp()
448 if (exponent + trimmed.length() - 1 >= kMaxDecimalPower) { in ComputeGuess()