Searched defs:test_ulong (Results 1 – 6 of 6) sorted by relevance
/external/OpenCL-CTS/test_conformance/c11_atomics/ |
D | test_atomics.cpp | 81 CBasicTestStore<HOST_ATOMIC_ULONG, HOST_ULONG> test_ulong(TYPE_ATOMIC_ULONG, useSVM); in test_atomic_store_generic() local 160 CBasicTestInit<HOST_ATOMIC_ULONG, HOST_ULONG> test_ulong(TYPE_ATOMIC_ULONG, useSVM); in test_atomic_init_generic() local 281 CBasicTestLoad<HOST_ATOMIC_ULONG, HOST_ULONG> test_ulong(TYPE_ATOMIC_ULONG, useSVM); in test_atomic_load_generic() local 409 CBasicTestExchange<HOST_ATOMIC_ULONG, HOST_ULONG> test_ulong(TYPE_ATOMIC_ULONG, useSVM); in test_atomic_exchange_generic() local 594 CBasicTestCompareStrong<HOST_ATOMIC_ULONG, HOST_ULONG> test_ulong(TYPE_ATOMIC_ULONG, useSVM); in test_atomic_compare_exchange_strong_generic() local 678 CBasicTestCompareWeak<HOST_ATOMIC_ULONG, HOST_ULONG> test_ulong(TYPE_ATOMIC_ULONG, useSVM); in test_atomic_compare_exchange_weak_generic() local 761 CBasicTestFetchAdd<HOST_ATOMIC_ULONG, HOST_ULONG> test_ulong(TYPE_ATOMIC_ULONG, useSVM); in test_atomic_fetch_add_generic() local 838 CBasicTestFetchSub<HOST_ATOMIC_ULONG, HOST_ULONG> test_ulong(TYPE_ATOMIC_ULONG, useSVM); in test_atomic_fetch_sub_generic() local 938 CBasicTestFetchOr<HOST_ATOMIC_ULONG, HOST_ULONG> test_ulong(TYPE_ATOMIC_ULONG, useSVM); in test_atomic_fetch_or_generic() local 1026 CBasicTestFetchXor<HOST_ATOMIC_ULONG, HOST_ULONG> test_ulong(TYPE_ATOMIC_ULONG, useSVM); in test_atomic_fetch_xor_generic() local [all …]
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_cfuncs.py | 102 def test_ulong(self): member in CFunctions
|
D | test_callbacks.py | 64 def test_ulong(self): member in Callbacks
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_cfuncs.py | 102 def test_ulong(self): member in CFunctions
|
D | test_callbacks.py | 62 def test_ulong(self): member in Callbacks
|
/external/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_int_basic_ops.cpp | 1220 int test_ulong(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements)… in test_ulong() function
|