Searched refs:oLambda (Results 1 – 5 of 5) sorted by relevance
/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 | 428 complexity_ = oLambda; in Complexity()
|
/third_party/benchmark/bindings/python/google_benchmark/ |
D | __init__.py | 47 oLambda,
|
D | benchmark.cc | 63 .value("oLambda", BigO::oLambda) in NB_MODULE()
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 661 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enumerator
|