blob: d5205b77abf6b7f366708aef11d9dc6d064b526e [file] [log] [blame]
Thomas Wouters1b7f8912007-09-19 03:06:30 +00001------------------------------------------------------------------------
2-- decDouble.decTest -- run all decDouble decimal arithmetic tests --
3-- Copyright (c) IBM Corporation, 1981, 2007. 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------------------------------------------------------------------------
20version: 2.56
21
22-- decDouble tests
23dectest: ddAbs
24dectest: ddAdd
25dectest: ddAnd
26dectest: ddBase
27dectest: ddCanonical
28dectest: ddClass
29dectest: ddCompare
30dectest: ddCompareSig
31dectest: ddCompareTotal
32dectest: ddCompareTotalMag
33dectest: ddCopy
34dectest: ddCopyAbs
35dectest: ddCopyNegate
36dectest: ddCopySign
37dectest: ddDivide
38dectest: ddDivideInt
39dectest: ddEncode
40dectest: ddFMA
41dectest: ddInvert
42dectest: ddLogB
43dectest: ddMax
44dectest: ddMaxMag
45dectest: ddMin
46dectest: ddMinMag
47dectest: ddMinus
48dectest: ddMultiply
49dectest: ddNextMinus
50dectest: ddNextPlus
51dectest: ddNextToward
52dectest: ddOr
53dectest: ddPlus
54dectest: ddQuantize
55dectest: ddReduce
56dectest: ddRemainder
57dectest: ddRemainderNear
58dectest: ddRotate
59dectest: ddSameQuantum
60dectest: ddScaleB
61dectest: ddShift
62dectest: ddSubtract
63dectest: ddToIntegral
64dectest: ddXor
65