Home
last modified time | relevance | path

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

/external/libcxx/utils/google-benchmark/src/
Dcomplexity.cc95 result.complexity = oLambda; in MinimalLeastSq()
247 if (reports[0].complexity == oLambda) { in ComputeBigO()
Dbenchmark_register.cc385 complexity_ = oLambda; in Complexity()
/external/google-benchmark/src/
Dcomplexity.cc95 result.complexity = oLambda; in MinimalLeastSq()
279 if (reports[0].complexity == oLambda) { in ComputeBigO()
Dbenchmark_register.cc408 complexity_ = oLambda; in Complexity()
/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