Home
last modified time | relevance | path

Searched defs:test_uint (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/c11_atomics/
H A Dtest_atomics.cpp92 CBasicTestStore<HOST_ATOMIC_UINT, HOST_UINT> test_uint(TYPE_ATOMIC_UINT, in test_atomic_store_generic() local
213 CBasicTestInit<HOST_ATOMIC_UINT, HOST_UINT> test_uint(TYPE_ATOMIC_UINT, in test_atomic_init_generic() local
388 CBasicTestLoad<HOST_ATOMIC_UINT, HOST_UINT> test_uint(TYPE_ATOMIC_UINT, in test_atomic_load_generic() local
580 CBasicTestExchange<HOST_ATOMIC_UINT, HOST_UINT> test_uint(TYPE_ATOMIC_UINT, in test_atomic_exchange_generic() local
843 CBasicTestCompareStrong<HOST_ATOMIC_UINT, HOST_UINT> test_uint( in test_atomic_compare_exchange_strong_generic() local
979 CBasicTestCompareWeak<HOST_ATOMIC_UINT, HOST_UINT> test_uint( in test_atomic_compare_exchange_weak_generic() local
1123 CBasicTestFetchAdd<HOST_ATOMIC_UINT, HOST_UINT> test_uint(TYPE_ATOMIC_UINT, in test_atomic_fetch_add_generic() local
1250 CBasicTestFetchSub<HOST_ATOMIC_UINT, HOST_UINT> test_uint(TYPE_ATOMIC_UINT, in test_atomic_fetch_sub_generic() local
1401 CBasicTestFetchOr<HOST_ATOMIC_UINT, HOST_UINT> test_uint(TYPE_ATOMIC_UINT, in test_atomic_fetch_or_generic() local
1536 CBasicTestFetchXor<HOST_ATOMIC_UINT, HOST_UINT> test_uint(TYPE_ATOMIC_UINT, in test_atomic_fetch_xor_generic() local
[all …]
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_cfuncs.py78 def test_uint(self): member in CFunctions
Dtest_callbacks.py58 def test_uint(self): member in Callbacks
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_cfuncs.py78 def test_uint(self): member in CFunctions
H A Dtest_callbacks.py58 def test_uint(self): member in Callbacks
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_cfuncs.py78 def test_uint(self): member in CFunctions
Dtest_callbacks.py55 def test_uint(self): member in Callbacks
/aosp_15_r20/external/OpenCL-Headers/tests/
H A Dtest_headers.c332 int test_uint() in test_uint() function
/aosp_15_r20/external/flatbuffers/tests/
H A Dpy_flexbuffers_test.py382 def test_uint(self): member in DecoderTest
/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/
H A Dtest_int_basic_ops.cpp1246 int test_uint(cl_device_id deviceID, cl_context context, cl_command_queue queue, int num_elements) { in test_uint() function
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor.py9612 def test_uint(self): member in CommonTemplate