Home
last modified time | relevance | path

Searched refs:SmartRange (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/common/
H A Dtest_invoke.h34 class SmartRange : public oneapi::tbb::blocked_range<Value> {
37SmartRange(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 Dconformance_parallel_reduce.cpp142 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 Dconformance_parallel_scan.cpp162 test_invoke::SmartRange<test_invoke::SmartValue> range(0, iterations, change_vector);
165 auto scan = &test_invoke::SmartRange<test_invoke::SmartValue>::scan;
H A Dconformance_parallel_for.cpp312 using range_type = test_invoke::SmartRange<std::size_t>; in test_pfor_body_invoke()