Home
last modified time | relevance | path

Searched refs:TYPE_DOUBLE (Results 1 – 25 of 91) sorted by relevance

1234

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-histogram-proto.pbtxt9 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
Dtensorflow.-event.pbtxt9 type: TYPE_DOUBLE
Dtensorflow.summary.-event.pbtxt9 type: TYPE_DOUBLE
/external/deqp/framework/opengl/
DgluShaderUtil.cpp466 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 …]
DgluShaderUtil.hpp116 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/
Ddatapiece.cc118 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()
Ddatapiece.h69 TYPE_DOUBLE = 5, enumerator
83 explicit DataPiece(const double value) : type_(TYPE_DOUBLE), double_(value) {} in DataPiece()
Dobject_writer.cc60 case DataPiece::TYPE_DOUBLE: { in RenderDataPieceTo()
/external/libtextclassifier/java/com/google/android/textclassifier/
DNamedVariant.java29 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/
Dcsharp_field_base.cc175 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/
Dparser.h33 #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/
Dtype_checkers.py240 _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/
DClassUtil.java299 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()
DAllParameterVisitor.java125 case ClassConstants.TYPE_DOUBLE: in visitParameters()
183 case ClassConstants.TYPE_DOUBLE: in visitParameters()
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DExtension.java58 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/
DDoubleValue.java352 return TYPE_DOUBLE; in computationalType()
357 return String.valueOf(ClassConstants.TYPE_DOUBLE); in internalType()
DInitialValueFactory.java68 case ClassConstants.TYPE_DOUBLE: in createValue()
DValue.java37 public static final int TYPE_DOUBLE = 4; field in Value
DValueFactory.java61 case ClassConstants.TYPE_DOUBLE: return createDoubleValue(); in createValue()
/external/tensorflow/tensorflow/core/util/proto/
Ddecode.h273 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/
Djava_helpers.cc282 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/
DInstructionUtil.java59 case InstructionConstants.ARRAY_T_DOUBLE: return ClassConstants.TYPE_DOUBLE; in internalTypeFromArrayType()
/external/e2fsprogs/intl/
Dprintf-args.h55 TYPE_DOUBLE, enumerator
/external/proguard/src/proguard/classfile/
DJavaConstants.java87 public static final String TYPE_DOUBLE = "double"; field
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_primitive_field.cc108 case FieldDescriptor::TYPE_DOUBLE : return "Double" ; in GetCapitalizedType()
139 case FieldDescriptor::TYPE_DOUBLE : return WireFormatLite::kDoubleSize; in FixedSize()

1234