Home
last modified time | relevance | path

Searched refs:combine_each (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_combinable.cpp220 sums.combine_each(my_helper); in RunParallelScalarTests()
299 … vs.combine_each(MyCombineEach); // combine_each sums all elements of each vector into the result in RunParallelVectorTests()
304 vs2.combine_each(MyCombineEach2); in RunParallelVectorTests()
310 vs3.combine_each(MyCombineEach3); in RunParallelVectorTests()
315 vs4.combine_each(MyCombineEach4); in RunParallelVectorTests()
320 vs4.combine_each(MyCombineEach5); in RunParallelVectorTests()
460 myCombinable.combine_each(myCountCombine); in TestLocalAllocations()
H A Dconformance_enumerable_thread_specific.cpp558 sums.combine_each(Accumulator<T>(accumulator_sum)); in run_parallel_scalar_tests()
560 sums.combine_each(ClearingAccumulator<T>(clearing_accumulator_sum)); in run_parallel_scalar_tests()
562 sums.combine_each(ClearingAccumulator<T>::AssertClean); in run_parallel_scalar_tests()
991 ets1.combine_each(EmptyCombineEach<utils::NoCopy>()); in TestInstantiation()
1008 ets4.combine_each(EmptyCombineEach<HasSpecialAndMoveCtor>()); in TestInstantiation()
1012 ets5.combine_each(EmptyCombineEach<HasSpecialAndMoveCtor>()); in TestInstantiation()
1016 ets6.combine_each(EmptyCombineEach<HasSpecialAndMoveCtor>()); in TestInstantiation()
/oneTBB/include/oneapi/tbb/
H A Dcombinable.h56 void combine_each(CombineFunc f_combine) { my_ets.combine_each(f_combine); } in combine_each() function
H A Denumerable_thread_specific.h1040 void combine_each(CombineFunc f_combine) {