Searched refs:RangeBase (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_partitioner.h | 97 class RangeBase: public RangeStatisticCollector { 110 RangeBase(RangeBase& r, tbb::split) : RangeStatisticCollector(r, r.size()) { in RangeBase() function 116 RangeBase(RangeBase& r, proportional_split& p) : RangeStatisticCollector(r, p) { in RangeBase() function 166 : RangeBase<RoundedDownRange, float>(r, p) { } in RoundedDownRange() 179 : RangeBase<RoundedUpRange, float>(r, p) { } in RoundedUpRange() 183 class Range1_2: public RangeBase<Range1_2, float> { 197 class Range1_999: public RangeBase<Range1_999, float> { 211 class Range999_1: public RangeBase<Range999_1, float> { 245 : RangeBase<InvertedProportionRange, float>(r, p) { } in InvertedProportionRange() 259 : RangeBase<ExactSplitRange, size_t>(r, split()) { } in ExactSplitRange() [all …]
|