Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/numbers/
H A Ddtoa.h31 // kBase10MaximalLength refers to the maximal length of this string. Note that
33 // least kBase10MaximalLength + 1 characters long.
34 const int kBase10MaximalLength = 17; member
62 // at least kBase10MaximalLength + 1. Otherwise, the size of the output is
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_doubleconversion.cpp24 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in testDoubleConversionApi()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Ddouble-to-string.h56 // kBase10MaximalLength.
58 // should be at least kBase10MaximalLength + 1 characters long.
59 static const int kBase10MaximalLength = 17; member in double_conversion::DoubleToStringConverter
207 // this string is 3 + kBase10MaximalLength - decimal_in_shortest_low.
212 // kBase10MaximalLength significant digits).
391 // buffer of at least kBase10MaximalLength + 1. In all other modes the
H A Ddouble-to-string.cc178 const int kDecimalRepCapacity = kBase10MaximalLength + 1; in ToShortestIeeeNumber()
256 DOUBLE_CONVERSION_ASSERT(kDecimalRepCapacity > kBase10MaximalLength); in ToExponential()
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-double-to-string.h70 // kBase10MaximalLength.
72 // should be at least kBase10MaximalLength + 1 characters long.
73 static const int kBase10MaximalLength = 17; member in double_conversion::DoubleToStringConverter
222 // this string is 3 + kBase10MaximalLength - decimal_in_shortest_low.
227 // kBase10MaximalLength significant digits).
407 // buffer of at least kBase10MaximalLength + 1. In all other modes the
H A Ddouble-conversion-double-to-string.cpp193 const int kDecimalRepCapacity = kBase10MaximalLength + 1;
271 DOUBLE_CONVERSION_ASSERT(kDecimalRepCapacity > kBase10MaximalLength);
H A Dnumber_utils.cpp140 char buffer[DoubleToStringConverter::kBase10MaximalLength + 6]; in setTo()
H A Dnumber_decimalquantity.cpp504 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in convertToAccurateDouble()
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-double-to-string.h70 // kBase10MaximalLength.
72 // should be at least kBase10MaximalLength + 1 characters long.
73 static const int kBase10MaximalLength = 17; member in double_conversion::DoubleToStringConverter
247 // this string is 3 + kBase10MaximalLength - decimal_in_shortest_low.
252 // kBase10MaximalLength significant digits).
432 // buffer of at least kBase10MaximalLength + 1. In all other modes the
H A Ddouble-conversion-double-to-string.cpp200 const int kDecimalRepCapacity = kBase10MaximalLength + 1;
278 DOUBLE_CONVERSION_ASSERT(kDecimalRepCapacity > kBase10MaximalLength);
H A Dnumber_utils.cpp140 char buffer[DoubleToStringConverter::kBase10MaximalLength + 6]; in setTo()
H A Dnumber_decimalquantity.cpp504 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in convertToAccurateDouble()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-double-to-string.h70 // kBase10MaximalLength.
72 // should be at least kBase10MaximalLength + 1 characters long.
73 static const int kBase10MaximalLength = 17; member in double_conversion::DoubleToStringConverter
222 // this string is 3 + kBase10MaximalLength - decimal_in_shortest_low.
227 // kBase10MaximalLength significant digits).
407 // buffer of at least kBase10MaximalLength + 1. In all other modes the
H A Ddouble-conversion-double-to-string.cpp193 const int kDecimalRepCapacity = kBase10MaximalLength + 1;
271 DOUBLE_CONVERSION_ASSERT(kDecimalRepCapacity > kBase10MaximalLength);
H A Dnumber_utils.cpp140 char buffer[DoubleToStringConverter::kBase10MaximalLength + 6]; in setTo()
H A Dnumber_rounding.cpp95 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in doubleFractionLength()
H A Dnumber_decimalquantity.cpp491 char buffer[DoubleToStringConverter::kBase10MaximalLength + 1]; in convertToAccurateDouble()
/third_party/node/deps/v8/src/numbers/
H A Dconversions.cc1063 const int kV8DtoaBufferCapacity = base::kBase10MaximalLength + 1; in DoubleToCString()
1246 DCHECK_LE(base::kBase10MaximalLength, kMaxFractionDigits + 1); in DoubleToExponentialCString()

Completed in 18 milliseconds