Skip to content
Snippets Groups Projects
  1. May 30, 2007
  2. May 29, 2007
  3. May 26, 2007
  4. May 25, 2007
    • rtoy's avatar
      Revert the previous change to DD-COMPLEX-ATANH. If z < -1, just call · 3fc131f9
      rtoy authored
      DD-COMPLEX-ATANH with -0w0 to get the correct value.
      3fc131f9
    • rtoy's avatar
      We were not correctly reconstructing double-double-float signed zeroes · fafc90b4
      rtoy authored
      from fasl files.  Use %make-double-double-float instead of
      make-double-double-float because the latter does a renormalization,
      which trashes the sign.  The former constructs the double-double
      exactly as given, which is really what we want since the fasl has the
      correct components.
      fafc90b4
    • rtoy's avatar
      o Remove some unused constants · 5a450590
      rtoy authored
      o Fix a typo in a docstring.
      o Fix DD-COMPLEX-ASIN again:
        - The previous fix for asin(-2) being wrong actually broke the case
          for asin(2).  Revert that.
        - The issue was that in our explicitly handling of the atan(y/0)
          case we didn't take into account the sign y and 0.  Fix that.
      5a450590
  5. May 24, 2007
  6. May 23, 2007
  7. May 22, 2007
  8. May 19, 2007
    • rtoy's avatar
      Trac ticket #10 · 51a50f19
      rtoy authored
      For large numbers we did not check for odd-valued results that needed
      to be rounded to even.
      51a50f19
  9. May 09, 2007
  10. May 02, 2007
  11. May 01, 2007
  12. Apr 30, 2007
  13. Apr 20, 2007
  14. Apr 19, 2007
  15. Apr 14, 2007
  16. Apr 12, 2007
  17. Apr 07, 2007
  18. Mar 31, 2007
    • rtoy's avatar
      Update from logs. · eac3c23e
      rtoy authored
      eac3c23e
    • rtoy's avatar
      In MAKE-COMPLEX-DOUBLE-DOUBLE-FLOAT · 1fc790b2
      rtoy authored
      o Turn off :load-if for the real arg because the generator doesn't
        handle the case if the real arg is on the stack.
      o Enable :load-if for the result because the code (already) handled
        it.
      o The wrong TN was being used for the imaginary part of the real part.
      o The wrong TNs were being used for the arg registers.  Use the right
        TN values.
      1fc790b2
  19. Mar 30, 2007
Loading