Searched refs:custom_range_with_psplit (Results 1 – 1 of 1) sorted by relevance
189 class custom_range_with_psplit : public oneapi::tbb::blocked_range<int> { class192 custom_range_with_psplit(int l, int r, int g) : base_type(l, r, g) {} in custom_range_with_psplit() function in custom_range_with_psplit193 custom_range_with_psplit(const custom_range_with_psplit& r) : base_type(r) {} in custom_range_with_psplit() function in custom_range_with_psplit195 … custom_range_with_psplit(custom_range_with_psplit& r, tbb::split) : base_type(r, tbb::split()) {} in custom_range_with_psplit() function in custom_range_with_psplit196 …custom_range_with_psplit(custom_range_with_psplit& r, tbb::proportional_split& p) : base_type(r, p… in custom_range_with_psplit() function in custom_range_with_psplit199 test_custom_range<custom_range_with_psplit>(1);