Searched refs:__gmp_oddfac_table (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/lgpl3/gmp/dist/mpz/ |
H A D | oddfac_1.c | 288 MPZ_NEWALLOC (x, 1)[0] = __gmp_oddfac_table[n]; in mpz_oddfac_1() 296 umul_ppmm (px[1], px[0], __gmp_odd2fac_table[(n - 1) >> 1], __gmp_oddfac_table[n >> 1]); in mpz_oddfac_1() 347 factors[j++] = __gmp_oddfac_table[tn >> 1]; in mpz_oddfac_1()
|
H A D | bin_uiui.c | 244 ASSERT (__gmp_oddfac_table[ODD_FACTORIAL_TABLE_LIMIT] == ODD_FACTORIAL_TABLE_MAX); in mpz_bdiv_bin_uiui() 367 mpn_pi1_bdiv_q_1 (rp, rp, rn, __gmp_oddfac_table[k], facinv[k - 2], i2cnt); in mpz_smallk_bin_uiui() 388 return ((__gmp_oddfac_table[n] * facinv[k - 2] * facinv[n - k - 2]) in bc_bin_uiui()
|
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/ |
H A D | comb_tables.c | 38 const mp_limb_t __gmp_oddfac_table[] = { ONE_LIMB_ODD_FACTORIAL_TABLE, ONE_LIMB_ODD_FACTORIAL_EXTTA… variable
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | gmp-impl.h | 2052 extern const mp_limb_t __gmp_oddfac_table[];
|