Searched refs:FittingCurve (Results 1 – 2 of 2) sorted by relevance
/external/google-benchmark/src/ |
D | complexity.cc | 28 BigOFunc* FittingCurve(BigO complexity) { in FittingCurve() 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()
|
/external/libcxx/utils/google-benchmark/src/ |
D | complexity.cc | 28 BigOFunc* FittingCurve(BigO complexity) { in FittingCurve() 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()
|