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

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dcomb_tables.c38 const mp_limb_t __gmp_oddfac_table[] = { ONE_LIMB_ODD_FACTORIAL_TABLE, ONE_LIMB_ODD_FACTORIAL_EXTTABLE }; variable
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Doddfac_1.c288 MPZ_NEWALLOC (x, 1)[0] = __gmp_oddfac_table[n];
296 umul_ppmm (px[1], px[0], __gmp_odd2fac_table[(n - 1) >> 1], __gmp_oddfac_table[n >> 1]);
347 factors[j++] = __gmp_oddfac_table[tn >> 1];
H A Dbin_uiui.c244 ASSERT (__gmp_oddfac_table[ODD_FACTORIAL_TABLE_LIMIT] == ODD_FACTORIAL_TABLE_MAX);
367 mpn_pi1_bdiv_q_1 (rp, rp, rn, __gmp_oddfac_table[k], facinv[k - 2], i2cnt);
388 return ((__gmp_oddfac_table[n] * facinv[k - 2] * facinv[n - k - 2])
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmp-impl.h2052 extern const mp_limb_t __gmp_oddfac_table[];

Completed in 189 milliseconds