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

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dget_str.c442 mp_size_t n_pows, xn, pn, exptab[GMP_LIMB_BITS], bexp;
446 n_pows = 0;
450 exptab[n_pows] = pn;
451 n_pows++;
453 exptab[n_pows] = 1;
472 for (pi = 2; pi < n_pows; pi++)
485 if (bexp + 1 < exptab[n_pows - pi])
509 for (pi = 1; pi < n_pows; pi++)
529 for (i = 0; i < n_pows; i++)
530 printf ("%2d: %10ld %10ld %11ld %ld\n", i, exptab[n_pows
439 mp_size_t n_pows, xn, pn, exptab[GMP_LIMB_BITS], bexp; local
[all...]

Completed in 103 milliseconds