Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/numbers/
H A Dstrtod.cc32 static const int kMaxDecimalPower = 309; member
345 // buffer.length() + exponent <= kMaxDecimalPower + 1
356 DCHECK(buffer.length() + exponent <= kMaxDecimalPower + 1); in BignumStrtod()
363 DCHECK_LT((kMaxDecimalPower + 1) * 333 / 100, Bignum::kMaxSignificantBits); in BignumStrtod()
405 if (exponent + trimmed.length() - 1 >= kMaxDecimalPower) in Strtod()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dstrtod.cc53 static const int kMaxDecimalPower = 309; member
385 // buffer.length() + exponent <= kMaxDecimalPower + 1
391 DOUBLE_CONVERSION_ASSERT(buffer.length() + exponent <= kMaxDecimalPower + 1);
398 DOUBLE_CONVERSION_ASSERT(((kMaxDecimalPower + 1) * 333 / 100) < Bignum::kMaxSignificantBits);
425 if (exponent + trimmed.length() - 1 >= kMaxDecimalPower) {
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-strtod.cpp67 static const int kMaxDecimalPower = 309; member
399 // buffer.length() + exponent <= kMaxDecimalPower + 1
405 DOUBLE_CONVERSION_ASSERT(buffer.length() + exponent <= kMaxDecimalPower + 1);
412 DOUBLE_CONVERSION_ASSERT(((kMaxDecimalPower + 1) * 333 / 100) < Bignum::kMaxSignificantBits);
439 if (exponent + trimmed.length() - 1 >= kMaxDecimalPower) {
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-strtod.cpp67 static const int kMaxDecimalPower = 309; member
399 // buffer.length() + exponent <= kMaxDecimalPower + 1
405 DOUBLE_CONVERSION_ASSERT(buffer.length() + exponent <= kMaxDecimalPower + 1);
412 DOUBLE_CONVERSION_ASSERT(((kMaxDecimalPower + 1) * 333 / 100) < Bignum::kMaxSignificantBits);
439 if (exponent + trimmed.length() - 1 >= kMaxDecimalPower) {
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-strtod.cpp67 static const int kMaxDecimalPower = 309; member
399 // buffer.length() + exponent <= kMaxDecimalPower + 1
405 DOUBLE_CONVERSION_ASSERT(buffer.length() + exponent <= kMaxDecimalPower + 1);
412 DOUBLE_CONVERSION_ASSERT(((kMaxDecimalPower + 1) * 333 / 100) < Bignum::kMaxSignificantBits);
439 if (exponent + trimmed.length() - 1 >= kMaxDecimalPower) {

Completed in 7 milliseconds