Searched refs:LeastSq (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/utils/google-benchmark/src/ |
D | complexity.cc | 77 LeastSq MinimalLeastSq(const std::vector<int>& n, in MinimalLeastSq() 94 LeastSq result; in MinimalLeastSq() 121 LeastSq MinimalLeastSq(const std::vector<int>& n, in MinimalLeastSq() 128 LeastSq best_fit; in MinimalLeastSq() 139 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit)); in MinimalLeastSq() 244 LeastSq result_cpu; in ComputeBigO() 245 LeastSq result_real; in ComputeBigO()
|
D | complexity.h | 49 struct LeastSq { struct 50 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {} in LeastSq() argument
|
/external/google-benchmark/src/ |
D | complexity.cc | 77 LeastSq MinimalLeastSq(const std::vector<int>& n, in MinimalLeastSq() 94 LeastSq result; in MinimalLeastSq() 121 LeastSq MinimalLeastSq(const std::vector<int>& n, in MinimalLeastSq() 128 LeastSq best_fit; in MinimalLeastSq() 139 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit)); in MinimalLeastSq() 276 LeastSq result_cpu; in ComputeBigO() 277 LeastSq result_real; in ComputeBigO()
|
D | complexity.h | 49 struct LeastSq { struct 50 LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {} in LeastSq() argument
|