OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FACTORS_PER_LIMB
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpz/
2fac_ui.c
45
#define
FACTORS_PER_LIMB
(GMP_NUMB_BITS / (LOG2C(FAC_2DSC_THRESHOLD-1)+1))
76
/* FIXME: we might alloc a fixed amount 1+FAC_2DSC_THRESHOLD/
FACTORS_PER_LIMB
*/
78
factors = TMP_SALLOC_LIMBS (1 + n / (2 *
FACTORS_PER_LIMB
));
98
#undef
FACTORS_PER_LIMB
fac_ui.c
46
#define
FACTORS_PER_LIMB
(GMP_NUMB_BITS / (LOG2C(FAC_DSC_THRESHOLD_LIMIT-1)+1))
48
#define
FACTORS_PER_LIMB
(GMP_NUMB_BITS / (LOG2C(FAC_ODD_THRESHOLD)+1))
74
factors = TMP_SALLOC_LIMBS (2 + (n - numberof (table)) /
FACTORS_PER_LIMB
);
107
#undef
FACTORS_PER_LIMB
oddfac_1.c
261
#define
FACTORS_PER_LIMB
(GMP_NUMB_BITS / (LOG2C(FAC_DSC_THRESHOLD_LIMIT-1)+1))
263
#define
FACTORS_PER_LIMB
(GMP_NUMB_BITS / (LOG2C(FAC_DSC_THRESHOLD-1)+1))
323
factors = TMP_SALLOC_LIMBS (1 + tn /
FACTORS_PER_LIMB
);
324
ASSERT (tn >=
FACTORS_PER_LIMB
);
421
#undef
FACTORS_PER_LIMB
Completed in 22 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026