• Home
  • Raw
  • Download

Lines Matching refs:result_shift

136                    int result_shift) {  in Gemm()
153 result_shift)); in Gemm()
176 int result_shift) { in Gemm()
194 result_shift)); in Gemm()
213 int result_shift) { in Gemm()
218 result_shift); in Gemm()
247 int result_shift) { in Gemm()
256 result_mult_int, result_shift, result->stride(), BitDepth); in Gemm()
273 int result_shift) { in Gemm()
279 result_shift, result->stride()); in Gemm()
411 const int result_shift = (result_shift_min + result_shift_max) / 2; in test_gemm_impl() local
415 result_mult_int, result_shift)) { in test_gemm_impl()
433 result_shift); in test_gemm_impl()
473 lhs_offset, rhs_offset, result_offset, result_mult_int, result_shift); in test_gemm_impl()
778 const int result_shift = c_shift; in TestWithSmallDataPerChannelQuantization() local
782 result_offset, result_mult_int, result_shift); in TestWithSmallDataPerChannelQuantization()
975 const int result_shift = c_shift; in TestWithLargeDataPerChannelQuantization() local
979 result_offset, result_mult_int, result_shift); in TestWithLargeDataPerChannelQuantization()
1088 const int result_shift = c_shift; in TestMultithreadedPerChannelQuantization() local
1092 result_offset, result_mult_int, result_shift); in TestMultithreadedPerChannelQuantization()
1203 int result_mult_int, int result_shift) { in TestOutputStages() argument
1238 quantize_down_stage.result_shift = result_shift; in TestOutputStages()
1250 (raw + result_offset) * result_mult_int, result_shift); in TestOutputStages()
1411 result_shift); in TestOutputStages()
1422 std::int32_t result_fixedpoint_shift = result_shift; in TestOutputStages()
1424 Check(result_shift > 0); in TestOutputStages()
1426 result_fixedpoint_shift = result_shift - 31; in TestOutputStages()
1438 (1 << result_shift))); in TestOutputStages()
1441 quantize_down_by_fixedpoint_stage.result_shift = result_fixedpoint_shift; in TestOutputStages()