Home
last modified time | relevance | path

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

/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Ddouble-to-string.cc329 int extra_zero = ((flags_ & EMIT_TRAILING_ZERO_AFTER_POINT) != 0) ? 1 : 0; in ToPrecision() local
332 (decimal_point - precision + extra_zero > in ToPrecision()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-double-to-string.cpp344 int extra_zero = ((flags_ & EMIT_TRAILING_ZERO_AFTER_POINT) != 0) ? 1 : 0;
347 (decimal_point - precision + extra_zero >
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-double-to-string.cpp344 int extra_zero = ((flags_ & EMIT_TRAILING_ZERO_AFTER_POINT) != 0) ? 1 : 0;
347 (decimal_point - precision + extra_zero >
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-double-to-string.cpp351 int extra_zero = ((flags_ & EMIT_TRAILING_ZERO_AFTER_POINT) != 0) ? 1 : 0;
354 (decimal_point - precision + extra_zero >