Home
last modified time | relevance | path

Searched refs:kDoubleSize (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-string-to-double.cpp290 const int kDoubleSize = Double::kSignificandSize; in RadixStringToIeee() local
292 const int kSignificandSize = read_as_double? kDoubleSize: kSingleSize; in RadixStringToIeee()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-string-to-double.cpp290 const int kDoubleSize = Double::kSignificandSize; in RadixStringToIeee() local
292 const int kSignificandSize = read_as_double? kDoubleSize: kSingleSize; in RadixStringToIeee()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dstring-to-double.cc269 const int kDoubleSize = Double::kSignificandSize; in RadixStringToIeee() local
271 const int kSignificandSize = read_as_double? kDoubleSize: kSingleSize; in RadixStringToIeee()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-string-to-double.cpp290 const int kDoubleSize = Double::kSignificandSize; in RadixStringToIeee() local
292 const int kSignificandSize = read_as_double? kDoubleSize: kSingleSize; in RadixStringToIeee()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc77 return WireFormatLite::kDoubleSize; in FixedSize()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion.cpp550 const int kDoubleSize = Double::kSignificandSize; in RadixStringToIeee() local
552 const int kSignificandSize = read_as_double? kDoubleSize: kSingleSize; in RadixStringToIeee()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc445 case FieldDescriptor::TYPE_DOUBLE : return internal::WireFormatLite::kDoubleSize; in GetFixedSize()
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc800 return WireFormatLite::kDoubleSize; in FixedSize()
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h693 static constexpr size_t kDoubleSize = 8; variable