| /oneTBB/test/tbb/ |
| H A D | test_partitioner.h | 110 RangeBase(RangeBase& r, tbb::split) : RangeStatisticCollector(r, r.size()) { in RangeBase() 163 RoundedDownRange(RoundedDownRange& r, tbb::split) in RoundedDownRange() 176 RoundedUpRange(RoundedUpRange& r, tbb::split) in RoundedUpRange() 189 Range1_2(Range1_2& r, tbb::split) : RangeBase<Range1_2, float>(r, tbb::split()) { } in Range1_2() 229 BlockedRange(BlockedRange& r, split) in BlockedRange() argument 242 InvertedProportionRange(InvertedProportionRange& r, split) in InvertedProportionRange() argument 258 ExactSplitRange(ExactSplitRange& r, split) in ExactSplitRange() argument 442 SimpleReduceBody(SimpleReduceBody&, tbb::split) { } in SimpleReduceBody() 460 SplitConstructorAssertedRange(SplitConstructorAssertedRange& r, tbb::split) { in SplitConstructorAssertedRange() 489 Range1( Range1& r, tbb::split ) : SplitConstructorAssertedRange(r, tbb::split()) { } in Range1() [all …]
|
| H A D | test_partitioner.cpp | 184 custom_range(custom_range& r, tbb::split) : base_type(r, tbb::split()) {} in custom_range() 195 … custom_range_with_psplit(custom_range_with_psplit& r, tbb::split) : base_type(r, tbb::split()) {} in custom_range_with_psplit()
|
| H A D | test_parallel_reduce.cpp | 456 MinimalRange( MinimalRange& r, tbb::split ) : end(r.end) { in MinimalRange() 486 FooBody( FooBody& other, tbb::split ) { in FooBody()
|
| H A D | test_openmp.cpp | 63 InnerBody( InnerBody& x, tbb::split ) : in InnerBody()
|
| H A D | test_parallel_for.cpp | 121 Body(Body& b, tbb::split) : m_sb(b.m_sb) { } in Body()
|
| H A D | test_eh_algorithms.cpp | 173 SimpleParReduceBody( SimpleParReduceBody& left, tbb::split ) : m_Body(left.m_Body) {} in SimpleParReduceBody() 573 … RecursiveParReduceBodyWithSharedWorker ( RecursiveParReduceBodyWithSharedWorker& src, tbb::split ) in RecursiveParReduceBodyWithSharedWorker() 643 ParReduceBody( ParReduceBody& lhs, tbb::split ) : tgc(lhs.tgc) { in ParReduceBody()
|
| H A D | test_parallel_scan.cpp | 171 Accumulator( Accumulator& a, tbb::split ) : in Accumulator()
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _range_common.h | 51 explicit operator split() const { return split(); } in split() function
|
| H A D | _concurrent_skip_list.h | 686 const_range_type( const_range_type& r, split) in const_range_type() argument 719 range_type(range_type& r, split) : const_range_type(r, split()) {} in range_type() argument
|
| H A D | _concurrent_unordered_base.h | 718 const_range_type( const_range_type& range, split ) in const_range_type() argument
|
| /oneTBB/examples/parallel_reduce/primes/ |
| H A D | primes.cpp | 112 Multiples(const Multiples& f, oneapi::tbb::split) in Multiples() 203 SieveRange(SieveRange& r, oneapi::tbb::split) in SieveRange() 277 Sieve(Sieve& other, oneapi::tbb::split) in Sieve()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | partitioner.h | 480 auto_partition_type( auto_partition_type& src, split) in auto_partition_type() argument 506 simple_partition_type( const simple_partition_type&, split ) {} in simple_partition_type() argument 541 affinity_partition_type(affinity_partition_type& p, split) in affinity_partition_type() argument 586 partition_type( const partition_type&, split ) {} in partition_type() argument 620 partition_type( partition_type& pt, split ) { in partition_type() argument
|
| H A D | parallel_sort.h | 126 quick_sort_range( quick_sort_range& range, split ) in quick_sort_range() argument
|
| H A D | parallel_scan.h | 516 lambda_scan_body( lambda_scan_body& b, split ) in lambda_scan_body() argument
|
| H A D | parallel_reduce.h | 386 lambda_reduce_body( lambda_reduce_body& other, tbb::split ) in lambda_reduce_body()
|
| H A D | concurrent_vector.h | 249 generic_range_type( generic_range_type& r, split ) : blocked_range<Iterator>(r, split()) {} in generic_range_type() argument
|
| H A D | concurrent_hash_map.h | 517 hash_map_range( hash_map_range& r, split ) : in hash_map_range() argument
|
| /oneTBB/examples/parallel_reduce/convex_hull/ |
| H A D | convex_hull_sample.cpp | 103 FindXExtremum(const FindXExtremum &fxex, oneapi::tbb::split) in FindXExtremum() 169 SplitByCP_buf(SplitByCP_buf &sbcp, oneapi::tbb::split) in SplitByCP_buf()
|
| H A D | convex_hull_bench.cpp | 325 FindXExtremum(const FindXExtremum &fxex, oneapi::tbb::split) in FindXExtremum() 392 SplitByCP(SplitByCP &sbcp, oneapi::tbb::split) in SplitByCP() 457 SplitByCP_buf(SplitByCP_buf &sbcp, oneapi::tbb::split) in SplitByCP_buf()
|
| /oneTBB/test/common/ |
| H A D | test_invoke.h | 42 SmartRange(SmartRange& other, oneapi::tbb::split) in SmartRange()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_scan.cpp | 54 Body( Body& b, oneapi::tbb::split ): identity(b.identity), sum(b.identity), y(b.y), z(b.z) {} in Body()
|
| H A D | conformance_parallel_for.cpp | 75 FooRange( FooRange& original, oneapi::tbb::split ) : size(original.size/2) { in FooRange()
|
| /oneTBB/examples/parallel_for/polygon_overlay/ |
| H A D | polyover.cpp | 293 blocked_range_with_maps(blocked_range_with_maps &lhs_r, oneapi::tbb::split) in blocked_range_with_maps()
|