Searched refs:TYPE_DOUBLE (Results 1 - 25 of 97) sorted by relevance

1234

/external/deqp/framework/opengl/
H A DgluShaderUtil.cpp405 TYPE_DOUBLE, // double
406 TYPE_DOUBLE, // dvec2
407 TYPE_DOUBLE, // dvec3
408 TYPE_DOUBLE, // dvec4
409 TYPE_DOUBLE, // dmat2
410 TYPE_DOUBLE, // dmat2x3
411 TYPE_DOUBLE, // dmat2x4
412 TYPE_DOUBLE, // dmat3x2
413 TYPE_DOUBLE, // dmat3
414 TYPE_DOUBLE, // dmat3x
[all...]
H A DgluShaderUtil.hpp115 TYPE_DOUBLE, enumerator in enum:glu::DataType
228 inline bool isDataTypeDoubleOrDVec (DataType dataType) { return (dataType >= TYPE_DOUBLE) && (dataType <= TYPE_DOUBLE_VEC4); }
233 inline bool isDataTypeScalar (DataType dataType) { return (dataType == TYPE_FLOAT) || (dataType == TYPE_DOUBLE) ||(dataType == TYPE_INT) || (dataType == TYPE_UINT) || (dataType == TYPE_BOOL); }
235 inline bool isDataTypeScalarOrVector (DataType dataType) { return deInRange32(dataType, TYPE_FLOAT, TYPE_FLOAT_VEC4) || deInRange32(dataType, TYPE_DOUBLE, TYPE_DOUBLE_VEC4) || deInRange32(dataType, TYPE_INT, TYPE_INT_VEC4) || deInRange32(dataType, TYPE_UINT, TYPE_UINT_VEC4) || deInRange32(dataType, TYPE_BOOL, TYPE_BOOL_VEC4); }
/external/proguard/src/proguard/classfile/instruction/
H A DInstructionUtil.java50 * <code>ClassConstants.TYPE_DOUBLE</code>.
59 case InstructionConstants.ARRAY_T_DOUBLE: return ClassConstants.TYPE_DOUBLE;
/external/proguard/src/proguard/evaluation/value/
H A DInitialValueFactory.java68 case ClassConstants.TYPE_DOUBLE:
H A DValue.java37 public static final int TYPE_DOUBLE = 4; field in class:Value
148 * <code>TYPE_DOUBLE</code>,
164 * <code>ClassConstants.TYPE_DOUBLE</code>,
H A DDoubleValue.java352 return TYPE_DOUBLE;
357 return String.valueOf(ClassConstants.TYPE_DOUBLE);
H A DValueFactory.java61 case ClassConstants.TYPE_DOUBLE: return createDoubleValue();
/external/protobuf/src/google/protobuf/util/internal/
H A Ddatapiece.cc118 if (type_ == TYPE_DOUBLE)
130 if (type_ == TYPE_DOUBLE)
142 if (type_ == TYPE_DOUBLE)
154 if (type_ == TYPE_DOUBLE)
177 if (type_ == TYPE_DOUBLE) {
228 case TYPE_DOUBLE:
301 case TYPE_DOUBLE:
H A Dobject_writer.cc60 case DataPiece::TYPE_DOUBLE: {
H A Ddatapiece.h69 TYPE_DOUBLE = 5, enumerator in enum:google::protobuf::util::converter::DataPiece::Type
83 explicit DataPiece(const double value) : type_(TYPE_DOUBLE), double_(value) {}
/external/ltp/utils/ffsb-6.0-rc2/
H A Dparser.h33 #define TYPE_DOUBLE 0x0010 macro
97 {"desired_util", NULL, TYPE_DOUBLE, STORE_SINGLE}, \
100 {"init_util", NULL, TYPE_DOUBLE, STORE_SINGLE}, \
/external/proguard/src/proguard/classfile/util/
H A DAllParameterVisitor.java125 case ClassConstants.TYPE_DOUBLE:
183 case ClassConstants.TYPE_DOUBLE:
H A DClassUtil.java299 internalType == ClassConstants.TYPE_DOUBLE;
314 internalType.charAt(0) == ClassConstants.TYPE_DOUBLE);
570 case ClassConstants.TYPE_DOUBLE:
626 internalPrimitiveType == ClassConstants.TYPE_DOUBLE)
668 externalType.equals(JavaConstants.TYPE_DOUBLE ) ? ClassConstants.TYPE_DOUBLE :
742 internalTypeChar == ClassConstants.TYPE_DOUBLE ? JavaConstants.TYPE_DOUBLE :
/external/bison/lib/
H A Dprintf-args.h64 TYPE_DOUBLE, enumerator in enum:__anon561
/external/e2fsprogs/intl/
H A Dprintf-args.h55 TYPE_DOUBLE, enumerator in enum:__anon5092
H A Dprintf-args.c70 case TYPE_DOUBLE:
/external/proguard/src/proguard/classfile/
H A DJavaConstants.java87 public static final String TYPE_DOUBLE = "double"; field in interface:JavaConstants
/external/nanopb-c/generator/google/protobuf/internal/
H A Dtype_checkers.py174 _FieldDescriptor.TYPE_DOUBLE: wire_format.DoubleByteSize,
197 _FieldDescriptor.TYPE_DOUBLE: encoder.DoubleEncoder,
220 _FieldDescriptor.TYPE_DOUBLE: encoder.DoubleSizer,
243 _FieldDescriptor.TYPE_DOUBLE: decoder.DoubleDecoder,
265 _FieldDescriptor.TYPE_DOUBLE: wire_format.WIRETYPE_FIXED64,
/external/protobuf/python/google/protobuf/internal/
H A 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/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_field_base.cc175 case FieldDescriptor::TYPE_DOUBLE:
217 case FieldDescriptor::TYPE_DOUBLE:
256 case FieldDescriptor::TYPE_DOUBLE:
320 case FieldDescriptor::TYPE_DOUBLE: {
390 case FieldDescriptor::TYPE_DOUBLE:
/external/libchrome/base/json/
H A Djson_reader_unittest.cc125 EXPECT_TRUE(root->IsType(Value::TYPE_DOUBLE));
131 EXPECT_TRUE(root->IsType(Value::TYPE_DOUBLE));
141 EXPECT_TRUE(root->IsType(Value::TYPE_DOUBLE));
148 EXPECT_TRUE(root->IsType(Value::TYPE_DOUBLE));
155 EXPECT_TRUE(root->IsType(Value::TYPE_DOUBLE));
162 EXPECT_TRUE(root->IsType(Value::TYPE_DOUBLE));
169 EXPECT_TRUE(root->IsType(Value::TYPE_DOUBLE));
176 EXPECT_TRUE(root->IsType(Value::TYPE_DOUBLE));
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
H A DExtension.java58 public static final int TYPE_DOUBLE = InternalNano.TYPE_DOUBLE; field in class:Extension
391 case TYPE_DOUBLE:
509 case TYPE_DOUBLE:
578 case TYPE_DOUBLE:
651 case TYPE_DOUBLE:
/external/libchrome/dbus/
H A Dvalues_util.cc74 case base::Value::TYPE_DOUBLE:
236 case base::Value::TYPE_DOUBLE: {
295 case base::Value::TYPE_DOUBLE:
/external/proguard/src/proguard/util/
H A DClassNameParser.java54 ClassConstants.TYPE_DOUBLE,
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_extension.cc62 case FieldDescriptor::TYPE_DOUBLE : return "TYPE_DOUBLE" ;

Completed in 420 milliseconds

1234