Home
last modified time | relevance | path

Searched refs:bignum_to_double (Results 1 – 14 of 14) sorted by relevance

/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dbignum.h76 extern double bignum_to_double (bignum_type);
H A Dobject.h439 #define BIGNUM_TO_FLONUM(bignum) (double_to_flonum (bignum_to_double (bignum)))
H A Dartutl.c152 return ((FIXNUM_P (n)) ? (FIXNUM_TO_DOUBLE (n)) : (bignum_to_double (n))); in integer_to_double()
H A Dutils.c479 ? (bignum_to_double (x)) in real_number_to_double()
H A Dbignum.c603 bignum_to_double (bignum_type bignum) in bignum_to_double() function
/dports/lang/ypsilon/ypsilon-0.9.6-update3/src/
H A Darith.cpp630 bignum_to_double(scm_bignum_t obj) in bignum_to_double() function
1069 if (BIGNUMP(obj)) return bignum_to_double((scm_bignum_t)obj); in real_to_double()
1150 if (BIGNUMP(obj)) return make_flonum(heap, - bignum_to_double((scm_bignum_t)obj)); in oprtr_inexact_negate()
2072 if (((scm_flonum_t)lhs)->value == bignum_to_double((scm_bignum_t)rhs)) { in n_equal_pred()
2095 if (bignum_to_double((scm_bignum_t)lhs) == ((scm_flonum_t)rhs)->value) { in n_equal_pred()
3557 double value2 = bignum_to_double((scm_bignum_t)rhs); in arith_modulo()
3589 double value2 = bignum_to_double((scm_bignum_t)rhs); in arith_modulo()
3647 double n = bignum_to_double((scm_bignum_t)rhs); in arith_expt()
3807 double s = bignum_to_double(bn); in arith_sqrt()
4110 if (BIGNUMP(obj)) return make_flonum(heap, bignum_to_double((scm_bignum_t)obj)); in cnvt_to_inexact()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dbignum.c73 bignum_to_double (Lisp_Object n) in bignum_to_double() function
H A Dlisp.h598 extern double bignum_to_double (Lisp_Object) ATTRIBUTE_CONST;
3039 : bignum_to_double (n)); in XFLOATINT()
H A Deditfns.c3573 darg = bignum_to_double (arg); in styled_format()
/dports/editors/emacs/emacs-27.2/src/
H A Dbignum.c64 bignum_to_double (Lisp_Object n) in bignum_to_double() function
H A Dlisp.h587 extern double bignum_to_double (Lisp_Object);
3028 : bignum_to_double (n)); in XFLOATINT()
H A Deditfns.c3586 darg = bignum_to_double (arg); in styled_format()
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.356914 (bignum_to_double): Use it.
56915 * src/bignum.c (bignum_to_double):
58275 (XFLOATINT): If arg is a bignum, use bignum_to_double, so that
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.381576 * src/lisp.h (bignum_to_double, bignum_to_intmax)
145494 (bignum_to_double): Use it.
145495 * src/bignum.c (bignum_to_double):
146855 (XFLOATINT): If arg is a bignum, use bignum_to_double, so that