Searched refs:FittingCurve (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcomplexity.cc28 BigOFunc* FittingCurve(BigO complexity) { function in namespace:benchmark
133 best_fit = MinimalLeastSq(n, time, FittingCurve(o1));
138 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit));
145 best_fit = MinimalLeastSq(n, time, FittingCurve(complexity));
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcomplexity.cc28 BigOFunc* FittingCurve(BigO complexity) { function in namespace:benchmark
136 best_fit = MinimalLeastSq(n, time, FittingCurve(o1));
141 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit));
148 best_fit = MinimalLeastSq(n, time, FittingCurve(complexity));

Completed in 85 milliseconds