Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddouble-conversion-string-to-double.cpp278 const int kDoubleSize = Double::kSignificandSize; in RadixStringToIeee() local
280 const int kSignificandSize = read_as_double? kDoubleSize: kSingleSize; in RadixStringToIeee()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_primitive_field.cc78 return WireFormatLite::kDoubleSize; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc139 case FieldDescriptor::TYPE_DOUBLE : return WireFormatLite::kDoubleSize; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc420 case FieldDescriptor::TYPE_DOUBLE : return internal::WireFormatLite::kDoubleSize; in GetFixedSize()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_primitive_field.cc141 case FieldDescriptor::TYPE_DOUBLE : return WireFormatLite::kDoubleSize; in FixedSize()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc801 return WireFormatLite::kDoubleSize; in FixedSize()
/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc56 return size * WireFormatLite::kDoubleSize; in TotalPackedSize()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h677 static const size_t kDoubleSize = 8; variable