Home
last modified time | relevance | path

Searched refs:bignum_to_intmax (Results 1 – 10 of 10) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dbignum.h73 extern intmax_t bignum_to_intmax (bignum_type);
H A Dartutl.c72 return ((FIXNUM_P (n)) ? (FIXNUM_TO_LONG (n)) : (bignum_to_intmax (n))); in integer_to_intmax()
H A Dbignum.c481 DEFINE_BIGNUM_TO_INT (bignum_to_intmax, intmax_t, uintmax_t)
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbignum.c273 bignum_to_intmax (Lisp_Object x) in bignum_to_intmax() function
H A Dsqlite.c322 ret = sqlite3_bind_int64 (stmt, i + 1, bignum_to_intmax (value)); in bind_values()
H A Dlisp.h3537 extern intmax_t bignum_to_intmax (Lisp_Object) ATTRIBUTE_CONST;
3558 intmax_t i = bignum_to_intmax (num); in integer_to_intmax()
/dports/editors/emacs/emacs-27.2/src/
H A Dbignum.c264 bignum_to_intmax (Lisp_Object x) in bignum_to_intmax() function
H A Dlisp.h3511 extern intmax_t bignum_to_intmax (Lisp_Object);
3532 intmax_t i = bignum_to_intmax (num); in integer_to_intmax()
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.356250 implementation taken from the old bignum_to_intmax
56252 (bignum_to_intmax, bignum_to_uintmax): Use them.
57981 (module_extract_integer): Use bignum_to_intmax to avoid
58152 (mpz_set_uintmax_slow, bignum_to_intmax, bignum_to_uintmax):
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.381576 * src/lisp.h (bignum_to_double, bignum_to_intmax)
144830 implementation taken from the old bignum_to_intmax
144832 (bignum_to_intmax, bignum_to_uintmax): Use them.
146561 (module_extract_integer): Use bignum_to_intmax to avoid
146732 (mpz_set_uintmax_slow, bignum_to_intmax, bignum_to_uintmax):