Lines Matching refs:c_shift
41 std::int32_t c_shift, int ldc) { in ReferenceEightBitIntGemm() argument
43 assert((c_shift >= 0) && (c_shift <= 32)); in ReferenceEightBitIntGemm()
78 const std::int32_t kRoundingTerm = (c_shift < 1) ? 0 : (1 << (c_shift - 1)); in ReferenceEightBitIntGemm()
96 (((total + c_offset) * c_mult_int) + kRoundingTerm) >> c_shift; in ReferenceEightBitIntGemm()
769 const int c_shift = 21; in TestWithSmallDataPerChannelQuantization() local
777 const int result_shift = c_shift; in TestWithSmallDataPerChannelQuantization()
966 const int c_shift = 21; in TestWithLargeDataPerChannelQuantization() local
974 const int result_shift = c_shift; in TestWithLargeDataPerChannelQuantization()
1079 const int c_shift = 21; in TestMultithreadedPerChannelQuantization() local
1087 const int result_shift = c_shift; in TestMultithreadedPerChannelQuantization()
1150 const int c_shift = 0; in TestWithSmallData() local
1155 c_shift, ldc, eight_bit_int_gemm::BitDepthSetting::A8B8); in TestWithSmallData()
1179 test_data::c_mult_int, test_data::c_shift, test_data::m, BitDepth); in TestWithRealData()