Home | History | Annotate | Download | only in test

Lines Matching refs:kRoundingTerm

76   const std::int32_t kRoundingTerm = (c_shift < 1) ? 0 : (1 << (c_shift - 1));
92 (((total + c_offset) * c_mult_int) + kRoundingTerm) >> c_shift;