Searched refs:new_rl_high (Results 1 – 1 of 1) sorted by relevance
290 mp_limb_t new_rl_high = (rl_high << rtwos_bits) in mpz_n_pow_ui() local292 if (! (rl_high == 0 && new_rl_high != 0)) in mpz_n_pow_ui()294 rl_high = new_rl_high; in mpz_n_pow_ui()