Searched refs:oLambda (Results 1 – 5 of 5) sorted by relevance
/llvm-project/third-party/benchmark/bindings/python/google_benchmark/ |
H A D | __init__.py | 43 oLambda as oLambda, unknown
|
H A D | benchmark.cc | 63 .value("oLambda", BigO::oLambda) in NB_MODULE()
|
/llvm-project/third-party/benchmark/src/ |
H A D | complexity.cc | 101 result.complexity = oLambda; in MinimalLeastSq() 185 if (reports[0].complexity == oLambda) { in ComputeBigO()
|
H A D | benchmark_register.cc | 428 complexity_ = oLambda; in Complexity()
|
/llvm-project/third-party/benchmark/include/benchmark/ |
H A D | benchmark.h | 676 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enumerator
|