blob: 48db142f3e282d052712cea2c4e4fd41df33edf1 [file] [log] [blame]
Facundo Batista353750c2007-09-13 18:13:15 +00001------------------------------------------------------------------------
2-- decQuad.decTest -- run all decQuad decimal arithmetic tests --
Mark Dickinsonfe84cce2008-07-27 06:39:07 +00003-- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
Facundo Batista353750c2007-09-13 18:13:15 +00004------------------------------------------------------------------------
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------------------------------------------------------------------------
Mark Dickinson539bff42009-10-08 16:28:39 +000020version: 2.59
Facundo Batista353750c2007-09-13 18:13:15 +000021
22-- decQuad tests
23dectest: dqAbs
24dectest: dqAdd
25dectest: dqAnd
26dectest: dqBase
27dectest: dqCanonical
28dectest: dqClass
29dectest: dqCompare
30dectest: dqCompareSig
31dectest: dqCompareTotal
32dectest: dqCompareTotalMag
33dectest: dqCopy
34dectest: dqCopyAbs
35dectest: dqCopyNegate
36dectest: dqCopySign
37dectest: dqDivide
38dectest: dqDivideInt
39dectest: dqEncode
40dectest: dqFMA
41dectest: dqInvert
42dectest: dqLogB
43dectest: dqMax
44dectest: dqMaxMag
45dectest: dqMin
46dectest: dqMinMag
47dectest: dqMinus
48dectest: dqMultiply
49dectest: dqNextMinus
50dectest: dqNextPlus
51dectest: dqNextToward
52dectest: dqOr
53dectest: dqPlus
54dectest: dqQuantize
55dectest: dqReduce
56dectest: dqRemainder
57dectest: dqRemainderNear
58dectest: dqRotate
59dectest: dqSameQuantum
60dectest: dqScaleB
61dectest: dqShift
62dectest: dqSubtract
63dectest: dqToIntegral
64dectest: dqXor
65