Lines Matching refs:result_shift
135 int result_shift) { in Gemm()
152 result_shift)); in Gemm()
175 int result_shift) { in Gemm()
193 result_shift)); in Gemm()
212 int result_shift) { in Gemm()
217 result_shift); in Gemm()
246 int result_shift) { in Gemm()
255 result_mult_int, result_shift, result->stride(), BitDepth); in Gemm()
272 int result_shift) { in Gemm()
278 result_shift, result->stride()); in Gemm()
410 const int result_shift = (result_shift_min + result_shift_max) / 2; in test_gemm_impl() local
414 result_mult_int, result_shift)) { in test_gemm_impl()
432 result_shift); in test_gemm_impl()
472 lhs_offset, rhs_offset, result_offset, result_mult_int, result_shift); in test_gemm_impl()
777 const int result_shift = c_shift; in TestWithSmallDataPerChannelQuantization() local
781 result_offset, result_mult_int, result_shift); in TestWithSmallDataPerChannelQuantization()
974 const int result_shift = c_shift; in TestWithLargeDataPerChannelQuantization() local
978 result_offset, result_mult_int, result_shift); in TestWithLargeDataPerChannelQuantization()
1087 const int result_shift = c_shift; in TestMultithreadedPerChannelQuantization() local
1091 result_offset, result_mult_int, result_shift); in TestMultithreadedPerChannelQuantization()
1202 int result_mult_int, int result_shift) { in TestOutputStages() argument
1237 quantize_down_stage.result_shift = result_shift; in TestOutputStages()
1249 (raw + result_offset) * result_mult_int, result_shift); in TestOutputStages()
1410 result_shift); in TestOutputStages()
1421 std::int32_t result_fixedpoint_shift = result_shift; in TestOutputStages()
1423 Check(result_shift > 0); in TestOutputStages()
1425 result_fixedpoint_shift = result_shift - 31; in TestOutputStages()
1437 (1 << result_shift))); in TestOutputStages()
1440 quantize_down_by_fixedpoint_stage.result_shift = result_fixedpoint_shift; in TestOutputStages()