Lines Matching refs:n0
48 mp_limb_t n1, n0, r; in mpn_divmod_1() local
96 n0 = dividend_ptr[i]; in mpn_divmod_1()
99 | (n0 >> (BITS_PER_MP_LIMB - normalization_steps))), in mpn_divmod_1()
101 n1 = n0; in mpn_divmod_1()
136 n0 = dividend_ptr[i]; in mpn_divmod_1()
138 n0, divisor_limb, divisor_limb_inverted); in mpn_divmod_1()
165 n0 = dividend_ptr[i]; in mpn_divmod_1()
168 | (n0 >> (BITS_PER_MP_LIMB - normalization_steps))), in mpn_divmod_1()
170 n1 = n0; in mpn_divmod_1()
194 n0 = dividend_ptr[i]; in mpn_divmod_1()
195 udiv_qrnnd (quot_ptr[i], r, r, n0, divisor_limb); in mpn_divmod_1()