Home
last modified time | relevance | path

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

/third_party/json/benchmarks/thirdparty/benchmark/src/
Dcomplexity.cc94 result.complexity = oLambda; in MinimalLeastSq()
175 if (reports[0].complexity == oLambda) { in ComputeBigO()
Dbenchmark_register.cc397 complexity_ = oLambda; in Complexity()
/third_party/benchmark/src/
Dcomplexity.cc99 result.complexity = oLambda; in MinimalLeastSq()
181 if (reports[0].complexity == oLambda) { in ComputeBigO()
Dbenchmark_register.cc412 complexity_ = oLambda; in Complexity()
/third_party/benchmark/bindings/python/google_benchmark/
D__init__.py46 oLambda,
Dbenchmark.cc65 .value("oLambda", BigO::oLambda) in PYBIND11_MODULE()
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h384 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enumerator
/third_party/benchmark/include/benchmark/
Dbenchmark.h517 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enumerator