Searched refs:normalization_steps (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/
H A Dgen-bases.c38 int normalization_steps; variable
82 normalization_steps = limb_bits - mpz_sizeinbase (big_base, 2);
85 mpz_mul_2exp (t, t, 2*limb_bits - normalization_steps);
117 printf ("#define MP_BASES_NORMALIZATION_STEPS_10 %d\n", normalization_steps);
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dget_str.c250 unsigned normalization_steps;
255 count_leading_zeros (normalization_steps, big_base);
266 normalization_steps);
249 unsigned normalization_steps; local

Completed in 317 milliseconds