Home
last modified time | relevance | path

Searched defs:maxlimbs (Results 1 – 2 of 2) sorted by relevance

/dports/editors/emacs/emacs-27.2/src/
H A Dbignum.c168 int maxlimbs = (INTMAX_WIDTH + GMP_NUMB_BITS - 1) / GMP_NUMB_BITS; in mpz_set_intmax_slow() local
191 int maxlimbs = (UINTMAX_WIDTH + GMP_NUMB_BITS - 1) / GMP_NUMB_BITS; in mpz_set_uintmax_slow() local
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbignum.c177 int maxlimbs = (INTMAX_WIDTH + GMP_NUMB_BITS - 1) / GMP_NUMB_BITS; in mpz_set_intmax_slow() local
200 int maxlimbs = (UINTMAX_WIDTH + GMP_NUMB_BITS - 1) / GMP_NUMB_BITS; in mpz_set_uintmax_slow() local