Home
last modified time | relevance | path

Searched refs:new_rl_high (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/mpz/
Dn_pow_ui.c290 mp_limb_t new_rl_high = (rl_high << rtwos_bits) in mpz_n_pow_ui() local
292 if (! (rl_high == 0 && new_rl_high != 0)) in mpz_n_pow_ui()
294 rl_high = new_rl_high; in mpz_n_pow_ui()