/external/OpenCL-CTS/test_conformance/c11_atomics/ |
D | test_atomics.cpp | 79 CBasicTestStore<HOST_ATOMIC_LONG, HOST_LONG> test_long(TYPE_ATOMIC_LONG, useSVM); in test_atomic_store_generic() local 80 EXECUTE_TEST(error, test_long.Execute(deviceID, context, queue, num_elements)); in test_atomic_store_generic() 158 CBasicTestInit<HOST_ATOMIC_LONG, HOST_LONG> test_long(TYPE_ATOMIC_LONG, useSVM); in test_atomic_init_generic() local 159 EXECUTE_TEST(error, test_long.Execute(deviceID, context, queue, num_elements)); in test_atomic_init_generic() 279 CBasicTestLoad<HOST_ATOMIC_LONG, HOST_LONG> test_long(TYPE_ATOMIC_LONG, useSVM); in test_atomic_load_generic() local 280 EXECUTE_TEST(error, test_long.Execute(deviceID, context, queue, num_elements)); in test_atomic_load_generic() 407 CBasicTestExchange<HOST_ATOMIC_LONG, HOST_LONG> test_long(TYPE_ATOMIC_LONG, useSVM); in test_atomic_exchange_generic() local 408 EXECUTE_TEST(error, test_long.Execute(deviceID, context, queue, num_elements)); in test_atomic_exchange_generic() 592 CBasicTestCompareStrong<HOST_ATOMIC_LONG, HOST_LONG> test_long(TYPE_ATOMIC_LONG, useSVM); in test_atomic_compare_exchange_strong_generic() local 593 EXECUTE_TEST(error, test_long.Execute(deviceID, context, queue, num_elements)); in test_atomic_compare_exchange_strong_generic() [all …]
|
/external/clang/test/CodeGen/ |
D | renderscript.c | 23 long test_long(long v) { in test_long() function
|
/external/llvm-project/clang/test/CodeGen/ |
D | renderscript.c | 23 long test_long(long v) { in test_long() function
|
/external/python/cpython2/Lib/test/ |
D | test_abstract_numbers.py | 19 def test_long(self): member in TestNumbers
|
D | test_structmembers.py | 49 def test_long(self): member in ReadWriteTests
|
D | test_tokenize.py | 145 def test_long(self): member in TokenizeTest
|
D | test_gdb.py | 291 def test_long(self): member in PrettyPrintTests
|
D | test_bool.py | 54 def test_long(self): member in BoolTest
|
D | test_long.py | 331 def test_long(self): member in LongTest
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-dagcombiner-load-slicing.ll | 72 ; CHECK-LABEL: @test_long 79 define void @test_long(%class.Complex_long* nocapture %out, i64 %out_start) {
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-dagcombiner-load-slicing.ll | 72 ; CHECK-LABEL: @test_long 79 define void @test_long(%class.Complex_long* nocapture %out, i64 %out_start) {
|
/external/llvm-project/clang/test/CodeGenOpenCL/ |
D | inline-asm-amdgcn.cl | 6 kernel void test_long(int arg0) {
|
/external/python/cpython3/Lib/test/ |
D | test_structmembers.py | 62 def test_long(self): member in ReadWriteTests
|
D | test_tokenize.py | 154 def test_long(self): member in TokenizeTest
|
D | test_long.py | 324 def test_long(self): member in LongTest
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-absolute-value.cpp | 99 void test_long(long x) { in test_long() function
|
/external/clang/test/Sema/ |
D | warn-absolute-value.c | 78 void test_long(long x) { in test_long() function
|
/external/llvm-project/clang/test/Sema/ |
D | warn-absolute-value.c | 78 void test_long(long x) { in test_long() function
|
D | inline-asm-validate-amdgpu.cl | 108 void test_long(int arg0) {
|
/external/clang/test/SemaCXX/ |
D | warn-absolute-value.cpp | 99 void test_long(long x) { in test_long() function
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_callbacks.py | 58 def test_long(self): member in Callbacks
|
D | test_cfuncs.py | 90 def test_long(self): member in CFunctions
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_cfuncs.py | 90 def test_long(self): member in CFunctions
|
D | test_callbacks.py | 60 def test_long(self): member in Callbacks
|
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_int_basic_ops.cpp | 1202 int test_long(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) { in test_long() function
|