reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/benchmark/src/benchmark_register.cc
  326   CHECK_GE(start, 0);
  415   CHECK_GE(max_threads, min_threads);
  424   CHECK_GE(max_threads, min_threads);
  425   CHECK_GE(stride, 1);
utils/benchmark/src/benchmark_register.h
   10   CHECK_GE(lo, 0);
   11   CHECK_GE(hi, lo);
   12   CHECK_GE(mult, 2);
utils/benchmark/src/complexity.cc
  123   CHECK_GE(n.size(), 2);  // Do not compute fitting curve is less than two