Home
last modified time | relevance | path

Searched refs:mpz_set_intmax_slow (Results 1 – 6 of 6) sorted by relevance

/dports/editors/emacs/emacs-27.2/src/
H A Dbignum.h50 extern void mpz_set_intmax_slow (mpz_t, intmax_t) ARG_NONNULL ((1));
78 mpz_set_intmax_slow (result, v); in mpz_set_intmax()
H A Dbignum.c166 mpz_set_intmax_slow (mpz_t result, intmax_t v) in mpz_set_intmax_slow() function
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbignum.h45 extern void mpz_set_intmax_slow (mpz_t, intmax_t) ARG_NONNULL ((1));
73 mpz_set_intmax_slow (result, v); in mpz_set_intmax()
H A Dbignum.c175 mpz_set_intmax_slow (mpz_t result, intmax_t v) in mpz_set_intmax_slow() function
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.358154 (mpz_set_intmax_slow): Implement via mpz_limbs_write,
58831 * src/alloc.c (mpz_set_intmax_slow): Tighten assertion.
58987 * src/alloc.c (mpz_set_intmax_slow): Avoid undefined
61141 * src/alloc.c (mpz_set_intmax_slow, mpz_set_uintmax_slow): New
61149 (mpz_set_uintmax_slow, mpz_set_intmax_slow): Declare.
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.3146734 (mpz_set_intmax_slow): Implement via mpz_limbs_write,
147411 * src/alloc.c (mpz_set_intmax_slow): Tighten assertion.
147567 * src/alloc.c (mpz_set_intmax_slow): Avoid undefined
149721 * src/alloc.c (mpz_set_intmax_slow, mpz_set_uintmax_slow): New
149729 (mpz_set_uintmax_slow, mpz_set_intmax_slow): Declare.