Home
last modified time | relevance | path

Searched defs:reverse_join (Results 1 – 6 of 6) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_parallel_scan.cpp55 void reverse_join( Body& a ) { sum = Op()(a.sum, sum); } in reverse_join() function in Body
/oneTBB/include/oneapi/tbb/
H A Dparallel_scan.h153 void reverse_join( final_sum& a ) { in reverse_join() function
156 void reverse_join( Body& body ) { in reverse_join() function
527 void reverse_join( lambda_scan_body& a ) { in reverse_join() function
/oneTBB/test/tbb/
H A Dtest_parallel_scan.cpp191 void reverse_join( const Accumulator& left_body) { in reverse_join() function in Accumulator
219 …nctionalInvoker(const Range& range, T idx, const Scan& scan, const ReverseJoin& reverse_join, int … in ParallelScanFunctionalInvoker()
H A Dtest_tbb_header.cpp122 void reverse_join( Body3& ) {} in reverse_join() function
/oneTBB/examples/test_all/fibonacci/
H A Dfibonacci.cpp373 void reverse_join(parallel_scanFibBody &a) { in reverse_join() function
/oneTBB/test/common/
H A Dconcepts_common.h351 void reverse_join( ParallelScanBody& ) requires (EnableReverseJoin == State::correct) {} in reverse_join() function
352 void reverse_join( Dummy ) requires (EnableReverseJoin == State::incorrect_first_input) {} in reverse_join() function