Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dcomplexity.cc141 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit)); in MinimalLeastSq() local
142 if (current_fit.rms < best_fit.rms) { in MinimalLeastSq()
143 best_fit = current_fit; in MinimalLeastSq()
/external/libcxx/utils/google-benchmark/src/
Dcomplexity.cc141 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit)); in MinimalLeastSq() local
142 if (current_fit.rms < best_fit.rms) { in MinimalLeastSq()
143 best_fit = current_fit; in MinimalLeastSq()