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

  /external/google-benchmark/src/
complexity.cc 128 LeastSq best_fit;
134 best_fit = MinimalLeastSq(n, time, FittingCurve(o1));
135 best_fit.complexity = o1;
140 if (current_fit.rms < best_fit.rms) {
141 best_fit = current_fit;
142 best_fit.complexity = fit;
146 best_fit = MinimalLeastSq(n, time, FittingCurve(complexity));
147 best_fit.complexity = complexity;
150 return best_fit;
  /external/libcxx/utils/google-benchmark/src/
complexity.cc 128 LeastSq best_fit;
134 best_fit = MinimalLeastSq(n, time, FittingCurve(o1));
135 best_fit.complexity = o1;
140 if (current_fit.rms < best_fit.rms) {
141 best_fit = current_fit;
142 best_fit.complexity = fit;
146 best_fit = MinimalLeastSq(n, time, FittingCurve(complexity));
147 best_fit.complexity = complexity;
150 return best_fit;
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 2004 struct funcinfo* best_fit = NULL; local
2051 struct funcinfo* best_fit = NULL; local
3195 struct funcinfo* best_fit = NULL; local
    [all...]

Completed in 975 milliseconds