/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.-histogram-proto.pbtxt | 9 type: TYPE_DOUBLE 15 type: TYPE_DOUBLE 21 type: TYPE_DOUBLE 27 type: TYPE_DOUBLE 33 type: TYPE_DOUBLE 39 type: TYPE_DOUBLE 48 type: TYPE_DOUBLE
|
D | tensorflow.-event.pbtxt | 9 type: TYPE_DOUBLE
|
D | tensorflow.summary.-event.pbtxt | 9 type: TYPE_DOUBLE
|
/external/deqp/framework/opengl/ |
D | gluShaderUtil.cpp | 466 TYPE_DOUBLE, // double in getDataTypeScalarType() 467 TYPE_DOUBLE, // dvec2 in getDataTypeScalarType() 468 TYPE_DOUBLE, // dvec3 in getDataTypeScalarType() 469 TYPE_DOUBLE, // dvec4 in getDataTypeScalarType() 470 TYPE_DOUBLE, // dmat2 in getDataTypeScalarType() 471 TYPE_DOUBLE, // dmat2x3 in getDataTypeScalarType() 472 TYPE_DOUBLE, // dmat2x4 in getDataTypeScalarType() 473 TYPE_DOUBLE, // dmat3x2 in getDataTypeScalarType() 474 TYPE_DOUBLE, // dmat3 in getDataTypeScalarType() 475 TYPE_DOUBLE, // dmat3x4 in getDataTypeScalarType() [all …]
|
D | gluShaderUtil.hpp | 116 TYPE_DOUBLE, enumerator 266 inline bool isDataTypeDoubleOrDVec (DataType dataType) { return (dataType >= TYPE_DOUBLE) &… in isDataTypeDoubleOrDVec() 278 || (dataType == TYPE_DOUBLE) in isDataTypeScalar() 304 || deInRange32(dataType, TYPE_DOUBLE, TYPE_DOUBLE_VEC4) in isDataTypeScalarOrVector()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | datapiece.cc | 118 if (type_ == TYPE_DOUBLE) in ToInt32() 130 if (type_ == TYPE_DOUBLE) in ToUint32() 142 if (type_ == TYPE_DOUBLE) in ToInt64() 154 if (type_ == TYPE_DOUBLE) in ToUint64() 177 if (type_ == TYPE_DOUBLE) { in ToFloat() 228 case TYPE_DOUBLE: in ValueAsStringOrDefault() 301 case TYPE_DOUBLE: in GenericConvert()
|
D | datapiece.h | 69 TYPE_DOUBLE = 5, enumerator 83 explicit DataPiece(const double value) : type_(TYPE_DOUBLE), double_(value) {} in DataPiece()
|
D | object_writer.cc | 60 case DataPiece::TYPE_DOUBLE: { in RenderDataPieceTo()
|
/external/libtextclassifier/java/com/google/android/textclassifier/ |
D | NamedVariant.java | 29 public static final int TYPE_DOUBLE = 4; field in NamedVariant 54 this.type = TYPE_DOUBLE; in NamedVariant() 93 assert (type == TYPE_DOUBLE); in getDouble()
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_field_base.cc | 175 case FieldDescriptor::TYPE_DOUBLE: in type_name() 217 case FieldDescriptor::TYPE_DOUBLE: in has_default_value() 256 case FieldDescriptor::TYPE_DOUBLE: in is_nullable_type() 320 case FieldDescriptor::TYPE_DOUBLE: { in default_value() 390 case FieldDescriptor::TYPE_DOUBLE: in capitalized_type_name()
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | parser.h | 33 #define TYPE_DOUBLE 0x0010 macro 97 {"desired_util", NULL, TYPE_DOUBLE, STORE_SINGLE}, \ 100 {"init_util", NULL, TYPE_DOUBLE, STORE_SINGLE}, \
|
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 240 _FieldDescriptor.TYPE_DOUBLE: wire_format.DoubleByteSize, 263 _FieldDescriptor.TYPE_DOUBLE: encoder.DoubleEncoder, 286 _FieldDescriptor.TYPE_DOUBLE: encoder.DoubleSizer, 309 _FieldDescriptor.TYPE_DOUBLE: decoder.DoubleDecoder, 331 _FieldDescriptor.TYPE_DOUBLE: wire_format.WIRETYPE_FIXED64,
|
/external/proguard/src/proguard/classfile/util/ |
D | ClassUtil.java | 299 internalType == ClassConstants.TYPE_DOUBLE; in isInternalPrimitiveType() 314 internalType.charAt(0) == ClassConstants.TYPE_DOUBLE); in isInternalCategory2Type() 570 case ClassConstants.TYPE_DOUBLE: in internalMethodParameterSize() 626 internalPrimitiveType == ClassConstants.TYPE_DOUBLE) in internalTypeSize() 668 externalType.equals(JavaConstants.TYPE_DOUBLE ) ? ClassConstants.TYPE_DOUBLE : in internalType() 742 internalTypeChar == ClassConstants.TYPE_DOUBLE ? JavaConstants.TYPE_DOUBLE : in externalType()
|
D | AllParameterVisitor.java | 125 case ClassConstants.TYPE_DOUBLE: in visitParameters() 183 case ClassConstants.TYPE_DOUBLE: in visitParameters()
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | Extension.java | 58 public static final int TYPE_DOUBLE = InternalNano.TYPE_DOUBLE; field in Extension 391 case TYPE_DOUBLE: in writeSingularData() 509 case TYPE_DOUBLE: in writeRepeatedData() 578 case TYPE_DOUBLE: in computePackedDataSize() 651 case TYPE_DOUBLE: in computeSingularSerializedSize()
|
/external/proguard/src/proguard/evaluation/value/ |
D | DoubleValue.java | 352 return TYPE_DOUBLE; in computationalType() 357 return String.valueOf(ClassConstants.TYPE_DOUBLE); in internalType()
|
D | InitialValueFactory.java | 68 case ClassConstants.TYPE_DOUBLE: in createValue()
|
D | Value.java | 37 public static final int TYPE_DOUBLE = 4; field in Value
|
D | ValueFactory.java | 61 case ClassConstants.TYPE_DOUBLE: return createDoubleValue(); in createValue()
|
/external/tensorflow/tensorflow/core/util/proto/ |
D | decode.h | 273 inline const uint8* ReadFromArray<double, WireFormatLite::TYPE_DOUBLE>( 276 WireFormatLite::TYPE_DOUBLE>( 376 case WireFormatLite::TYPE_DOUBLE: in ReadValue() 377 return ReadPrimitive<double, double, WireFormatLite::TYPE_DOUBLE>( in ReadValue() 493 case WireFormatLite::TYPE_DOUBLE: in ReadPackedFromArray() 494 *index += ReadPackedPrimitives<double, WireFormatLite::TYPE_DOUBLE>( in ReadPackedFromArray()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 282 case FieldDescriptor::TYPE_DOUBLE: in GetJavaType() 362 case FieldDescriptor::TYPE_DOUBLE : return "DOUBLE"; in FieldTypeName() 635 case FieldDescriptor::TYPE_DOUBLE : return "Double"; in GetCapitalizedType() 668 case FieldDescriptor::TYPE_DOUBLE : return WireFormatLite::kDoubleSize; in FixedSize()
|
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionUtil.java | 59 case InstructionConstants.ARRAY_T_DOUBLE: return ClassConstants.TYPE_DOUBLE; in internalTypeFromArrayType()
|
/external/e2fsprogs/intl/ |
D | printf-args.h | 55 TYPE_DOUBLE, enumerator
|
/external/proguard/src/proguard/classfile/ |
D | JavaConstants.java | 87 public static final String TYPE_DOUBLE = "double"; field
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_primitive_field.cc | 108 case FieldDescriptor::TYPE_DOUBLE : return "Double" ; in GetCapitalizedType() 139 case FieldDescriptor::TYPE_DOUBLE : return WireFormatLite::kDoubleSize; in FixedSize()
|