Home
last modified time | relevance | path

Searched refs:oNLogN (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/utils/google-benchmark/src/
Dcomplexity.cc39 case oNLogN: in FittingCurve()
58 case oNLogN: in GetBigOString()
131 std::vector<BigO> fit_curves = {oLogN, oN, oNLogN, oNSquared, oNCubed}; in MinimalLeastSq()
/external/google-benchmark/src/
Dcomplexity.cc39 case oNLogN: in FittingCurve()
58 case oNLogN: in GetBigOString()
131 std::vector<BigO> fit_curves = {oLogN, oN, oNLogN, oNSquared, oNCubed}; in MinimalLeastSq()
/external/google-benchmark/test/
Dcomplexity_test.cc140 ->Complexity(benchmark::oNLogN);
/external/libcxx/utils/google-benchmark/test/
Dcomplexity_test.cc140 ->Complexity(benchmark::oNLogN);
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark_api.h255 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
/external/google-benchmark/include/benchmark/
Dbenchmark_api.h306 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enumerator