Home
last modified time | relevance | path

Searched defs:estimator (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/performance/
Des2pShaderOperatorTests.cpp423 const gls::LineParameters estimator = simpleLinearRegression(data); in simpleLinearRegressionError() local
950 const SegmentedEstimator& estimator = estimators[progNdx]; in iterate() local
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pShaderOperatorTests.cpp423 const gls::LineParameters estimator = simpleLinearRegression(data); in simpleLinearRegressionError() local
950 const SegmentedEstimator& estimator = estimators[progNdx]; in iterate() local
/third_party/libabigail/tests/lib/
Dcatch.hpp6999 … sample resample(URng& rng, int resamples, Iterator first, Iterator last, Estimator& estimator) { in resample()
7016 sample jackknife(Estimator&& estimator, Iterator first, Iterator last) { in jackknife()
7039 …e confidence_level, Iterator first, Iterator last, sample const& resample, Estimator&& estimator) { in bootstrap()