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

/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dcomb_tables.c42 const mp_limb_t __gmp_odd2fac_table[] = { ONE_LIMB_ODD_DOUBLEFACTORIAL_TABLE }; variable
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A D2fac_ui.c69 MPZ_NEWALLOC (x, 1)[0] = __gmp_odd2fac_table[n >> 1];
H A Doddfac_1.c296 umul_ppmm (px[1], px[0], __gmp_odd2fac_table[(n - 1) >> 1], __gmp_oddfac_table[n >> 1]);
346 factors[j++] = __gmp_odd2fac_table[(tn - 1) >> 1];
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmp-impl.h2053 extern const mp_limb_t __gmp_odd2fac_table[];

Completed in 107 milliseconds