Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/src/
Dcomplexity.cc37 case oLogN: in FittingCurve()
56 case oLogN: in GetBigOString()
131 std::vector<BigO> fit_curves = {oLogN, oN, oNLogN, oNSquared, oNCubed}; in MinimalLeastSq()
/external/google-benchmark/src/
Dcomplexity.cc37 case oLogN: in FittingCurve()
56 case oLogN: in GetBigOString()
131 std::vector<BigO> fit_curves = {oLogN, oN, oNLogN, oNSquared, oNCubed}; in MinimalLeastSq()
/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