testall.decTest 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. ------------------------------------------------------------------------
  2. -- testall.decTest -- run all general decimal arithmetic testcases --
  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. -- core tests (using Extended: 1) --------------------------------------
  22. dectest: base
  23. dectest: abs
  24. dectest: add
  25. dectest: and
  26. dectest: clamp
  27. dectest: class
  28. dectest: compare
  29. dectest: comparesig
  30. dectest: comparetotal
  31. dectest: comparetotmag
  32. dectest: copy
  33. dectest: copyabs
  34. dectest: copynegate
  35. dectest: copysign
  36. dectest: divide
  37. dectest: divideint
  38. dectest: exp
  39. dectest: fma
  40. dectest: inexact
  41. dectest: invert
  42. dectest: ln
  43. dectest: logb
  44. dectest: log10
  45. dectest: max
  46. dectest: maxmag
  47. dectest: min
  48. dectest: minmag
  49. dectest: minus
  50. dectest: multiply
  51. dectest: nextminus
  52. dectest: nextplus
  53. dectest: nexttoward
  54. dectest: or
  55. dectest: plus
  56. dectest: power
  57. dectest: powersqrt
  58. dectest: quantize
  59. dectest: randoms
  60. dectest: reduce -- [was called normalize]
  61. dectest: remainder
  62. dectest: remaindernear
  63. dectest: rescale -- [obsolete]
  64. dectest: rotate
  65. dectest: rounding
  66. dectest: samequantum
  67. dectest: scaleb
  68. dectest: shift
  69. dectest: squareroot
  70. dectest: subtract
  71. dectest: tointegral
  72. dectest: tointegralx
  73. dectest: trim
  74. dectest: xor
  75. -- The next are for the Strawman 4d concrete representations and
  76. -- tests at those sizes [including dsEncode, ddEncode, and dqEncode,
  77. -- which replace decimal32, decimal64, and decimal128]
  78. dectest: decSingle
  79. dectest: decDouble
  80. dectest: decQuad
  81. -- General 31->33-digit boundary tests
  82. dectest: randombound32