Searched refs:custom_range (Results 1 – 1 of 1) sorted by relevance
178 class custom_range : public oneapi::tbb::blocked_range<int> { class181 custom_range(int l, int r, int g) : base_type(l, r, g) {} in custom_range() function in custom_range182 custom_range(const custom_range& r) : base_type(r) {} in custom_range() function in custom_range184 custom_range(custom_range& r, tbb::split) : base_type(r, tbb::split()) {} in custom_range() function in custom_range187 test_custom_range<custom_range>(2);