OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__gmp_oddfac_table
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpn/generic/
comb_tables.c
38
const mp_limb_t
__gmp_oddfac_table
[] = { ONE_LIMB_ODD_FACTORIAL_TABLE, ONE_LIMB_ODD_FACTORIAL_EXTTABLE };
variable
/src/external/lgpl3/gmp/dist/mpz/
oddfac_1.c
288
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];
bin_uiui.c
244
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])
/src/external/lgpl3/gmp/dist/
gmp-impl.h
2052
extern const mp_limb_t
__gmp_oddfac_table
[];
Completed in 71 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026