decDouble.decTest 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. ------------------------------------------------------------------------
  2. -- decDouble.decTest -- run all decDouble 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. -- decDouble tests
  22. dectest: ddAbs
  23. dectest: ddAdd
  24. dectest: ddAnd
  25. dectest: ddBase
  26. dectest: ddCanonical
  27. dectest: ddClass
  28. dectest: ddCompare
  29. dectest: ddCompareSig
  30. dectest: ddCompareTotal
  31. dectest: ddCompareTotalMag
  32. dectest: ddCopy
  33. dectest: ddCopyAbs
  34. dectest: ddCopyNegate
  35. dectest: ddCopySign
  36. dectest: ddDivide
  37. dectest: ddDivideInt
  38. dectest: ddEncode
  39. dectest: ddFMA
  40. dectest: ddInvert
  41. dectest: ddLogB
  42. dectest: ddMax
  43. dectest: ddMaxMag
  44. dectest: ddMin
  45. dectest: ddMinMag
  46. dectest: ddMinus
  47. dectest: ddMultiply
  48. dectest: ddNextMinus
  49. dectest: ddNextPlus
  50. dectest: ddNextToward
  51. dectest: ddOr
  52. dectest: ddPlus
  53. dectest: ddQuantize
  54. dectest: ddReduce
  55. dectest: ddRemainder
  56. dectest: ddRemainderNear
  57. dectest: ddRotate
  58. dectest: ddSameQuantum
  59. dectest: ddScaleB
  60. dectest: ddShift
  61. dectest: ddSubtract
  62. dectest: ddToIntegral
  63. dectest: ddXor