Home
last modified time | relevance | path

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

/third_party/json/benchmarks/thirdparty/benchmark/src/
Dcomplexity.cc76 LeastSq MinimalLeastSq(const std::vector<int64_t>& n, in MinimalLeastSq()
93 LeastSq result; in MinimalLeastSq()
120 LeastSq MinimalLeastSq(const std::vector<int64_t>& n, in MinimalLeastSq()
127 LeastSq best_fit; in MinimalLeastSq()
138 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit)); in MinimalLeastSq()
172 LeastSq result_cpu; in ComputeBigO()
173 LeastSq result_real; in ComputeBigO()
Dcomplexity.h42 struct LeastSq { struct
43 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {} in LeastSq() argument
/third_party/benchmark/src/
Dcomplexity.cc83 LeastSq MinimalLeastSq(const std::vector<int64_t>& n, in MinimalLeastSq()
98 LeastSq result; in MinimalLeastSq()
125 LeastSq MinimalLeastSq(const std::vector<int64_t>& n, in MinimalLeastSq()
132 LeastSq best_fit; in MinimalLeastSq()
143 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit)); in MinimalLeastSq()
178 LeastSq result_cpu; in ComputeBigO()
179 LeastSq result_real; in ComputeBigO()
Dcomplexity.h42 struct LeastSq { struct
43 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {} in LeastSq() function