HomeSort by relevance Sort by last modified time
    Searched full:bigofunc (Results 1 - 10 of 10) sorted by null

  /external/google-benchmark/src/
benchmark_api_internal.h 26 BigOFunc* complexity_lambda;
complexity.cc 29 BigOFunc* FittingCurve(BigO complexity) {
79 BigOFunc* fitting_curve) {
benchmark_register.cc 383 Benchmark* Benchmark::Complexity(BigOFunc* complexity) {
  /external/libcxx/utils/google-benchmark/src/
benchmark_api_internal.h 26 BigOFunc* complexity_lambda;
complexity.cc 29 BigOFunc* FittingCurve(BigO complexity) {
79 BigOFunc* fitting_curve) {
benchmark_register.cc 383 Benchmark* Benchmark::Complexity(BigOFunc* complexity) {
  /external/google-benchmark/include/benchmark/
reporter.h 90 BigOFunc* complexity_lambda;
benchmark_api.h 257 // BigOFunc is passed to a benchmark in order to specify the asymptotic
259 typedef double(BigOFunc)(int);
574 Benchmark* Complexity(BigOFunc* complexity);
634 BigOFunc* complexity_lambda_;
  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 90 BigOFunc* complexity_lambda;
benchmark_api.h 257 // BigOFunc is passed to a benchmark in order to specify the asymptotic
259 typedef double(BigOFunc)(int);
574 Benchmark* Complexity(BigOFunc* complexity);
634 BigOFunc* complexity_lambda_;

Completed in 1440 milliseconds