Searched refs:QUICK_MATH_SHIFT_SIZE (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_int_basic_ops.cpp | 30 #define QUICK_MATH_SHIFT_SIZE 16 macro 928 return run_test_math(deviceID, context, queue, num_elements, kLong, QUICK_MATH_SHIFT_SIZE); in test_quick_long_math() 936 return run_test_logic(deviceID, context, queue, num_elements, kLong, QUICK_MATH_SHIFT_SIZE); in test_quick_long_logic() 944 return run_test_shift(deviceID, context, queue, num_elements, kLong, QUICK_MATH_SHIFT_SIZE); in test_quick_long_shift() 952 return run_test_compare(deviceID, context, queue, num_elements, kLong, QUICK_MATH_SHIFT_SIZE); in test_quick_long_compare() 997 return run_test_math(deviceID, context, queue, num_elements, kULong, QUICK_MATH_SHIFT_SIZE); in test_quick_ulong_math() 1005 return run_test_logic(deviceID, context, queue, num_elements, kULong, QUICK_MATH_SHIFT_SIZE); in test_quick_ulong_logic() 1013 return run_test_shift(deviceID, context, queue, num_elements, kULong, QUICK_MATH_SHIFT_SIZE); in test_quick_ulong_shift() 1021 return run_test_compare(deviceID, context, queue, num_elements, kULong, QUICK_MATH_SHIFT_SIZE); in test_quick_ulong_compare() 1041 return run_test_math(deviceID, context, queue, num_elements, kInt, QUICK_MATH_SHIFT_SIZE); in test_quick_int_math() [all …]
|