Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/base/numbers/
H A Dstrtod.cc318 uint64_t half_way = one64 << (precision_digits_count - 1); in DiyFpStrtod() local
320 half_way *= kDenominator; in DiyFpStrtod()
323 if (precision_bits >= half_way + error) { in DiyFpStrtod()
331 if (half_way - error < precision_bits && precision_bits < half_way + error) { in DiyFpStrtod()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dstrtod.cc356 uint64_t half_way = one64 << (precision_digits_count - 1);
358 half_way *= kDenominator;
361 if (precision_bits >= half_way + error) {
369 if (half_way - error < precision_bits && precision_bits < half_way + error) {
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-strtod.cpp370 uint64_t half_way = one64 << (precision_digits_count - 1);
372 half_way *= kDenominator;
375 if (precision_bits >= half_way + error) {
383 if (half_way - error < precision_bits && precision_bits < half_way + error) {
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-strtod.cpp370 uint64_t half_way = one64 << (precision_digits_count - 1);
372 half_way *= kDenominator;
375 if (precision_bits >= half_way + error) {
383 if (half_way - error < precision_bits && precision_bits < half_way + error) {
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-strtod.cpp370 uint64_t half_way = one64 << (precision_digits_count - 1);
372 half_way *= kDenominator;
375 if (precision_bits >= half_way + error) {
383 if (half_way - error < precision_bits && precision_bits < half_way + error) {
/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc892 int half_way = (sample_subject->length() - kSampleSize) / 2; in Compile() local
893 for (int i = std::max(0, half_way); in Compile()

Completed in 7 milliseconds