Home
last modified time | relevance | path

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

/external/iptables/extensions/
Dlibxt_rateest.man3 estimators and matching on the difference between two rate estimators.
47 against a static value, while in "relative mode", two rate estimators are
56 The names of the two rate estimators for relative mode.
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp943 vector<SegmentedEstimator> estimators; in iterate() local
945 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()
/external/deqp/modules/gles3/performance/
Des3pShaderOperatorTests.cpp943 vector<SegmentedEstimator> estimators; in iterate() local
945 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()