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

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dgen-bases.c29 int normalization_steps; variable
66 normalization_steps = limb_bits - mpz_sizeinbase (big_base, 2);
69 mpz_mul_2exp (t, t, 2*limb_bits - normalization_steps);
97 printf ("#define MP_BASES_NORMALIZATION_STEPS_10 %d\n", normalization_steps);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dget_str.c241 unsigned normalization_steps;
246 count_leading_zeros (normalization_steps, big_base);
257 normalization_steps);
240 unsigned normalization_steps; local
H A Dset_str.c134 unsigned normalization_steps; local
145 count_leading_zeros (normalization_steps, big_base);

Completed in 73 milliseconds