Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dparallel_scan.h62 body.reverse_join(other); in requires()
153 void reverse_join( final_sum& a ) { in reverse_join() function
154 m_body.reverse_join(a.m_body); in reverse_join()
156 void reverse_join( Body& body ) { in reverse_join() function
157 m_body.reverse_join(body); in reverse_join()
250 m_left_sum->reverse_join( *m_incoming ); in execute()
300 (*m_sum_slot)->reverse_join(*m_result.m_left_sum); in execute()
435 temp_body.reverse_join(body); in run()
527 void reverse_join( lambda_scan_body& a ) { in reverse_join() function
590 lambda_scan_body<Range, Value, Scan, ReverseJoin> body(identity, scan, reverse_join); in __TBB_requires()
[all …]
/oneTBB/test/tbb/
H A Dtest_parallel_scan.cpp191 void reverse_join( const Accumulator& left_body) { in reverse_join() function in Accumulator
219 …alInvoker(const Range& range, T idx, const Scan& scan, const ReverseJoin& reverse_join, int mode) { in ParallelScanFunctionalInvoker() argument
222 return tbb::parallel_scan(range, idx, scan, reverse_join); in ParallelScanFunctionalInvoker()
225 return tbb::parallel_scan(range, idx, scan, reverse_join, tbb::simple_partitioner()); in ParallelScanFunctionalInvoker()
228 return tbb::parallel_scan(range, idx, scan, reverse_join, tbb::auto_partitioner()); in ParallelScanFunctionalInvoker()
H A Dtest_tbb_header.cpp122 void reverse_join( Body3& ) {} in reverse_join() function
/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/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