Home
last modified time | relevance | path

Searched refs:oAuto (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark_api.h255 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
570 Benchmark* Complexity(BigO complexity = benchmark::oAuto);
/external/google-benchmark/include/benchmark/
Dbenchmark_api.h306 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enumerator
625 Benchmark* Complexity(BigO complexity = benchmark::oAuto);
/external/libcxx/utils/google-benchmark/src/
Dcomplexity.cc130 if (complexity == oAuto) { in MinimalLeastSq()
/external/google-benchmark/src/
Dcomplexity.cc130 if (complexity == oAuto) { in MinimalLeastSq()