Home
last modified time | relevance | path

Searched refs:sizes2 (Results 1 – 7 of 7) sorted by relevance

/external/elfutils/tests/
Drun-aggregate-size.sh68 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
Drun-peel-type.sh22 testfiles testfile-sizes1.o testfile-sizes2.o testfile-sizes3.o
36 testrun_compare ${abs_builddir}/peel_type -e testfile-sizes2.o <<\EOF
DMakefile.am425 run-aggregate-size.sh testfile-sizes1.o.bz2 testfile-sizes2.o.bz2 \
DChangeLog2156 and testfile-sizes2.o.bz2.
2161 * testfile-sizes2.o.bz2: Likewise.
/external/eigen/unsupported/test/
Dcxx11_tensor_morphing.cpp107 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()
Dcxx11_tensor_ref.cpp102 Eigen::DSizes<ptrdiff_t, 5> sizes2(1,1,2,2,3); in test_slice() local
103 slice = tensor.slice(indices2, sizes2); in test_slice()
/external/llvm-project/polly/lib/External/ppcg/
Dgpu.c2932 isl_multi_val *sizes2; in scale_band() local
2934 sizes2 = isl_multi_val_copy(sizes); in scale_band()
2937 sizes2 = isl_multi_val_drop_dims(sizes2, isl_dim_set, 0, dim); in scale_band()
2939 node = isl_schedule_node_band_scale(node, sizes2); in scale_band()