HomeSort by relevance Sort by last modified time
    Searched refs:simple_threshold (Results 1 - 3 of 3) sorted by null

  /external/google-benchmark/src/
string_util.cc 46 // Values in ]simple_threshold,small_threshold[ will be printed as-is
47 const double simple_threshold = 0.01; local
65 if (val < simple_threshold) {
  /external/libcxx/utils/google-benchmark/src/
string_util.cc 46 // Values in ]simple_threshold,small_threshold[ will be printed as-is
47 const double simple_threshold = 0.01; local
65 if (val < simple_threshold) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
string_util.cc 48 // Values in ]simple_threshold,small_threshold[ will be printed as-is
49 const double simple_threshold = 0.01; local
67 if (val < simple_threshold) {

Completed in 90 milliseconds