| 2007-11-07 |
Raymond Toy | qd-rep.lisp: THREE-ARG-BRANCH |
commit | commitdiff | tree |
| 2007-11-07 |
Raymond Toy | o Add 3-arg forms for add-qd-d, mul-qd-d, add-d-qd... |
commit | commitdiff | tree |
| 2007-11-05 |
Raymond Toy | Update timings. |
commit | commitdiff | tree |
| 2007-11-05 |
Raymond Toy | Cosmetic |
commit | commitdiff | tree |
| 2007-11-04 |
Raymond Toy | Oops. Make sqr-qd-t inline. |
commit | commitdiff | tree |
| 2007-11-04 |
Raymond Toy | o Add support for SQR-QD-T |
commit | commitdiff | tree |
| 2007-11-04 |
Raymond Toy | Update timing data. |
commit | commitdiff | tree |
| 2007-11-04 |
Raymond Toy | o Move compiler macros from qd.lisp to qd-rep.lisp |
commit | commitdiff | tree |
| 2007-11-02 |
Raymond Toy | Oops. %STORE-QD-D wasn't returning the target value. |
commit | commitdiff | tree |
| 2007-11-02 |
Raymond Toy | First cut at adding a 3-arg versions of the basic opera... |
commit | commitdiff | tree |
| 2007-10-26 |
Raymond Toy | Add Pade approximation for exp. From Richard Fateman. |
commit | commitdiff | tree |
| 2007-10-18 |
Raymond Toy | Compare against pi/4 quad-double, not double-float. |
commit | commitdiff | tree |
| 2007-10-18 |
Raymond Toy | MAKE-QD-DD is only defined for CMUCL, so don't uncondit... |
commit | commitdiff | tree |
| 2007-10-17 |
Raymond Toy | Add another implementation of REM-PI/2-INT. This extra... |
commit | commitdiff | tree |
| 2007-10-16 |
Raymond Toy | qd-fun.lisp: |
commit | commitdiff | tree |
| 2007-10-16 |
Raymond Toy | o Add default implementation of float-infinity-p, float... |
commit | commitdiff | tree |
| 2007-10-16 |
Raymond Toy | Remove duplicate TIME-MUL. |
commit | commitdiff | tree |
| 2007-10-16 |
Raymond Toy | Oops. QDI package no longer exists. Use OCTI. |
commit | commitdiff | tree |
| 2007-10-16 |
Raymond Toy | Oops. %MAKE-QD-D is a macro and not a function for... |
commit | commitdiff | tree |
| 2007-10-16 |
Raymond Toy | Remove CMUCL'isms. |
commit | commitdiff | tree |
| 2007-10-16 |
Raymond Toy | qd-package.lisp: |
commit | commitdiff | tree |
| 2007-10-15 |
Raymond Toy | o Oops. Fix up a few IN-PACKAGE's for the new package... |
commit | commitdiff | tree |
| 2007-10-15 |
Raymond Toy | o Oops. Fix up a few IN-PACKAGE's for the new package... |
commit | commitdiff | tree |
| 2007-10-15 |
Raymond Toy | o Rename QUAD-DOUBLE-INTERNAL package to OCT-INTERNAL... |
commit | commitdiff | tree |
| 2007-10-15 |
Raymond Toy | qd.lisp: |
commit | commitdiff | tree |
| 2007-10-15 |
Raymond Toy | o Fix some typos accurate-sin-qd and accurate-cos-qd. |
commit | commitdiff | tree |
| 2007-10-14 |
Raymond Toy | Add +2/pi-bits+, 1584 bits of 2/pi. |
commit | commitdiff | tree |
| 2007-10-13 |
Raymond Toy | o New routine to compute x mod pi/2 accurately, using... |
commit | commitdiff | tree |
| 2007-10-13 |
Raymond Toy | Redo implementation of INTEGER-DECODE-QD. It used... |
commit | commitdiff | tree |
| 2007-10-13 |
Raymond Toy | Use package #:oct, not #:qd. |
commit | commitdiff | tree |
| 2007-10-11 |
Raymond Toy | Correct the timing info. I accidentally ran the C... |
commit | commitdiff | tree |
| 2007-10-11 |
Raymond Toy | qd-const.lisp: |
commit | commitdiff | tree |
| 2007-10-11 |
Raymond Toy | Initial version. |
commit | commitdiff | tree |
| 2007-10-10 |
Raymond Toy | Ignore *.lib and *.fas too. (Files from clisp) |
commit | commitdiff | tree |
| 2007-10-10 |
Raymond Toy | qd-io.lisp: |
commit | commitdiff | tree |
| 2007-10-10 |
Raymond Toy | o Move logb-finite before first use. |
commit | commitdiff | tree |
| 2007-09-24 |
Raymond Toy | A new version of MAKE-FLOAT that converts the number... |
commit | commitdiff | tree |
| 2007-09-24 |
Raymond Toy | Minor optimization converting a rational to a qd-real... |
commit | commitdiff | tree |
| 2007-09-24 |
Raymond Toy | Use more bits (265 instead of 212) when converting... |
commit | commitdiff | tree |
| 2007-09-20 |
Raymond Toy | Add RATIONALIZE methods. Algorithm graciously provided... |
commit | commitdiff | tree |
| 2007-09-19 |
Raymond Toy | MAKE-QD should handle rationals better instead of conve... |
commit | commitdiff | tree |
| 2007-09-18 |
Raymond Toy | Add method RATIONAL to convert a quad-double to a rational. |
commit | commitdiff | tree |
| 2007-09-18 |
Raymond Toy | qd-rep.lisp: |
commit | commitdiff | tree |
| 2007-09-18 |
Raymond Toy | qd-test.lisp: |
commit | commitdiff | tree |
| 2007-09-17 |
Raymond Toy | New SCALE-FLOAT-QD implementation that shouldn't suffer... |
commit | commitdiff | tree |
| 2007-09-17 |
Raymond Toy | o Convert THREE-SUM2 to a macro instead of a function... |
commit | commitdiff | tree |
| 2007-09-17 |
Raymond Toy | o Fix typo in ADD-QD-DD that was introduced in the... |
commit | commitdiff | tree |
| 2007-09-17 |
Raymond Toy | o Replace THREE-SUM with a macro to make sure it's... |
commit | commitdiff | tree |
| 2007-09-17 |
Raymond Toy | Make %MAKE-QD-D a macro to make sure it's inlined. |
commit | commitdiff | tree |
| 2007-09-16 |
Raymond Toy | o Remove old code. |
commit | commitdiff | tree |
| 2007-09-16 |
Raymond Toy | Make TWO-SUM a macro, just like we did for QUICK-TWO... |
commit | commitdiff | tree |
| 2007-09-16 |
Raymond Toy | Make QD-0, QD-1, QD-2, and QD-3 macros to make sure... |
commit | commitdiff | tree |
| 2007-09-16 |
Raymond Toy | Update dependencies. |
commit | commitdiff | tree |
| 2007-09-16 |
Raymond Toy | To speed up Allegro (and other Lisp's that don't suppor... |
commit | commitdiff | tree |
| 2007-09-16 |
Raymond Toy | T should be t (for Allegro case-sensitive modern-mode). |
commit | commitdiff | tree |
| 2007-09-13 |
Raymond Toy | Add some comments on how split is supposed to work... |
commit | commitdiff | tree |
| 2007-09-13 |
Raymond Toy | In SPLIT, compute the constants at compile time (#... |
commit | commitdiff | tree |
| 2007-09-13 |
Raymond Toy | Some updates from Richard Fateman to make these routine... |
commit | commitdiff | tree |
| 2007-09-13 |
Raymond Toy | Initial version. |
commit | commitdiff | tree |
| 2007-09-13 |
Raymond Toy | Add declarations. Mostly to help Allegro generate... |
commit | commitdiff | tree |
| 2007-09-12 |
Raymond Toy | qd-package.lisp: |
commit | commitdiff | tree |
| 2007-09-12 |
Raymond Toy | qd-fun.lisp: |
commit | commitdiff | tree |
| 2007-09-12 |
Raymond Toy | Ignore fasl. |
commit | commitdiff | tree |
| 2007-09-06 |
Raymond Toy | Fix qd-complex printer so it prints out something that... |
commit | commitdiff | tree |
| 2007-08-31 |
Raymond Toy | qd-class.lisp: |
commit | commitdiff | tree |
| 2007-08-31 |
Raymond Toy | Oops. Forgot to convert qabs to abs. |
commit | commitdiff | tree |
| 2007-08-31 |
Raymond Toy | Get rid of the extra layer of function calls and define... |
commit | commitdiff | tree |
| 2007-08-30 |
Raymond Toy | Add methods to handle QD-REAL and CL:COMPLEX and vice... |
commit | commitdiff | tree |
| 2007-08-30 |
Raymond Toy | Change QD-COMPLEX printer to split the real and imagina... |
commit | commitdiff | tree |
| 2007-08-29 |
Raymond Toy | Add CL package qualifier for DECF and INCF. |
commit | commitdiff | tree |
| 2007-08-29 |
Raymond Toy | Oops. Last change went to the wrong spot. Only valid... |
commit | commitdiff | tree |
| 2007-08-29 |
Raymond Toy | Forgot to handle comparisons of QD-COMPLEX and another... |
commit | commitdiff | tree |
| 2007-08-29 |
Raymond Toy | qd-package.lisp: |
commit | commitdiff | tree |
| 2007-08-28 |
Raymond Toy | qd-complex.lisp: |
commit | commitdiff | tree |
| 2007-08-28 |
Raymond Toy | Add ADD1 method for QD-COMPLEX. |
commit | commitdiff | tree |
| 2007-08-28 |
Raymond Toy | qd-package.lisp: |
commit | commitdiff | tree |
| 2007-08-27 |
Raymond Toy | o Fix typo in DESCRIBE-OBJECT for QD-REAL. |
commit | commitdiff | tree |
| 2007-08-27 |
Raymond Toy | Tests using the RT framework. |
commit | commitdiff | tree |
| 2007-08-27 |
Raymond Toy | Add comment on where to get RT. |
commit | commitdiff | tree |
| 2007-08-27 |
Raymond Toy | Moved OCT-TEST system to its own file. |
commit | commitdiff | tree |
| 2007-08-27 |
Raymond Toy | Use uninterned symbols for IN-PACKAGE. |
commit | commitdiff | tree |
| 2007-08-27 |
Raymond Toy | Ignore more fasl types. |
commit | commitdiff | tree |
| 2007-08-26 |
Raymond Toy | qd-methods.lisp: |
commit | commitdiff | tree |
| 2007-08-25 |
Raymond Toy | Fix typo. |
commit | commitdiff | tree |
| 2007-08-25 |
Raymond Toy | Initial revision. |
commit | commitdiff | tree |
| 2007-08-25 |
Raymond Toy | Add license information (MIT). |
commit | commitdiff | tree |
| 2007-08-25 |
Raymond Toy | Add license information (MIT). |
commit | commitdiff | tree |
| 2007-08-25 |
Raymond Toy | Initial revision. |
commit | commitdiff | tree |
| 2007-08-25 |
Raymond Toy | Initial revision. |
commit | commitdiff | tree |
| 2007-08-25 |
Raymond Toy | qd-package.lisp: |
commit | commitdiff | tree |
| 2007-08-24 |
Raymond Toy | qd-io.lisp: |
commit | commitdiff | tree |
| 2007-08-24 |
Raymond Toy | Document INTEGER-DECODE-QD better. |
commit | commitdiff | tree |
| 2007-08-24 |
Raymond Toy | Add OCT as package nickname. |
commit | commitdiff | tree |
| 2007-08-24 |
Raymond Toy | Changed system from qd to oct. |
commit | commitdiff | tree |
| 2007-08-23 |
toy | Add method for UNARY-DIVIDE of QD-COMPLEX. |
commit | commitdiff | tree |
| 2007-08-23 |
toy | qd-complex.lisp: |
commit | commitdiff | tree |
| 2007-08-22 |
toy | qd-test depends on qd-extra. |
commit | commitdiff | tree |
| 2007-08-22 |
toy | Fix build problem where the / method is not yet defined... |
commit | commitdiff | tree |
| 2007-07-06 |
toy | For the basic arithmetic operations, we need to separat... |
commit | commitdiff | tree |
| 2007-06-17 |
toy | Add compiler macro for /= to handle the two-arg case. |
commit | commitdiff | tree |
| next |