Searched refs:MinimalLeastSq (Results 1 – 2 of 2) sorted by relevance
/external/google-benchmark/src/ |
D | complexity.cc | 79 LeastSq MinimalLeastSq(const std::vector<int64_t>& n, in MinimalLeastSq() function 123 LeastSq MinimalLeastSq(const std::vector<int64_t>& n, in MinimalLeastSq() function 136 best_fit = MinimalLeastSq(n, time, FittingCurve(o1)); in MinimalLeastSq() 141 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit)); in MinimalLeastSq() 148 best_fit = MinimalLeastSq(n, time, FittingCurve(complexity)); in MinimalLeastSq() 179 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda); in ComputeBigO() 180 result_real = MinimalLeastSq(n, real_time, reports[0].complexity_lambda); in ComputeBigO() 182 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity); in ComputeBigO() 183 result_real = MinimalLeastSq(n, real_time, result_cpu.complexity); in ComputeBigO()
|
/external/libcxx/utils/google-benchmark/src/ |
D | complexity.cc | 79 LeastSq MinimalLeastSq(const std::vector<int64_t>& n, in MinimalLeastSq() function 123 LeastSq MinimalLeastSq(const std::vector<int64_t>& n, in MinimalLeastSq() function 136 best_fit = MinimalLeastSq(n, time, FittingCurve(o1)); in MinimalLeastSq() 141 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit)); in MinimalLeastSq() 148 best_fit = MinimalLeastSq(n, time, FittingCurve(complexity)); in MinimalLeastSq() 179 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda); in ComputeBigO() 180 result_real = MinimalLeastSq(n, real_time, reports[0].complexity_lambda); in ComputeBigO() 182 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity); in ComputeBigO() 183 result_real = MinimalLeastSq(n, real_time, result_cpu.complexity); in ComputeBigO()
|