Home
last modified time | relevance | path

Searched refs:kShort (Results 1 – 25 of 52) sorted by relevance

123

/external/OpenCL-CTS/test_common/harness/
Dconversions.cpp45 case kShort: sprintf(string, "%d", (int)*((cl_short *)data)); return; in print_type_to_string()
422 case kShort: in convert_explicit_value()
462 SIMPLE_CAST_CASE(char, kShort, short) in convert_explicit_value()
494 SIMPLE_CAST_CASE(uchar, kShort, short) in convert_explicit_value()
526 SIMPLE_CAST_CASE(uchar, kShort, short) in convert_explicit_value()
546 case kShort: in convert_explicit_value()
552 case kShort: in convert_explicit_value()
592 DOWN_CAST_CASE(ushort, kShort, short, saturate) in convert_explicit_value()
624 DOWN_CAST_CASE(ushort, kShort, short, saturate) in convert_explicit_value()
655 DOWN_CAST_CASE(int, kShort, short, saturate) in convert_explicit_value()
[all …]
Dconversions.h36 kShort, enumerator
/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_integers.cpp228 …ExplicitType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitT… in test_single_param_integer_fn()
268 case kShort: in verify_integer_clz()
314 case kShort: in verify_integer_clz()
361 case kShort: in verify_integer_ctz()
407 case kShort: in verify_integer_ctz()
451 OP_CASE( op, kShort, short ) \
508 OP_CASE_GUARD_SIGNED( op, kShort, short, CL_SHRT_MIN ) \
561 case kShort: in patchup_divide_results()
777 …ExplicitType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitT… in test_two_param_integer_fn()
803 …ExplicitType types[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitT… in test_two_param_unmatched_integer_fn()
[all …]
Dtest_int_basic_ops.cpp141 kShort,
223 case kShort: in perThreadDataInit()
225 signed_type_name = get_explicit_type_name(kShort); in perThreadDataInit()
643 case kShort: in test_integer_ops()
707 case kShort: in test_integer_ops()
1087 return run_test_math(deviceID, context, queue, num_elements, kShort, LONG_MATH_SHIFT_SIZE); in test_short_math()
1090 return run_test_logic(deviceID, context, queue, num_elements, kShort, LONG_MATH_SHIFT_SIZE); in test_short_logic()
1093 return run_test_shift(deviceID, context, queue, num_elements, kShort, LONG_MATH_SHIFT_SIZE); in test_short_shift()
1096 return run_test_compare(deviceID, context, queue, num_elements, kShort, LONG_MATH_SHIFT_SIZE); in test_short_compare()
1099 return run_test_math(deviceID, context, queue, num_elements, kShort, QUICK_MATH_SHIFT_SIZE); in test_quick_short_math()
[all …]
Dtest_upsample.cpp225 ExplicitType typesToTest[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kNumExplicitTypes }; in test_integer_upsample()
227 ExplicitType outTypes[] = { kShort, kUShort, kInt, kUInt, kLong, kULong, kNumExplicitTypes }; in test_integer_upsample()
/external/libchrome/base/i18n/
Dtime_formatting.cc102 icu::DateFormat::createTimeInstance(icu::DateFormat::kShort)); in TimeFormatTimeOfDay()
139 icu::DateFormat::createDateInstance(icu::DateFormat::kShort)); in TimeFormatShortDateNumeric()
145 icu::DateFormat::createDateTimeInstance(icu::DateFormat::kShort)); in TimeFormatShortDateAndTime()
151 icu::DateFormat::createDateTimeInstance(icu::DateFormat::kShort, in TimeFormatShortDateAndTimeWithTimeZone()
267 icu::DateFormat::createTimeInstance(icu::DateFormat::kShort))); in GetHourClockType()
/external/OpenCL-CTS/test_conformance/relationals/
Dtest_relationals.cpp159 case kShort: in anyVerifyFn()
190 ExplicitType vecType[] = { kChar, kShort, kInt, kLong }; in test_relational_any()
228 case kShort: in allVerifyFn()
259 ExplicitType vecType[] = { kChar, kShort, kInt, kLong }; in test_relational_all()
503 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_relational_bitselect()
548 case kShort: in select_signed_verify_fn()
568 case kShort: in select_signed_verify_fn()
587 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_relational_select_signed()
588 ExplicitType testVecType[] = { kChar, kShort, kInt, kLong, kNumExplicitTypes }; in test_relational_select_signed()
676 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_relational_select_unsigned()
/external/icu/icu4c/source/i18n/unicode/
Ddatefmt.h173 kShort = 3, enumerator
175 kDateOffset = kShort + 1,
199 kShortRelative = kShort | kRelative,
213 SHORT = kShort,
/external/icu/libicu/cts_headers/unicode/
Ddatefmt.h173 kShort = 3, enumerator
175 kDateOffset = kShort + 1,
199 kShortRelative = kShort | kRelative,
213 SHORT = kShort,
/external/OpenCL-CTS/test_conformance/gl/
Dtest_buffers.cpp59 TYPE_CASE( kShort, short, 65530, 32767 ) in gen_input_data()
113 INC_CASE( kShort, short ) in get_incremented_value()
301 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNu… in test_buffers()
329 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNu… in test_buffers_getinfo()
Dhelpers.cpp101 return kShort; in get_write_kernel_type()
252 else if( inType == kShort ) in convert_to_expected()
318 DOWNSCALE_INTEGER_CASE( kShort, short, 16 ) in convert_to_expected()
388 UPSCALE_FLOAT_CASE( kShort, short, 32767.f ) in convert_to_expected()
Dcommon.h46 { GL_RGBA16I_EXT, GL_RGBA_INTEGER_EXT, GL_SHORT, kShort },
Dtest_renderbuffer.cpp181 { GL_RGBA16I_EXT, GL_RGBA_INTEGER_EXT, GL_SHORT, kShort }, in test_renderbuffer_read()
398 { GL_RGBA16I_EXT, GL_RGBA_INTEGER_EXT, GL_SHORT, kShort }, in test_renderbuffer_write()
/external/OpenCL-CTS/test_conformance/gles/
Dhelpers.cpp89 return kShort; in get_write_kernel_type()
226 else if( inType == kShort ) in convert_to_expected()
292 DOWNSCALE_INTEGER_CASE( kShort, short, 16 ) in convert_to_expected()
340 UPSCALE_FLOAT_CASE( kShort, short, 32767.f ) in convert_to_expected()
Dtest_buffers.cpp62 TYPE_CASE( kShort, short, 65530, 32767 ) in gen_input_data()
116 INC_CASE( kShort, short ) in get_incremented_value()
308 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNu… in test_buffers()
355 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kNu… in test_buffers_getinfo()
Dtest_images_2D.cpp300 { GL_RGBA16I_EXT, GL_RGBA_INTEGER_EXT, GL_SHORT, kShort }, in test_images_read_cube()
580 { GL_RGBA16I_EXT, GL_RGBA_INTEGER_EXT, GL_SHORT, kShort }, in test_images_write()
679 { GL_RGBA16I_EXT, GL_RGBA_INTEGER_EXT, GL_SHORT, kShort }, in test_images_write_cube()
Dtest_images_3D_info.cpp104 { GL_RGBA16I_EXT, GL_RGBA_INTEGER_EXT, GL_SHORT, kShort }, in test_images_3D_getinfo()
/external/OpenCL-CTS/test_conformance/vectors/
Dglobals.cpp38 kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong,
/external/openscreen/third_party/abseil/src/absl/flags/internal/
Dusage.h75 kShort, enumerator
Dusage.cc360 case HelpMode::kShort: in HandleUsageFlags()
497 SetFlagsHelpMode(HelpMode::kShort); in DeduceUsageFlags()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_vec_type_hint.cpp45 …ExplicitType vecType[] = { kChar, kUChar, kShort, kUShort, kInt, kUInt, kLong, kULong, kFloat, kDo… in test_vec_type_hint()
Dtest_explicit_s2v.cpp271 generate_random_data( kShort, 128, seed, data ); in test_explicit_s2v_short()
273 if( test_explicit_s2v_function_set( deviceID, context, queue, kShort, 128, data ) != 0 ) in test_explicit_s2v_short()
/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_arg_multi_setup.cpp206 ExplicitType types[] = { kChar, kShort, kInt, kFloat, kNumExplicitTypes }; in test_kernel_arg_multi_setup_exhaustive()
248 ExplicitType types[] = { kChar, kShort, kInt, kFloat, kNumExplicitTypes }; in test_kernel_arg_multi_setup_random()
/external/icu/icu4c/source/test/perf/DateFmtPerf/
DDateFmtPerf.h181 DateFormat::kShort, DateFormat::kFull, loc); in call()
261 DateFormat::kShort, DateFormat::kFull, loc); in call()
297 DateFormat::kShort, DateFormat::kFull, loc); in call()
/external/icu/icu4c/source/i18n/
Ddatefmt.cpp424 return createDateTimeInstance(kShort, kShort, Locale::getDefault()); in createInstance()

123