Home
last modified time | relevance | path

Searched defs:kDoubleSize (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-string-to-double.cpp290 const int kDoubleSize = Double::kSignificandSize; in RadixStringToIeee() local
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-string-to-double.cpp290 const int kDoubleSize = Double::kSignificandSize; in RadixStringToIeee() local
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-string-to-double.cpp290 const int kDoubleSize = Double::kSignificandSize; in RadixStringToIeee() local
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dstring-to-double.cc269 const int kDoubleSize = Double::kSignificandSize; in RadixStringToIeee() local
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h693 static constexpr size_t kDoubleSize = 8; variable
/third_party/node/deps/v8/src/common/
Dglobals.h222 constexpr int kDoubleSize = sizeof(double); variable