Skip to content
  1. Sep 16, 2007
  2. Sep 13, 2007
  3. Aug 27, 2007
  4. Aug 25, 2007
  5. Aug 24, 2007
  6. Aug 22, 2007
  7. Jun 14, 2007
  8. Jun 02, 2007
  9. May 23, 2007
    • toy's avatar
      Add implementation of necessary core double-double routines for · 6860b54d
      toy authored
      quad-double.
      
      qd-dd.lisp:
      o Needed routines (taken from CMUCL)
      
      qd.system:
      o Compile qd-dd.lisp if needed.
      
      qd-package.lisp:
      o If on CMUCL, import the needed routines from the C package.
      
      qd.lisp:
      o Remove the C:: package qualifiers from the core double-double
        routines.
      6860b54d
    • toy's avatar
      Split out the representation of %quad-double to a separate file. Add · 0b1fed95
      toy authored
      a portable presentation using a (simple-array double-float (4)) to
      hold a %quad-double number.
      
      All of the tests pass with the portable representation.
      
      qd.lisp:
      o Moved representation to qd-rep.lisp.
      o INTEGER-DECODE-QD was dependent on the internal representation.
        Replace with a function using the appropriate accessors.
      
      qd.system:
      o Add new file qd-rep.lisp.
      
      qd-rep.lisp:
      o Representation moved here.
      o Add portable implementation using a simple-array for holding a
        %quad-double.
      0b1fed95
  10. May 21, 2007
  11. May 19, 2007
  12. May 18, 2007
  13. May 15, 2007
  14. May 11, 2007
  15. May 10, 2007
    • toy's avatar
      o Update Sparc timings · 35dc3cfd
      toy authored
      o Add function to compute atan via Cordic
      o Rename TAN-QD to CORDIC-TAN-QD
      o Add TAN-QD that computes tan via sin/cos.
      35dc3cfd
  16. May 06, 2007
  17. Apr 10, 2007