HomeSort by: relevance | last modified time | path
    Searched defs:exptab (Results 1 - 1 of 1) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/generic/
compute_powtab.c 39 * The exptab and powtab vectors are in opposite orders. Probably OK.
40 * Consider getting rid of exptab, doing bit ops on the un argument instead.
44 if exptab is suppressed.
66 int base, const size_t *exptab, size_t n_pows)
108 if (exptab[0] == ((size_t) chars_per_limb << n_pows))
114 if (((digits_in_base + chars_per_limb) << (n_pows-2)) <= exptab[0])
164 if (((digits_in_base + chars_per_limb) << pi) <= exptab[0])
180 if (pt[-1].digits_in_base < exptab[pi + 1])
187 ASSERT (pt[-1].digits_in_base + chars_per_limb == exptab[pi + 1]);
188 pt[-1].digits_in_base = exptab[pi + 1]
355 size_t exptab[GMP_LIMB_BITS]; local
    [all...]

Completed in 30 milliseconds