Searched refs:vs3 (Results 1 – 2 of 2) sorted by relevance
658 ets_type vs3; in run_parallel_vector_tests() local659 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() local745 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()[all …]
307 CombinableType vs3; in RunParallelVectorTests() local308 vs3 = vs; in RunParallelVectorTests()310 vs3.combine_each(MyCombineEach3); in RunParallelVectorTests()318 vs4=std::move(vs3); in RunParallelVectorTests()