Searched refs:quotient_sign (Results 1 – 1 of 1) sorted by relevance
2122 int32_t quotient_sign = (dividend_sign != divisor_sign); in helper_dvstep() local2126 if (quotient_sign) { in helper_dvstep()2142 dividend_quotient = dividend_quotient | !quotient_sign; in helper_dvstep()2144 dividend_quotient = dividend_quotient | quotient_sign; in helper_dvstep()