Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_partitioner.h236 class InvertedProportionRange: public RangeBase<InvertedProportionRange, float> {
238 InvertedProportionRange(size_t _begin, size_t _end, RangeStatisticData *statData, in InvertedProportionRange() function
240 : RangeBase<InvertedProportionRange, float>(_begin, _end, statData, provide_feedback, in InvertedProportionRange()
242 InvertedProportionRange(InvertedProportionRange& r, split) in InvertedProportionRange() function
243 : RangeBase<InvertedProportionRange, float>(r, split()) { } in InvertedProportionRange()
244 InvertedProportionRange(InvertedProportionRange& r, proportional_split& p) in InvertedProportionRange() function
245 : RangeBase<InvertedProportionRange, float>(r, p) { } in InvertedProportionRange()
246 float compute_right_part(RangeBase<InvertedProportionRange, float>& r, in compute_right_part() argument