Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-double-to-string.cpp224 const double kFirstNonFixed = 1e60;
231 if (value >= kFirstNonFixed || value <= -kFirstNonFixed) return false;
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Ddouble-to-string.cc209 const double kFirstNonFixed = 1e60; in ToFixed() local
216 if (value >= kFirstNonFixed || value <= -kFirstNonFixed) return false; in ToFixed()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-double-to-string.cpp224 const double kFirstNonFixed = 1e60;
231 if (value >= kFirstNonFixed || value <= -kFirstNonFixed) return false;
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-double-to-string.cpp224 const double kFirstNonFixed = 1e60;
231 if (value >= kFirstNonFixed || value <= -kFirstNonFixed) return false;
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion.cpp218 const double kFirstNonFixed = 1e60;
225 if (value >= kFirstNonFixed || value <= -kFirstNonFixed) return false;