decQuad.decTest 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. ------------------------------------------------------------------------
  2. -- decQuad.decTest -- run all decQuad decimal arithmetic tests --
  3. -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
  4. ------------------------------------------------------------------------
  5. -- Please see the document "General Decimal Arithmetic Testcases" --
  6. -- at http://www2.hursley.ibm.com/decimal for the description of --
  7. -- these testcases. --
  8. -- --
  9. -- These testcases are experimental ('beta' versions), and they --
  10. -- may contain errors. They are offered on an as-is basis. In --
  11. -- particular, achieving the same results as the tests here is not --
  12. -- a guarantee that an implementation complies with any Standard --
  13. -- or specification. The tests are not exhaustive. --
  14. -- --
  15. -- Please send comments, suggestions, and corrections to the author: --
  16. -- Mike Cowlishaw, IBM Fellow --
  17. -- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
  18. -- mfc@uk.ibm.com --
  19. ------------------------------------------------------------------------
  20. version: 2.59
  21. -- decQuad tests
  22. dectest: dqAbs
  23. dectest: dqAdd
  24. dectest: dqAnd
  25. dectest: dqBase
  26. dectest: dqCanonical
  27. dectest: dqClass
  28. dectest: dqCompare
  29. dectest: dqCompareSig
  30. dectest: dqCompareTotal
  31. dectest: dqCompareTotalMag
  32. dectest: dqCopy
  33. dectest: dqCopyAbs
  34. dectest: dqCopyNegate
  35. dectest: dqCopySign
  36. dectest: dqDivide
  37. dectest: dqDivideInt
  38. dectest: dqEncode
  39. dectest: dqFMA
  40. dectest: dqInvert
  41. dectest: dqLogB
  42. dectest: dqMax
  43. dectest: dqMaxMag
  44. dectest: dqMin
  45. dectest: dqMinMag
  46. dectest: dqMinus
  47. dectest: dqMultiply
  48. dectest: dqNextMinus
  49. dectest: dqNextPlus
  50. dectest: dqNextToward
  51. dectest: dqOr
  52. dectest: dqPlus
  53. dectest: dqQuantize
  54. dectest: dqReduce
  55. dectest: dqRemainder
  56. dectest: dqRemainderNear
  57. dectest: dqRotate
  58. dectest: dqSameQuantum
  59. dectest: dqScaleB
  60. dectest: dqShift
  61. dectest: dqSubtract
  62. dectest: dqToIntegral
  63. dectest: dqXor