Home
last modified time | relevance | path

Searched defs:split (Results 1 – 23 of 23) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_partitioner.h110 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 Dtest_partitioner.cpp184 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 Dtest_parallel_reduce.cpp456 MinimalRange( MinimalRange& r, tbb::split ) : end(r.end) { in MinimalRange()
486 FooBody( FooBody& other, tbb::split ) { in FooBody()
H A Dtest_openmp.cpp63 InnerBody( InnerBody& x, tbb::split ) : in InnerBody()
H A Dtest_parallel_for.cpp121 Body(Body& b, tbb::split) : m_sb(b.m_sb) { } in Body()
H A Dtest_eh_algorithms.cpp173 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 Dtest_parallel_scan.cpp171 Accumulator( Accumulator& a, tbb::split ) : in Accumulator()
/oneTBB/include/oneapi/tbb/detail/
H A D_range_common.h51 explicit operator split() const { return split(); } in split() function
H A D_concurrent_skip_list.h686 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.h718 const_range_type( const_range_type& range, split ) in const_range_type() argument
/oneTBB/examples/parallel_reduce/primes/
H A Dprimes.cpp112 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 Dpartitioner.h480 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 Dparallel_sort.h126 quick_sort_range( quick_sort_range& range, split ) in quick_sort_range() argument
H A Dparallel_scan.h516 lambda_scan_body( lambda_scan_body& b, split ) in lambda_scan_body() argument
H A Dparallel_reduce.h386 lambda_reduce_body( lambda_reduce_body& other, tbb::split ) in lambda_reduce_body()
H A Dconcurrent_vector.h249 generic_range_type( generic_range_type& r, split ) : blocked_range<Iterator>(r, split()) {} in generic_range_type() argument
H A Dconcurrent_hash_map.h517 hash_map_range( hash_map_range& r, split ) : in hash_map_range() argument
/oneTBB/examples/parallel_reduce/convex_hull/
H A Dconvex_hull_sample.cpp103 FindXExtremum(const FindXExtremum &fxex, oneapi::tbb::split) in FindXExtremum()
169 SplitByCP_buf(SplitByCP_buf &sbcp, oneapi::tbb::split) in SplitByCP_buf()
H A Dconvex_hull_bench.cpp325 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 Dtest_invoke.h42 SmartRange(SmartRange& other, oneapi::tbb::split) in SmartRange()
/oneTBB/test/conformance/
H A Dconformance_parallel_scan.cpp54 Body( Body& b, oneapi::tbb::split ): identity(b.identity), sum(b.identity), y(b.y), z(b.z) {} in Body()
H A Dconformance_parallel_for.cpp75 FooRange( FooRange& original, oneapi::tbb::split ) : size(original.size/2) { in FooRange()
/oneTBB/examples/parallel_for/polygon_overlay/
H A Dpolyover.cpp293 blocked_range_with_maps(blocked_range_with_maps &lhs_r, oneapi::tbb::split) in blocked_range_with_maps()