Home
last modified time | relevance | path

Searched refs:mpz_to_uintmax (Results 1 – 8 of 8) sorted by relevance

/dports/editors/emacs/emacs-27.2/src/
H A Dbignum.h49 extern bool mpz_to_uintmax (mpz_t const, uintmax_t *) ARG_NONNULL ((1, 2));
H A Dbignum.c238 mpz_to_uintmax (mpz_t const z, uintmax_t *pi) in mpz_to_uintmax() function
273 return mpz_to_uintmax (*xbignum_val (x), &i) ? i : 0; in bignum_to_uintmax()
H A Dtimefns.c906 if (! (mpz_to_uintmax (z, &i) && i <= TIME_T_MAX)) in mpz_time()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbignum.h44 extern bool mpz_to_uintmax (mpz_t const, uintmax_t *) ARG_NONNULL ((1, 2));
H A Dbignum.c247 mpz_to_uintmax (mpz_t const z, uintmax_t *pi) in mpz_to_uintmax() function
282 return mpz_to_uintmax (*xbignum_val (x), &i) ? i : 0; in bignum_to_uintmax()
H A Dtimefns.c896 if (! (mpz_to_uintmax (z, &i) && i <= TIME_T_MAX)) in mpz_time()
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.356249 (mpz_to_intmax, mpz_to_uintmax): New functions, with
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.3144829 (mpz_to_intmax, mpz_to_uintmax): New functions, with