/external/eigen/unsupported/test/ |
D | cxx11_tensor_morphing.cpp | 347 typedef Eigen::DSizes<Eigen::DenseIndex, 5> Index5; in test_strided_slice() typedef 400 Index5 start(1, 1, 3, 4, 5); in test_strided_slice() 401 Index5 stop(2, 2, 5, 6, 8); in test_strided_slice() 402 Index5 strides(1, 1, 1, 1, 1); in test_strided_slice() 415 Index5 strides3(1, 1, -2, 1, -1); in test_strided_slice() 416 Index5 indices3Start(1, 1, 4, 4, 7); in test_strided_slice() 417 Index5 indices3Stop(2, 2, 0, 6, 4); in test_strided_slice() 430 Index5 strides3(1, 1, 2, 1, 1); in test_strided_slice() 431 Index5 indices3Start(1, 1, 4, 4, 7); in test_strided_slice() 432 Index5 indices3Stop(2, 2, 0, 6, 4); in test_strided_slice()
|
D | cxx11_tensor_morphing_sycl.cpp | 192 typedef Eigen::DSizes<IndexType, 5> Index5; in test_strided_slice_as_rhs_sycl() typedef 193 Index5 strides(1L,1L,1L,1L,1L); in test_strided_slice_as_rhs_sycl() 194 Index5 indicesStart(1L,2L,3L,4L,5L); in test_strided_slice_as_rhs_sycl() 195 Index5 indicesStop(2L,3L,4L,5L,6L); in test_strided_slice_as_rhs_sycl() 196 Index5 lengths(1L,1L,1L,1L,1L); in test_strided_slice_as_rhs_sycl() 236 Index5 strides2(1L,1L,1L,1L,1L); in test_strided_slice_as_rhs_sycl() 237 Index5 indicesStart2(1L,1L,3L,4L,5L); in test_strided_slice_as_rhs_sycl() 238 Index5 indicesStop2(2L,2L,5L,6L,8L); in test_strided_slice_as_rhs_sycl()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX8664.cpp | 5306 const SizeT Index5 = Instr->getIndexValue(5); in lowerShuffleVector() local 5319 Index3, Index4, Index5, Index6, Index7, in lowerShuffleVector() 5378 const SizeT Index5 = Instr->getIndexValue(5); in lowerShuffleVector() local 5388 TO_BYTE_INDEX(Index4) + 1, TO_BYTE_INDEX(Index5), in lowerShuffleVector() 5389 TO_BYTE_INDEX(Index5) + 1, TO_BYTE_INDEX(Index6), in lowerShuffleVector()
|
D | IceTargetLoweringX8632.cpp | 5896 const SizeT Index5 = Instr->getIndexValue(5); in lowerShuffleVector() local 5909 Index3, Index4, Index5, Index6, Index7, in lowerShuffleVector() 5968 const SizeT Index5 = Instr->getIndexValue(5); in lowerShuffleVector() local 5978 TO_BYTE_INDEX(Index4) + 1, TO_BYTE_INDEX(Index5), in lowerShuffleVector() 5979 TO_BYTE_INDEX(Index5) + 1, TO_BYTE_INDEX(Index6), in lowerShuffleVector()
|