Searched refs:sizes2 (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/tests/ |
D | run-aggregate-size.sh | 68 testfiles testfile-sizes1.o testfile-sizes2.o testfile-sizes3.o testfile-sizes4.o 82 testrun_compare ${abs_builddir}/aggregate_size -e testfile-sizes2.o <<\EOF
|
D | run-peel-type.sh | 22 testfiles testfile-sizes1.o testfile-sizes2.o testfile-sizes3.o 36 testrun_compare ${abs_builddir}/peel_type -e testfile-sizes2.o <<\EOF
|
D | Makefile.am | 387 run-aggregate-size.sh testfile-sizes1.o.bz2 testfile-sizes2.o.bz2 \
|
D | ChangeLog | 1559 and testfile-sizes2.o.bz2. 1564 * testfile-sizes2.o.bz2: Likewise.
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_morphing.cpp | 107 Eigen::DSizes<ptrdiff_t, 5> sizes2(1,1,2,2,3); in test_simple_slice() local 108 slice2 = tensor.slice(indices2, sizes2); in test_simple_slice() 148 Eigen::DSizes<ptrdiff_t, 2> sizes2(3,1); in test_slice_in_expr() local 149 …tensor3 = tensor1.slice(indices1, sizes1).contract(tensor2.slice(indices2, sizes2), contract_along… in test_slice_in_expr()
|
D | cxx11_tensor_ref.cpp | 102 Eigen::DSizes<ptrdiff_t, 5> sizes2(1,1,2,2,3); in test_slice() local 103 slice = tensor.slice(indices2, sizes2); in test_slice()
|