Searched refs:estimators (Results 1 – 3 of 3) sorted by relevance
3 estimators and matching on the difference between two rate estimators.47 against a static value, while in "relative mode", two rate estimators are56 The names of the two rate estimators for relative mode.
943 vector<SegmentedEstimator> estimators; in iterate() local945 estimators.push_back(computeSegmentedEstimator(getWorkloadMedianDataPoints(progNdx))); in iterate()950 const SegmentedEstimator& estimator = estimators[progNdx]; in iterate()999 if (estimators[progNdx].right.coefficient <= 0.0f) in iterate()1019 perProgramSlopes.push_back(estimators[i].right.coefficient); in iterate()1031 const int numFreeOps = de::max(0, (int)deFloatFloor(intersectionX(estimators[0].left, in iterate()1032 LineParameters(estimators[0].right.offset, in iterate()