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

  /external/gemmlowp/test/
benchmark.cc 245 const float best_ratio = 0.1; local
246 const size_t count_best = gemm_times.size() * best_ratio;
274 std::cout << " Mean of " << 100 * best_ratio
benchmark_meta_gemm.cc 123 const float best_ratio = 0.1; local
124 const size_t count_best = times->size() * best_ratio;
152 std::cout << " Mean of " << 100 * best_ratio
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
difflib.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
difflib.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
difflib.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py     [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
expand.cc 419 int32_t best_ratio = std::numeric_limits<int32_t>::min(); local
430 if (ratio > best_ratio) {
432 best_ratio = ratio;
    [all...]

Completed in 109 milliseconds