Home
last modified time | relevance | path

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

/external/gemmlowp/test/
Dtest.cc404 int result_shift_min, int result_shift_max) { in test_gemm_impl() argument
410 const int result_shift = (result_shift_min + result_shift_max) / 2; in test_gemm_impl()
440 int new_result_shift_min = result_shift_min; in test_gemm_impl()
445 new_result_shift_max = (result_shift_min + result_shift_max) / 2; in test_gemm_impl()
450 new_result_shift_min = (result_shift_min + result_shift_max) / 2; in test_gemm_impl()
455 if (result_shift_min != result_shift_max) { in test_gemm_impl()