Searched refs:SmartRange (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/common/ |
| H A D | test_invoke.h | 34 class SmartRange : public oneapi::tbb::blocked_range<Value> { 37 …SmartRange(const Value& first, const Value& last) : base_range(first, last), change_vector(nullptr… in SmartRange() function 38 SmartRange(const Value& first, const Value& last, std::vector<std::size_t>& cv) in SmartRange() function 41 SmartRange(const SmartRange&) = default; 42 SmartRange(SmartRange& other, oneapi::tbb::split) in SmartRange() function
|
| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_reduce.cpp | 142 test_invoke::SmartRange<test_invoke::SmartValue> range(0, iterations); in test_preduce_invoke_basic() 160 …auto regular_reduce = [](const test_invoke::SmartRange<test_invoke::SmartValue>& range, const test… in __anon105f294c0302() 171 …test_preduce_invoke_basic(&test_invoke::SmartRange<test_invoke::SmartValue>::reduction, &test_invo… 172 …test_preduce_invoke_basic(&test_invoke::SmartRange<test_invoke::SmartValue>::reduction, regular_jo…
|
| H A D | conformance_parallel_scan.cpp | 162 test_invoke::SmartRange<test_invoke::SmartValue> range(0, iterations, change_vector); 165 auto scan = &test_invoke::SmartRange<test_invoke::SmartValue>::scan;
|
| H A D | conformance_parallel_for.cpp | 312 using range_type = test_invoke::SmartRange<std::size_t>; in test_pfor_body_invoke()
|