Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/
H A Dgen-bases.c38 int normalization_steps; variable
82 normalization_steps = limb_bits - mpz_sizeinbase (big_base, 2); in generate()
85 mpz_mul_2exp (t, t, 2*limb_bits - normalization_steps); in generate()
117 printf ("#define MP_BASES_NORMALIZATION_STEPS_10 %d\n", normalization_steps); in header()
H A DChangeLog5121 * mpn/generic/set_str.c (normalization_steps): Eliminate set-but-unused
34057 specifically also when normalization_steps != 0.
35159 * _mpz_get_str: Only shift limb array if normalization_steps != 0
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dget_str.c249 unsigned normalization_steps; in mpn_bc_get_str() local
254 count_leading_zeros (normalization_steps, big_base); in mpn_bc_get_str()
265 normalization_steps); in mpn_bc_get_str()