Home
last modified time | relevance | path

Searched refs:best_ratio (Results 1 – 4 of 4) sorted by relevance

/external/gemmlowp/test/
Dbenchmark_meta_gemm.cc123 const float best_ratio = 0.1; in print_summary() local
124 const size_t count_best = times->size() * best_ratio; in print_summary()
152 std::cout << " Mean of " << 100 * best_ratio in print_summary()
Dbenchmark.cc250 const float best_ratio = 0.1; in benchmark_gemm_sizes() local
251 const size_t count_best = gemm_times.size() * best_ratio; in benchmark_gemm_sizes()
279 std::cout << " Mean of " << 100 * best_ratio in benchmark_gemm_sizes()
/external/python/cpython2/Lib/
Ddifflib.py964 best_ratio, cutoff = 0.74, 0.75
987 if cruncher.real_quick_ratio() > best_ratio and \
988 cruncher.quick_ratio() > best_ratio and \
989 cruncher.ratio() > best_ratio:
990 best_ratio, best_i, best_j = cruncher.ratio(), i, j
991 if best_ratio < cutoff:
999 best_i, best_j, best_ratio = eqi, eqj, 1.0
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dexpand.cc419 int32_t best_ratio = std::numeric_limits<int32_t>::min(); in AnalyzeSignal() local
430 if (ratio > best_ratio) { in AnalyzeSignal()
432 best_ratio = ratio; in AnalyzeSignal()