Home
last modified time | relevance | path

Searched refs:kDouble (Results 1 – 25 of 96) sorted by relevance

1234

/external/OpenCL-CTS/test_conformance/basic/
Dtest_astype.cpp97 …(outVecType == kDouble || inVecType == kDouble) ? "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" … in test_astype_set()
105 …(outVecType == kDouble || inVecType == kDouble) ? "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" … in test_astype_set()
114 …(outVecType == kDouble || inVecType == kDouble) ? "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" … in test_astype_set()
121 …(outVecType == kDouble || inVecType == kDouble) ? "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" … in test_astype_set()
226 … = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDouble, kNumExplicitType… in test_astype()
236 if( vecTypes[ inTypeIdx ] == kDouble && !is_extension_available( device, "cl_khr_fp64" ) ) in test_astype()
245 … if( vecTypes[ outTypeIdx ] == kDouble && !is_extension_available( device, "cl_khr_fp64" ) ) { in test_astype()
Dtest_vloadstore.cpp206 … = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDouble, kNumExplicitType… in test_vloadset()
218 if( vecType[ typeIdx ] == kDouble && !is_extension_available( device, "cl_khr_fp64" ) ) in test_vloadset()
269 type == kDouble ? doubleExtensionPragma : "", in create_global_load_code()
273 sprintf( destBuffer, pattern, type == kDouble ? doubleExtensionPragma : "", in create_global_load_code()
340 type == kDouble ? doubleExtensionPragma : "", in create_local_load_code()
348 type == kDouble ? doubleExtensionPragma : "", in create_local_load_code()
399 type == kDouble ? doubleExtensionPragma : "", in create_constant_load_code()
405 type == kDouble ? doubleExtensionPragma : "", in create_constant_load_code()
478 type == kDouble ? doubleExtensionPragma : "", in create_private_load_code()
486 type == kDouble ? doubleExtensionPragma : "", in create_private_load_code()
[all …]
Dtest_vec_type_hint.cpp45 …itType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDouble }; in test_vec_type_hint()
52 if (vecType[vec_type_index] == kDouble) { in test_vec_type_hint()
79 … (vecType[vec_type_index] == kDouble) ? "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" : "", in test_vec_type_hint()
Dtest_vector_creation.cpp82 type == kDouble ? "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" : "", in create_kernel()
224 …itType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDouble }; in test_vector_creation()
251 if (vecType[type_index] == kDouble) { in test_vector_creation()
261 if (vecType[type_index] != kDouble) { in test_vector_creation()
271 … (vecType[type_index] != kDouble) ? input_data_converted : input_data_double, &error); in test_vector_creation()
Dtest_explicit_s2v.cpp128 if (srcType == kDouble || destType == kDouble) { in test_explicit_s2v_function()
214 if( dstType == kDouble && !is_extension_available( deviceID, "cl_khr_fp64" ) ) in test_explicit_s2v_function_set()
367 generate_random_data( kDouble, 128, seed, data ); in test_explicit_s2v_double()
369 if( test_explicit_s2v_function_set( deviceID, context, queue, kDouble, 128, data ) != 0 ) in test_explicit_s2v_double()
Dtest_kernel_memory_alignment.cpp170 …itType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDouble }; in test_kernel_memory_alignment()
214 if (vecType[typeIndex] == kDouble && !is_extension_available(device, "cl_khr_fp64")) { in test_kernel_memory_alignment()
241 … vecType[typeIndex] == kDouble ? "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" : "", in test_kernel_memory_alignment()
252 … vecType[typeIndex] == kDouble ? "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" : "", in test_kernel_memory_alignment()
348 … vecType[typeIndex] == kDouble ? "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" : "", in test_kernel_memory_alignment()
414 … vecType[typeIndex] == kDouble ? "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" : "", in test_kernel_memory_alignment()
Dtest_async_copy.cpp113 vecType == kDouble ? "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" : "", in test_copy()
236 … = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDouble, kNumExplicitType… in test_copy_all_types()
244 if( vecType[ typeIndex ] == kDouble && !is_extension_available( deviceID, "cl_khr_fp64" ) ) in test_copy_all_types()
Dtest_async_strided_copy.cpp98 vecType == kDouble ? "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" : "", in test_strided_copy()
232 … = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDouble, kNumExplicitType… in test_strided_copy_all_types()
241 if( vecType[ typeIndex ] == kDouble && !is_extension_available( deviceID, "cl_khr_fp64" ) ) in test_strided_copy_all_types()
Dtest_async_copy2D.cpp153 vecType == kDouble ? "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" in test_copy2D()
374 kULong, kFloat, kDouble, kNumExplicitTypes in test_copy2D_all_types()
391 if (vecType[typeIndex] == kDouble in test_copy2D_all_types()
/external/perfetto/include/perfetto/trace_processor/
Dbasic_types.h117 kDouble, enumerator
134 value.type = Type::kDouble; in Double()
154 PERFETTO_CHECK(type == kDouble); in AsDouble()
/external/OpenCL-CTS/test_conformance/relationals/
Dtest_relationals.cpp71 vecType == kDouble ? "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" : "", in test_any_all_kernel()
76 vecType == kDouble ? "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" : "", in test_any_all_kernel()
339 …(vecType == kDouble || testVecType == kDouble) ? "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" :… in test_select_kernel()
352 …(vecType == kDouble || testVecType == kDouble) ? "#pragma OPENCL EXTENSION cl_khr_fp64 : enable" :… in test_select_kernel()
503 …itType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDouble }; in test_relational_bitselect()
515 if (vecType[typeIndex] == kDouble) in test_relational_bitselect()
587 …itType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDouble }; in test_relational_select_signed()
599 if (vecType[typeIndex] == kDouble) { in test_relational_select_signed()
676 …itType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDouble }; in test_relational_select_unsigned()
689 if (vecType[typeIndex] == kDouble) { in test_relational_select_unsigned()
/external/icu/icu4c/source/i18n/
Dfmtable.cpp136 fType = kDouble; in Formattable()
243 case kDouble: in operator =()
294 case kDouble: in operator ==()
382 case kDouble: in isNumeric()
413 case Formattable::kDouble: in getLong()
458 case Formattable::kDouble: in getInt64()
504 case Formattable::kDouble: in getDouble()
535 fType = kDouble; in setDouble()
759 case kDouble: in populateDecimalQuantity()
796 fType = kDouble; in adoptDecimalQuantity()
[all …]
/external/pigweed/pw_tokenizer/
Dencode_args.cc31 kDouble = PW_TOKENIZER_ARG_TYPE_DOUBLE, enumerator
38 static_assert(0b10u == static_cast<uint8_t>(ArgType::kDouble));
110 case ArgType::kDouble: in EncodeArgs()
/external/perfetto/src/trace_processor/db/
Dcompare.h159 if (a.type == SqlValue::kLong && b.type == SqlValue::kDouble) in SqlValue()
162 if (a.type == SqlValue::kDouble && b.type == SqlValue::kLong) in SqlValue()
171 case SqlValue::Type::kDouble: in SqlValue()
Dcolumn.h221 case ColumnType::kDouble: in IndexOf()
257 case ColumnType::kDouble: { in Set()
432 kDouble, enumerator
469 case ColumnType::kDouble: { in GetAtIdx()
572 return ColumnType::kDouble; in ToColumnType()
585 case ColumnType::kDouble: in ToSqlValueType()
586 return SqlValue::Type::kDouble; in ToSqlValueType()
Dcolumn.cc65 case ColumnType::kDouble: in Column()
115 case ColumnType::kDouble: { in FilterIntoSlow()
162 if (value.type == SqlValue::Type::kDouble) { in FilterIntoNumericSlow()
423 case ColumnType::kDouble: { in StableSort()
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.h55 kDouble, enumerator
99 v.type_ = ArgType::kDouble; in Double()
155 PERFETTO_DCHECK(type_ == ArgType::kDouble); in Double()
/external/deqp-deps/amber/src/
Dtokenizer.h32 kDouble, enumerator
44 bool IsDouble() const { return type_ == TokenType::kDouble; } in IsDouble()
/external/OpenCL-CTS/test_conformance/vectors/
Dtest_step.cpp71 if (types[typeIdx] == kDouble) in test_step_internal()
97 types[typeIdx] == kDouble in test_step_internal()
Dglobals.cpp39 kULong, kFloat, kDouble, kNumExplicitTypes
/external/libbrillo/brillo/dbus/
Ddata_serialization_fuzzer.cc32 kDouble, enumerator
143 case kDouble: in LLVMFuzzerTestOneInput()
276 case kDouble: { in LLVMFuzzerTestOneInput()
/external/tensorflow/tensorflow/stream_executor/
Dhost_or_device_scalar.h71 : double_(value), is_pointer_(false), dtype_(DataType::kDouble) {} in HostOrDeviceScalar()
132 case DataType::kDouble: in opaque_value()
/external/OpenCL-CTS/test_common/harness/
Dconversions.cpp60 case kDouble: sprintf(string, "%g", *((cl_double *)data)); return; in print_type_to_string()
269 case kDouble: \
439 case kDouble: in convert_explicit_value()
866 case kDouble: in convert_explicit_value()
887 case kDouble: in convert_explicit_value()
1050 case kDouble: in generate_random_data()
1150 case kDouble: return (float)*((double *)inRaw); in read_as_float()
/external/perfetto/include/perfetto/protozero/
Dproto_utils.h44 kDouble, enumerator
68 case ProtoSchemaType::kDouble: in ProtoSchemaToString()
/external/perfetto/src/trace_processor/rpc/
Drpc.cc167 case SqlValue::Type::kDouble: in RawQuery()
193 cell.type == SqlValue::Type::kDouble); in RawQuery()
213 cell.type == SqlValue::Type::kDouble); in RawQuery()

1234