Home
last modified time | relevance | path

Searched refs:Index5 (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_morphing.cpp325 typedef Eigen::DSizes<Eigen::DenseIndex, 5> Index5; in test_strided_slice() typedef
378 Index5 start(1, 1, 3, 4, 5); in test_strided_slice()
379 Index5 stop(2, 2, 5, 6, 8); in test_strided_slice()
380 Index5 strides(1, 1, 1, 1, 1); in test_strided_slice()
393 Index5 strides3(1, 1, -2, 1, -1); in test_strided_slice()
394 Index5 indices3Start(1, 1, 4, 4, 7); in test_strided_slice()
395 Index5 indices3Stop(2, 2, 0, 6, 4); in test_strided_slice()
408 Index5 strides3(1, 1, 2, 1, 1); in test_strided_slice()
409 Index5 indices3Start(1, 1, 4, 4, 7); in test_strided_slice()
410 Index5 indices3Stop(2, 2, 0, 6, 4); in test_strided_slice()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h6312 const SizeT Index5 = Instr->getIndexValue(5);
6325 Index3, Index4, Index5, Index6, Index7,
6384 const SizeT Index5 = Instr->getIndexValue(5);
6394 TO_BYTE_INDEX(Index4) + 1, TO_BYTE_INDEX(Index5),
6395 TO_BYTE_INDEX(Index5) + 1, TO_BYTE_INDEX(Index6),