Home
last modified time | relevance | path

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

/dragonfly/contrib/gmp/
H A Dgen-bases.c29 int normalization_steps; variable
66 normalization_steps = limb_bits - mpz_sizeinbase (big_base, 2); in generate()
69 mpz_mul_2exp (t, t, 2*limb_bits - normalization_steps); in generate()
97 printf ("#define MP_BASES_NORMALIZATION_STEPS_10 %d\n", normalization_steps); in header()
/dragonfly/contrib/gmp/mpn/generic/
H A Dget_str.c240 unsigned normalization_steps; in mpn_sb_get_str() local
245 count_leading_zeros (normalization_steps, big_base); in mpn_sb_get_str()
256 normalization_steps); in mpn_sb_get_str()
H A Dset_str.c134 unsigned normalization_steps; in mpn_set_str_compute_powtab() local
145 count_leading_zeros (normalization_steps, big_base); in mpn_set_str_compute_powtab()