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

  /external/google-benchmark/src/
complexity.cc 38 case oNLogN:
57 case oNLogN:
130 std::vector<BigO> fit_curves = {oLogN, oN, oNLogN, oNSquared, oNCubed};
  /external/libcxx/utils/google-benchmark/src/
complexity.cc 38 case oNLogN:
57 case oNLogN:
130 std::vector<BigO> fit_curves = {oLogN, oN, oNLogN, oNSquared, oNCubed};
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
complexity.cc 39 case oNLogN:
58 case oNLogN:
131 std::vector<BigO> fit_curves = {oLogN, oN, oNLogN, oNSquared, oNCubed};
  /external/google-benchmark/test/
complexity_test.cc 140 ->Complexity(benchmark::oNLogN);
  /external/libcxx/utils/google-benchmark/test/
complexity_test.cc 140 ->Complexity(benchmark::oNLogN);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
complexity_test.cc 140 ->Complexity(benchmark::oNLogN);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
benchmark_api.h 300 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
    [all...]
  /external/google-benchmark/include/benchmark/
benchmark.h 378 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 378 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
    [all...]

Completed in 218 milliseconds