Searched refs:test_pair (Results 1 – 4 of 4) sorted by relevance
35 kernel void test_pair(int_pair input, global int* output) {37 // AMDGCN: define amdgpu_kernel void @test_pair
27 …template <typename T2> static std::true_type test_pair(typename T2::first_type *, typename T2::sec…28 template <typename T2> static std::false_type test_pair(...);31 …static constexpr const bool is_pair = std::is_same<std::true_type, decltype(test_pair<T>(nullptr, …
215 def test_pair(self): member in CompressObjectTestCase
228 def test_pair(self): member in CompressObjectTestCase