Searched refs:reverse_join (Results 1 – 6 of 6) sorted by relevance
| /oneTBB/include/oneapi/tbb/ |
| H A D | parallel_scan.h | 62 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 D | test_parallel_scan.cpp | 191 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 D | test_tbb_header.cpp | 122 void reverse_join( Body3& ) {} in reverse_join() function
|
| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_scan.cpp | 55 void reverse_join( Body& a ) { sum = Op()(a.sum, sum); } in reverse_join() function in Body
|
| /oneTBB/examples/test_all/fibonacci/ |
| H A D | fibonacci.cpp | 373 void reverse_join(parallel_scanFibBody &a) { in reverse_join() function
|
| /oneTBB/test/common/ |
| H A D | concepts_common.h | 351 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
|