Searched refs:oLambda (Results 1 – 6 of 6) sorted by relevance
/external/libcxx/utils/google-benchmark/src/ |
D | complexity.cc | 95 result.complexity = oLambda; in MinimalLeastSq() 247 if (reports[0].complexity == oLambda) { in ComputeBigO()
|
D | benchmark_register.cc | 385 complexity_ = oLambda; in Complexity()
|
/external/google-benchmark/src/ |
D | complexity.cc | 95 result.complexity = oLambda; in MinimalLeastSq() 279 if (reports[0].complexity == oLambda) { in ComputeBigO()
|
D | benchmark_register.cc | 408 complexity_ = oLambda; in Complexity()
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark_api.h | 255 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
|
/external/google-benchmark/include/benchmark/ |
D | benchmark_api.h | 306 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enumerator
|