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

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcomplexity.h42 struct LeastSq { struct in namespace:benchmark
43 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {} function in struct:benchmark::LeastSq
H A Dcomplexity.cc76 LeastSq MinimalLeastSq(const std::vector<int64_t>& n,
93 LeastSq result;
120 LeastSq MinimalLeastSq(const std::vector<int64_t>& n,
127 LeastSq best_fit;
138 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit));
172 LeastSq result_cpu;
173 LeastSq result_real;
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcomplexity.h42 struct LeastSq { struct in namespace:benchmark
43 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {} function in struct:benchmark::LeastSq
H A Dcomplexity.cc79 LeastSq MinimalLeastSq(const std::vector<int64_t>& n,
96 LeastSq result;
123 LeastSq MinimalLeastSq(const std::vector<int64_t>& n,
130 LeastSq best_fit;
141 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit));
175 LeastSq result_cpu;
176 LeastSq result_real;

Completed in 124 milliseconds