Home
last modified time | relevance | path

Searched refs:arith_driver (Results 1 – 20 of 20) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Ddata.c3035 arith_driver (enum arithop code, ptrdiff_t nargs, Lisp_Object *args, in arith_driver() function
3099 return nargs == 1 ? a : arith_driver (Aadd, nargs, args, a);
3121 return arith_driver (Asub, nargs, args, a);
3132 return nargs == 1 ? a : arith_driver (Amult, nargs, args, a);
3166 return arith_driver (Adiv, nargs, args, a);
3288 return nargs == 1 ? a : arith_driver (Alogand, nargs, args, a);
3300 return nargs == 1 ? a : arith_driver (Alogior, nargs, args, a);
3312 return nargs == 1 ? a : arith_driver (Alogxor, nargs, args, a);
H A DChangeLog.126754 (cons_to_signed, arith_driver):
19423 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
19467 (arith_driver): When there's an integer overflow in an expression
21805 * data.c (arith_driver, float_arith_driver): Likewise.
22298 (default_value, arithcompare, arith_driver, arith_error): Now static.
H A DChangeLog.46796 (arith_driver, Frem): Likewise.
H A DChangeLog.5951 * data.c (arith_driver): Make accum and next EMACS_INTs.
H A DChangeLog.813892 * data.c (arith_driver, float_arith_driver): Compute (- x) by
H A DChangeLog.92453 (arith_driver): Reindent.
H A DChangeLog.34420 (float_arith_driver): Declare this extern above arith_driver.
H A DChangeLog.102898 (arith_driver, float_arith_driver, Frem, Fmod, arith_error):
/dports/editors/emacs/emacs-27.2/src/
H A Ddata.c2859 arith_driver (enum arithop code, ptrdiff_t nargs, Lisp_Object *args, in arith_driver() function
2925 return nargs == 1 ? a : arith_driver (Aadd, nargs, args, a);
2948 return arith_driver (Asub, nargs, args, a);
2960 return nargs == 1 ? a : arith_driver (Amult, nargs, args, a);
2995 return arith_driver (Adiv, nargs, args, a);
3120 return nargs == 1 ? a : arith_driver (Alogand, nargs, args, a);
3133 return nargs == 1 ? a : arith_driver (Alogior, nargs, args, a);
3146 return nargs == 1 ? a : arith_driver (Alogxor, nargs, args, a);
H A DChangeLog.126754 (cons_to_signed, arith_driver):
19423 * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT.
19467 (arith_driver): When there's an integer overflow in an expression
21805 * data.c (arith_driver, float_arith_driver): Likewise.
22298 (default_value, arithcompare, arith_driver, arith_error): Now static.
H A DChangeLog.46796 (arith_driver, Frem): Likewise.
H A DChangeLog.5951 * data.c (arith_driver): Make accum and next EMACS_INTs.
H A DChangeLog.92453 (arith_driver): Reindent.
H A DChangeLog.813892 * data.c (arith_driver, float_arith_driver): Compute (- x) by
H A DChangeLog.34420 (float_arith_driver): Declare this extern above arith_driver.
H A DChangeLog.102898 (arith_driver, float_arith_driver, Frem, Fmod, arith_error):
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.330988 * src/data.c (arith_driver): Use XFIXNUM_RAW as we want
50331 (arith_driver): silence compiler warning with UNINIT.
57766 (arith_driver):
57868 (floatop_arith_driver, arith_driver):
58709 (arith_driver, Fash, expt_integer): Use them.
58816 * src/data.c (arith_driver): Reorder to remove unnecessary
58834 (arith_driver): Use it to tighten compile-time checks.
58991 * src/data.c (arith_driver): Treat fixnums as signed, not
60038 (arith_driver): Likewise. Coerce markers.
61830 (arith_driver): Rewrite.
[all …]
H A DChangeLog.217550 * src/data.c (arith_driver):
17571 * src/data.c (arith_driver): Also check for division overflow,
20056 * src/data.c (arith_driver, float_arith_driver):
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.217550 * src/data.c (arith_driver):
17571 * src/data.c (arith_driver): Also check for division overflow,
20056 * src/data.c (arith_driver, float_arith_driver):
H A DChangeLog.381707 (arith_driver, Fplus, Fminus, Ftimes, Fquo, Frem, Fmod)
119567 * src/data.c (arith_driver): Use XFIXNUM_RAW as we want
138911 (arith_driver): silence compiler warning with UNINIT.
146346 (arith_driver):
146448 (floatop_arith_driver, arith_driver):
147289 (arith_driver, Fash, expt_integer): Use them.
147414 (arith_driver): Use it to tighten compile-time checks.
147571 * src/data.c (arith_driver): Treat fixnums as signed, not
148618 (arith_driver): Likewise. Coerce markers.
150410 (arith_driver): Rewrite.
[all …]