Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v9 / lib / python2.4 / test / decimaltestdata / testall.decTest
CommitLineData
920dae64
AT
1------------------------------------------------------------------------
2-- testall.decTest -- run all general decimal arithmetic testcases --
3-- Copyright (c) IBM Corporation, 1981, 2004. 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.39
21
22-- core tests (using Extended: 1) --------------------------------------
23dectest: base
24dectest: abs
25dectest: add
26dectest: clamp
27dectest: compare
28dectest: divide
29dectest: divideint
30dectest: inexact
31dectest: max
32dectest: min
33dectest: minus
34dectest: multiply
35dectest: normalize
36dectest: plus
37dectest: power
38dectest: quantize
39dectest: randoms
40dectest: remainder
41dectest: remaindernear
42dectest: rescale -- [obsolete]
43dectest: rounding
44dectest: samequantum
45dectest: squareroot
46dectest: subtract
47dectest: tointegral
48dectest: trim
49
50-- The next are for the Strawman 4d concrete representations
51dectest: decimal32
52dectest: decimal64
53dectest: decimal128
54
55
56-- General 31->33-digit boundary tests
57dectest: randombound32
58