- Mar 01, 1998
-
-
dtc authored
-
- Feb 21, 1997
-
-
dtc authored
following to convert a fixnum to an (unsigned-byte 32) representation: (%fixnum-to-digit (if pos val (- val))) This broken when val was (- #x20000000) as #x20000000 is not a fixnum as expected by %fixnum-to-digit. Similar problem in multiply-fixnums. It may be best to just leave it up to the compiler to move the positive fixnum to an unsinged register here.
-
- Jan 18, 1997
-
-
ram authored
-
- Oct 31, 1994
-
-
ram authored
-
- Feb 11, 1994
-
-
cvs2git authored
-
- May 07, 1993
-
-
ram authored
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Jun 12, 1991
-
-
chiles authored
Fixed bug in truncation code. We needed to make sure the number buffer for the x argument was one greater than the y buffer. Once we fixed this, due to a better understanding of Knuth, we were able to significantly clean up SHIFT-BIGNUM-TRUNCATE-BUFFERS and BIGNUM-TRUNCATE.
-
- Jun 10, 1991
-
-
chiles authored
We fixed a bug in BIGNUM-TRUNCATE-GUESS. Bill had originally written the code to ignore the high digit of three in some calculation, but as it turns out, you really do need to look at that digit in some comparison.
-
- May 24, 1991
-
-
wlott authored
-
- Feb 08, 1991
-
-
ram authored
-
- Dec 03, 1990
-
-
wlott authored
symbols we want from the VM package.
-
- Nov 27, 1990
-
-
chiles authored
truncate bug involving a shift macro that could not zero shift. Also added comments for slimy dependencies between function introduced by use of WITH-BIGNUM-BUFFERS. Added some declarations to make the number/arithmetic code better.
-
- Oct 15, 1990
-
-
wlott authored
-
- Oct 04, 1990
-
-
wlott authored
-
- Oct 03, 1990
-
-
wlott authored
-
chiles authored
-
chiles authored
loop in truncation (trying a guess). We created a new primitive to multiply two digits and add three digits to support a more tense multiply loop. We also used this in fixnum X bignum. William fixed subtract by noticing a situation where the result needs to be one larger than the old assumption.
-
- Jul 20, 1990
-
-
ram authored
other misc changes from Bill. Added BIGNUM-REPLACE and made people use it. Add WITH-BIGNUM-BUFFERS and made people use it so that they would be reentrant. Fixed MAKE-GCD-BIGNUM-ODD to not assume that there is a 1 in the first digit. Added misc declarations. Changed shifting stuff to use the new %DIGIT-LOGICAL-SHIFT-RIGHT. Un-commented-out GCD and multi-digit bignum truncate.
-
- Jul 07, 1990
- Jul 05, 1990
- Jul 04, 1990
-
-
wlott authored
-
- Jun 06, 1990
-
-
wlott authored
need shifting.)
-
- May 30, 1990
-
-
cvs2git authored
-
- May 25, 1990
-
-
wlott authored
-