Searched refs:kRoundingTerm (Results 1 – 1 of 1) sorted by relevance
78 const std::int32_t kRoundingTerm = (c_shift < 1) ? 0 : (1 << (c_shift - 1)); in ReferenceEightBitIntGemm() local96 (((total + c_offset) * c_mult_int) + kRoundingTerm) >> c_shift; in ReferenceEightBitIntGemm()