Lines Matching refs:n1
44 mp_limb_t n1, n0, r; in mpn_mod_1() local
81 n1 = dividend_ptr[dividend_size - 1]; in mpn_mod_1()
82 r = n1 >> (BITS_PER_MP_LIMB - normalization_steps); in mpn_mod_1()
94 ((n1 << normalization_steps) in mpn_mod_1()
97 n1 = n0; in mpn_mod_1()
100 n1 << normalization_steps, in mpn_mod_1()
147 n1 = dividend_ptr[dividend_size - 1]; in mpn_mod_1()
148 r = n1 >> (BITS_PER_MP_LIMB - normalization_steps); in mpn_mod_1()
160 ((n1 << normalization_steps) in mpn_mod_1()
163 n1 = n0; in mpn_mod_1()
166 n1 << normalization_steps, in mpn_mod_1()