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

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
benchmark_api.h 298 // complexity for the benchmark. In case oAuto is selected, complexity will be
300 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
619 Benchmark* Complexity(BigO complexity = benchmark::oAuto);
    [all...]
  /external/google-benchmark/src/
complexity.cc 117 // - complexity : If different than oAuto, the fitting curve will stick to
118 // this one. If it is oAuto, it will be calculated the best
129 if (complexity == oAuto) {
  /external/libcxx/utils/google-benchmark/src/
complexity.cc 117 // - complexity : If different than oAuto, the fitting curve will stick to
118 // this one. If it is oAuto, it will be calculated the best
129 if (complexity == oAuto) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
complexity.cc 118 // - complexity : If different than oAuto, the fitting curve will stick to
119 // this one. If it is oAuto, it will be calculated the best
130 if (complexity == oAuto) {
  /external/google-benchmark/include/benchmark/
benchmark.h 376 // complexity for the benchmark. In case oAuto is selected, complexity will be
378 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
775 Benchmark* Complexity(BigO complexity = benchmark::oAuto);
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 376 // complexity for the benchmark. In case oAuto is selected, complexity will be
378 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
775 Benchmark* Complexity(BigO complexity = benchmark::oAuto);
    [all...]

Completed in 96 milliseconds