Searched refs:oLambda (Results 1 – 8 of 8) sorted by relevance
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | complexity.cc | 94 result.complexity = oLambda; in MinimalLeastSq() 175 if (reports[0].complexity == oLambda) { in ComputeBigO()
|
D | benchmark_register.cc | 397 complexity_ = oLambda; in Complexity()
|
/third_party/benchmark/src/ |
D | complexity.cc | 99 result.complexity = oLambda; in MinimalLeastSq() 181 if (reports[0].complexity == oLambda) { in ComputeBigO()
|
D | benchmark_register.cc | 412 complexity_ = oLambda; in Complexity()
|
/third_party/benchmark/bindings/python/google_benchmark/ |
D | __init__.py | 46 oLambda,
|
D | benchmark.cc | 65 .value("oLambda", BigO::oLambda) in PYBIND11_MODULE()
|
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/ |
D | benchmark.h | 384 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enumerator
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 517 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enumerator
|