Lines Matching refs:vs3
658 ets_type vs3; in run_parallel_vector_tests() local
659 vs3 = vs; in run_parallel_vector_tests()
668 REQUIRE( vs3.size() == pvrb.count ); in run_parallel_vector_tests()
744 ets_nokey_type vs3; in run_cross_type_vector_tests() local
745 vs3 = vs2; in run_cross_type_vector_tests()
748 oneapi::tbb::parallel_reduce ( vs3.range(1), pvrb ); in run_cross_type_vector_tests()
752 REQUIRE( vs3.size() == pvrb.count); in run_cross_type_vector_tests()
754 oneapi::tbb::flattened2d<ets_nokey_type> fvs = flatten2d(vs3); in run_cross_type_vector_tests()
768 …oneapi::tbb::flattened2d<ets_nokey_type> fvs2 = flatten2d(vs3, vs3.begin(), std::next(vs3.begin())… in run_cross_type_vector_tests()
769 REQUIRE(std::distance(fvs2.begin(), fvs2.end()) == vs3.begin()->size()); in run_cross_type_vector_tests()
771 REQUIRE(std::distance(cfvs2.begin(), cfvs2.end()) == vs3.begin()->size()); in run_cross_type_vector_tests()