HomeSort by relevance Sort by last modified time
    Searched refs:FittingCurve (Results 1 - 3 of 3) sorted by null

  /external/google-benchmark/src/
complexity.cc 28 BigOFunc* FittingCurve(BigO complexity) {
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));
  /external/libcxx/utils/google-benchmark/src/
complexity.cc 28 BigOFunc* FittingCurve(BigO complexity) {
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));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
complexity.cc 29 BigOFunc* FittingCurve(BigO complexity) {
134 best_fit = MinimalLeastSq(n, time, FittingCurve(o1));
139 LeastSq current_fit = MinimalLeastSq(n, time, FittingCurve(fit));
146 best_fit = MinimalLeastSq(n, time, FittingCurve(complexity));

Completed in 56 milliseconds