Searched refs:ret4 (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/compute/test/ |
D | test_generate.cpp | 34 BOOST_COMPUTE_FUNCTION(int, ret4, (void), in BOOST_AUTO_TEST_CASE() 39 bc::generate(vector.begin(), vector.end(), ret4, queue); in BOOST_AUTO_TEST_CASE()
|
/third_party/ffmpeg/compat/cuda/ |
D | cuda_runtime.h | 140 unsigned ret1, ret2, ret3, ret4; local 142 "=r"(ret1), "=r"(ret2), "=r"(ret3), "=r"(ret4) : 144 conv(&ret, ret1, ret2, ret3, ret4);
|
/third_party/mindspore/tests/st/pynative/ |
D | test_tensor_getitem.py | 110 ret4 = tensor[1] + self.tensor_ret4 111 return ret1, ret2, ret3, ret4 211 ret4 = tensor[0:2, index_0, index_1] + self.const4 213 return ret0, ret1, ret2, ret3, ret4, ret5
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIRegisterInfo.td | 16 list<SubRegIndex> ret4 = [sub0, sub1, sub2, sub3]; 34 !if(!eq(size, 4), ret4,
|
/third_party/mindspore/tests/ut/python/ops/ |
D | test_tensor_slice.py | 74 ret4 = tensor[1] + self.tensor_ret4 75 return ret0, ret1, ret2, ret3, ret4
|