mirror of
https://github.com/python/cpython.git
synced 2025-11-17 17:46:45 +00:00
svn+ssh://pythondev@svn.python.org/python/trunk (Note: some conflicts in the PCbuild9 directory reverted. Sorry Christian!) ........ r59120 | christian.heimes | 2007-11-22 03:21:16 -0800 (Thu, 22 Nov 2007) | 3 lines Backport of the PCbuild9 directory from the py3k branch. I've finished the last task for the PCbuild9 directory today. I don't think there is much left to do. Now you can all play around with the shiny new VS 2008 and try the PGO builds. I was able to get a speed improvement of about 10% on py3k. Have fun! :) ........ r59126 | brett.cannon | 2007-11-22 16:06:51 -0800 (Thu, 22 Nov 2007) | 2 lines Fix a bug in the test for using __loader__.get_data(). ........ r59131 | christian.heimes | 2007-11-22 23:05:03 -0800 (Thu, 22 Nov 2007) | 1 line Backport of PCbuild9 fixes from py3k r59130 ........ r59132 | christian.heimes | 2007-11-23 01:10:36 -0800 (Fri, 23 Nov 2007) | 2 lines Applied patch #1754273 and #1754271 from Thomas Glee The patches are adding deprecation warnings for back ticks and <> ........ r59133 | christian.heimes | 2007-11-23 04:12:02 -0800 (Fri, 23 Nov 2007) | 2 lines Fixed problems in the last commit. Filenames and line numbers weren't reported correctly. Backquotes still don't report the correct file. The AST nodes only contain the line number but not the file name. ........ r59134 | christian.heimes | 2007-11-23 04:16:35 -0800 (Fri, 23 Nov 2007) | 1 line How did the comment get there? ........ r59135 | christian.heimes | 2007-11-23 05:25:31 -0800 (Fri, 23 Nov 2007) | 1 line And yet another fix for the patch. Paul Moore has send me a note that I've missed a declaration. The additional code has moved the declaration in the middle of the block. ........ r59136 | andrew.kuchling | 2007-11-23 05:37:39 -0800 (Fri, 23 Nov 2007) | 1 line Add item ........ r59137 | skip.montanaro | 2007-11-23 09:08:35 -0800 (Fri, 23 Nov 2007) | 2 lines Make trace and doctest play nice together (issue 1429818). Will backport. ........ r59139 | skip.montanaro | 2007-11-23 09:12:47 -0800 (Fri, 23 Nov 2007) | 1 line issue 1429818 ........ r59144 | facundo.batista | 2007-11-23 09:59:00 -0800 (Fri, 23 Nov 2007) | 10 lines Major change in the internal structure of the Decimal number: now it does not store the mantissa as a tuple of numbers, but as a string. This avoids a lot of conversions, and achieves a speedup of 40%. The API remains intact. Thanks Mark Dickinson. ........ r59146 | facundo.batista | 2007-11-23 10:14:50 -0800 (Fri, 23 Nov 2007) | 3 lines Test cases from Cowlishaw, v2.57. All are pased cleanly. ........ r59156 | christian.heimes | 2007-11-23 17:36:02 -0800 (Fri, 23 Nov 2007) | 2 lines Added filename to compiling struct based on Martin's suggestion. I'm wonder why I was trying to add the filename to the node all the time. The compiling struct is more obvious. ........ r59158 | christian.heimes | 2007-11-23 17:53:59 -0800 (Fri, 23 Nov 2007) | 2 lines Backport of fixes from py3k branch svn merge -r59131:HEAD ../../py3k/PCbuild9/ . ........ r59159 | skip.montanaro | 2007-11-23 20:29:08 -0800 (Fri, 23 Nov 2007) | 1 line revert change that breaks test_doctest (which I forgot to run - sorry) ........ r59162 | skip.montanaro | 2007-11-23 20:31:15 -0800 (Fri, 23 Nov 2007) | 1 line revert ........ r59164 | georg.brandl | 2007-11-24 03:31:46 -0800 (Sat, 24 Nov 2007) | 3 lines #1344: document that you need to open std{in,out,err} with PIPE if you want communicate() to work as described. ........ r59165 | georg.brandl | 2007-11-24 03:39:13 -0800 (Sat, 24 Nov 2007) | 2 lines #1467: fix documentation for TestResult.add{Error,Failure}. ........ r59166 | georg.brandl | 2007-11-24 03:42:14 -0800 (Sat, 24 Nov 2007) | 2 lines #1355: remove mention of PyXML from xml.dom docs. ........ r59169 | amaury.forgeotdarc | 2007-11-24 05:20:22 -0800 (Sat, 24 Nov 2007) | 2 lines Warning "<> not supported in 3.x" should be enabled only when the -3 option is set. ........ r59170 | amaury.forgeotdarc | 2007-11-24 05:44:17 -0800 (Sat, 24 Nov 2007) | 3 lines Issue #1445: Fix a SystemError when accessing the ``cell_contents`` attribute of an empty cell object. Now a ValueError is raised. ........ r59172 | georg.brandl | 2007-11-24 05:56:09 -0800 (Sat, 24 Nov 2007) | 3 lines #1735632: add O_NOATIME constant to os module. Also document a few other O_ constants that were missing from documentation. ........ r59173 | skip.montanaro | 2007-11-24 06:30:47 -0800 (Sat, 24 Nov 2007) | 1 line back in these go - thanks to Titus Brown for the fix ........ r59176 | martin.v.loewis | 2007-11-24 10:33:40 -0800 (Sat, 24 Nov 2007) | 2 lines Bug #1494: Document that appendChild removes first. ........ r59186 | guido.van.rossum | 2007-11-26 14:16:49 -0800 (Mon, 26 Nov 2007) | 2 lines A thread-less variant of brownian.py, submitted by Michele Simoniato. ........
304 lines
12 KiB
Text
304 lines
12 KiB
Text
------------------------------------------------------------------------
|
|
-- ddMaxMag.decTest -- decDouble maxnummag --
|
|
-- Copyright (c) IBM Corporation, 1981, 2007. All rights reserved. --
|
|
------------------------------------------------------------------------
|
|
-- Please see the document "General Decimal Arithmetic Testcases" --
|
|
-- at http://www2.hursley.ibm.com/decimal for the description of --
|
|
-- these testcases. --
|
|
-- --
|
|
-- These testcases are experimental ('beta' versions), and they --
|
|
-- may contain errors. They are offered on an as-is basis. In --
|
|
-- particular, achieving the same results as the tests here is not --
|
|
-- a guarantee that an implementation complies with any Standard --
|
|
-- or specification. The tests are not exhaustive. --
|
|
-- --
|
|
-- Please send comments, suggestions, and corrections to the author: --
|
|
-- Mike Cowlishaw, IBM Fellow --
|
|
-- IBM UK, PO Box 31, Birmingham Road, Warwick CV34 5JL, UK --
|
|
-- mfc@uk.ibm.com --
|
|
------------------------------------------------------------------------
|
|
version: 2.57
|
|
|
|
-- we assume that base comparison is tested in compare.decTest, so
|
|
-- these mainly cover special cases and rounding
|
|
precision: 16
|
|
maxExponent: 384
|
|
minExponent: -383
|
|
extended: 1
|
|
clamp: 1
|
|
rounding: half_even
|
|
|
|
-- sanity checks
|
|
ddmxg001 maxmag -2 -2 -> -2
|
|
ddmxg002 maxmag -2 -1 -> -2
|
|
ddmxg003 maxmag -2 0 -> -2
|
|
ddmxg004 maxmag -2 1 -> -2
|
|
ddmxg005 maxmag -2 2 -> 2
|
|
ddmxg006 maxmag -1 -2 -> -2
|
|
ddmxg007 maxmag -1 -1 -> -1
|
|
ddmxg008 maxmag -1 0 -> -1
|
|
ddmxg009 maxmag -1 1 -> 1
|
|
ddmxg010 maxmag -1 2 -> 2
|
|
ddmxg011 maxmag 0 -2 -> -2
|
|
ddmxg012 maxmag 0 -1 -> -1
|
|
ddmxg013 maxmag 0 0 -> 0
|
|
ddmxg014 maxmag 0 1 -> 1
|
|
ddmxg015 maxmag 0 2 -> 2
|
|
ddmxg016 maxmag 1 -2 -> -2
|
|
ddmxg017 maxmag 1 -1 -> 1
|
|
ddmxg018 maxmag 1 0 -> 1
|
|
ddmxg019 maxmag 1 1 -> 1
|
|
ddmxg020 maxmag 1 2 -> 2
|
|
ddmxg021 maxmag 2 -2 -> 2
|
|
ddmxg022 maxmag 2 -1 -> 2
|
|
ddmxg023 maxmag 2 0 -> 2
|
|
ddmxg025 maxmag 2 1 -> 2
|
|
ddmxg026 maxmag 2 2 -> 2
|
|
|
|
-- extended zeros
|
|
ddmxg030 maxmag 0 0 -> 0
|
|
ddmxg031 maxmag 0 -0 -> 0
|
|
ddmxg032 maxmag 0 -0.0 -> 0
|
|
ddmxg033 maxmag 0 0.0 -> 0
|
|
ddmxg034 maxmag -0 0 -> 0 -- note: -0 = 0, but 0 chosen
|
|
ddmxg035 maxmag -0 -0 -> -0
|
|
ddmxg036 maxmag -0 -0.0 -> -0.0
|
|
ddmxg037 maxmag -0 0.0 -> 0.0
|
|
ddmxg038 maxmag 0.0 0 -> 0
|
|
ddmxg039 maxmag 0.0 -0 -> 0.0
|
|
ddmxg040 maxmag 0.0 -0.0 -> 0.0
|
|
ddmxg041 maxmag 0.0 0.0 -> 0.0
|
|
ddmxg042 maxmag -0.0 0 -> 0
|
|
ddmxg043 maxmag -0.0 -0 -> -0.0
|
|
ddmxg044 maxmag -0.0 -0.0 -> -0.0
|
|
ddmxg045 maxmag -0.0 0.0 -> 0.0
|
|
|
|
ddmxg050 maxmag -0E1 0E1 -> 0E+1
|
|
ddmxg051 maxmag -0E2 0E2 -> 0E+2
|
|
ddmxg052 maxmag -0E2 0E1 -> 0E+1
|
|
ddmxg053 maxmag -0E1 0E2 -> 0E+2
|
|
ddmxg054 maxmag 0E1 -0E1 -> 0E+1
|
|
ddmxg055 maxmag 0E2 -0E2 -> 0E+2
|
|
ddmxg056 maxmag 0E2 -0E1 -> 0E+2
|
|
ddmxg057 maxmag 0E1 -0E2 -> 0E+1
|
|
|
|
ddmxg058 maxmag 0E1 0E1 -> 0E+1
|
|
ddmxg059 maxmag 0E2 0E2 -> 0E+2
|
|
ddmxg060 maxmag 0E2 0E1 -> 0E+2
|
|
ddmxg061 maxmag 0E1 0E2 -> 0E+2
|
|
ddmxg062 maxmag -0E1 -0E1 -> -0E+1
|
|
ddmxg063 maxmag -0E2 -0E2 -> -0E+2
|
|
ddmxg064 maxmag -0E2 -0E1 -> -0E+1
|
|
ddmxg065 maxmag -0E1 -0E2 -> -0E+1
|
|
|
|
-- Specials
|
|
ddmxg090 maxmag Inf -Inf -> Infinity
|
|
ddmxg091 maxmag Inf -1000 -> Infinity
|
|
ddmxg092 maxmag Inf -1 -> Infinity
|
|
ddmxg093 maxmag Inf -0 -> Infinity
|
|
ddmxg094 maxmag Inf 0 -> Infinity
|
|
ddmxg095 maxmag Inf 1 -> Infinity
|
|
ddmxg096 maxmag Inf 1000 -> Infinity
|
|
ddmxg097 maxmag Inf Inf -> Infinity
|
|
ddmxg098 maxmag -1000 Inf -> Infinity
|
|
ddmxg099 maxmag -Inf Inf -> Infinity
|
|
ddmxg100 maxmag -1 Inf -> Infinity
|
|
ddmxg101 maxmag -0 Inf -> Infinity
|
|
ddmxg102 maxmag 0 Inf -> Infinity
|
|
ddmxg103 maxmag 1 Inf -> Infinity
|
|
ddmxg104 maxmag 1000 Inf -> Infinity
|
|
ddmxg105 maxmag Inf Inf -> Infinity
|
|
|
|
ddmxg120 maxmag -Inf -Inf -> -Infinity
|
|
ddmxg121 maxmag -Inf -1000 -> -Infinity
|
|
ddmxg122 maxmag -Inf -1 -> -Infinity
|
|
ddmxg123 maxmag -Inf -0 -> -Infinity
|
|
ddmxg124 maxmag -Inf 0 -> -Infinity
|
|
ddmxg125 maxmag -Inf 1 -> -Infinity
|
|
ddmxg126 maxmag -Inf 1000 -> -Infinity
|
|
ddmxg127 maxmag -Inf Inf -> Infinity
|
|
ddmxg128 maxmag -Inf -Inf -> -Infinity
|
|
ddmxg129 maxmag -1000 -Inf -> -Infinity
|
|
ddmxg130 maxmag -1 -Inf -> -Infinity
|
|
ddmxg131 maxmag -0 -Inf -> -Infinity
|
|
ddmxg132 maxmag 0 -Inf -> -Infinity
|
|
ddmxg133 maxmag 1 -Inf -> -Infinity
|
|
ddmxg134 maxmag 1000 -Inf -> -Infinity
|
|
ddmxg135 maxmag Inf -Inf -> Infinity
|
|
|
|
-- 2004.08.02 754r chooses number over NaN in mixed cases
|
|
ddmxg141 maxmag NaN -Inf -> -Infinity
|
|
ddmxg142 maxmag NaN -1000 -> -1000
|
|
ddmxg143 maxmag NaN -1 -> -1
|
|
ddmxg144 maxmag NaN -0 -> -0
|
|
ddmxg145 maxmag NaN 0 -> 0
|
|
ddmxg146 maxmag NaN 1 -> 1
|
|
ddmxg147 maxmag NaN 1000 -> 1000
|
|
ddmxg148 maxmag NaN Inf -> Infinity
|
|
ddmxg149 maxmag NaN NaN -> NaN
|
|
ddmxg150 maxmag -Inf NaN -> -Infinity
|
|
ddmxg151 maxmag -1000 NaN -> -1000
|
|
ddmxg152 maxmag -1 NaN -> -1
|
|
ddmxg153 maxmag -0 NaN -> -0
|
|
ddmxg154 maxmag 0 NaN -> 0
|
|
ddmxg155 maxmag 1 NaN -> 1
|
|
ddmxg156 maxmag 1000 NaN -> 1000
|
|
ddmxg157 maxmag Inf NaN -> Infinity
|
|
|
|
ddmxg161 maxmag sNaN -Inf -> NaN Invalid_operation
|
|
ddmxg162 maxmag sNaN -1000 -> NaN Invalid_operation
|
|
ddmxg163 maxmag sNaN -1 -> NaN Invalid_operation
|
|
ddmxg164 maxmag sNaN -0 -> NaN Invalid_operation
|
|
ddmxg165 maxmag sNaN 0 -> NaN Invalid_operation
|
|
ddmxg166 maxmag sNaN 1 -> NaN Invalid_operation
|
|
ddmxg167 maxmag sNaN 1000 -> NaN Invalid_operation
|
|
ddmxg168 maxmag sNaN NaN -> NaN Invalid_operation
|
|
ddmxg169 maxmag sNaN sNaN -> NaN Invalid_operation
|
|
ddmxg170 maxmag NaN sNaN -> NaN Invalid_operation
|
|
ddmxg171 maxmag -Inf sNaN -> NaN Invalid_operation
|
|
ddmxg172 maxmag -1000 sNaN -> NaN Invalid_operation
|
|
ddmxg173 maxmag -1 sNaN -> NaN Invalid_operation
|
|
ddmxg174 maxmag -0 sNaN -> NaN Invalid_operation
|
|
ddmxg175 maxmag 0 sNaN -> NaN Invalid_operation
|
|
ddmxg176 maxmag 1 sNaN -> NaN Invalid_operation
|
|
ddmxg177 maxmag 1000 sNaN -> NaN Invalid_operation
|
|
ddmxg178 maxmag Inf sNaN -> NaN Invalid_operation
|
|
ddmxg179 maxmag NaN sNaN -> NaN Invalid_operation
|
|
|
|
-- propagating NaNs
|
|
ddmxg181 maxmag NaN9 -Inf -> -Infinity
|
|
ddmxg182 maxmag NaN8 9 -> 9
|
|
ddmxg183 maxmag -NaN7 Inf -> Infinity
|
|
|
|
ddmxg184 maxmag -NaN1 NaN11 -> -NaN1
|
|
ddmxg185 maxmag NaN2 NaN12 -> NaN2
|
|
ddmxg186 maxmag -NaN13 -NaN7 -> -NaN13
|
|
ddmxg187 maxmag NaN14 -NaN5 -> NaN14
|
|
|
|
ddmxg188 maxmag -Inf NaN4 -> -Infinity
|
|
ddmxg189 maxmag -9 -NaN3 -> -9
|
|
ddmxg190 maxmag Inf NaN2 -> Infinity
|
|
|
|
ddmxg191 maxmag sNaN99 -Inf -> NaN99 Invalid_operation
|
|
ddmxg192 maxmag sNaN98 -1 -> NaN98 Invalid_operation
|
|
ddmxg193 maxmag -sNaN97 NaN -> -NaN97 Invalid_operation
|
|
ddmxg194 maxmag sNaN96 sNaN94 -> NaN96 Invalid_operation
|
|
ddmxg195 maxmag NaN95 sNaN93 -> NaN93 Invalid_operation
|
|
ddmxg196 maxmag -Inf sNaN92 -> NaN92 Invalid_operation
|
|
ddmxg197 maxmag 0 sNaN91 -> NaN91 Invalid_operation
|
|
ddmxg198 maxmag Inf -sNaN90 -> -NaN90 Invalid_operation
|
|
ddmxg199 maxmag NaN sNaN89 -> NaN89 Invalid_operation
|
|
|
|
-- old rounding checks
|
|
ddmxg221 maxmag 12345678000 1 -> 12345678000
|
|
ddmxg222 maxmag 1 12345678000 -> 12345678000
|
|
ddmxg223 maxmag 1234567800 1 -> 1234567800
|
|
ddmxg224 maxmag 1 1234567800 -> 1234567800
|
|
ddmxg225 maxmag 1234567890 1 -> 1234567890
|
|
ddmxg226 maxmag 1 1234567890 -> 1234567890
|
|
ddmxg227 maxmag 1234567891 1 -> 1234567891
|
|
ddmxg228 maxmag 1 1234567891 -> 1234567891
|
|
ddmxg229 maxmag 12345678901 1 -> 12345678901
|
|
ddmxg230 maxmag 1 12345678901 -> 12345678901
|
|
ddmxg231 maxmag 1234567896 1 -> 1234567896
|
|
ddmxg232 maxmag 1 1234567896 -> 1234567896
|
|
ddmxg233 maxmag -1234567891 1 -> -1234567891
|
|
ddmxg234 maxmag 1 -1234567891 -> -1234567891
|
|
ddmxg235 maxmag -12345678901 1 -> -12345678901
|
|
ddmxg236 maxmag 1 -12345678901 -> -12345678901
|
|
ddmxg237 maxmag -1234567896 1 -> -1234567896
|
|
ddmxg238 maxmag 1 -1234567896 -> -1234567896
|
|
|
|
-- from examples
|
|
ddmxg280 maxmag '3' '2' -> '3'
|
|
ddmxg281 maxmag '-10' '3' -> '-10'
|
|
ddmxg282 maxmag '1.0' '1' -> '1'
|
|
ddmxg283 maxmag '1' '1.0' -> '1'
|
|
ddmxg284 maxmag '7' 'NaN' -> '7'
|
|
|
|
-- expanded list from min/max 754r purple prose
|
|
-- [explicit tests for exponent ordering]
|
|
ddmxg401 maxmag Inf 1.1 -> Infinity
|
|
ddmxg402 maxmag 1.1 1 -> 1.1
|
|
ddmxg403 maxmag 1 1.0 -> 1
|
|
ddmxg404 maxmag 1.0 0.1 -> 1.0
|
|
ddmxg405 maxmag 0.1 0.10 -> 0.1
|
|
ddmxg406 maxmag 0.10 0.100 -> 0.10
|
|
ddmxg407 maxmag 0.10 0 -> 0.10
|
|
ddmxg408 maxmag 0 0.0 -> 0
|
|
ddmxg409 maxmag 0.0 -0 -> 0.0
|
|
ddmxg410 maxmag 0.0 -0.0 -> 0.0
|
|
ddmxg411 maxmag 0.00 -0.0 -> 0.00
|
|
ddmxg412 maxmag 0.0 -0.00 -> 0.0
|
|
ddmxg413 maxmag 0 -0.0 -> 0
|
|
ddmxg414 maxmag 0 -0 -> 0
|
|
ddmxg415 maxmag -0.0 -0 -> -0.0
|
|
ddmxg416 maxmag -0 -0.100 -> -0.100
|
|
ddmxg417 maxmag -0.100 -0.10 -> -0.100
|
|
ddmxg418 maxmag -0.10 -0.1 -> -0.10
|
|
ddmxg419 maxmag -0.1 -1.0 -> -1.0
|
|
ddmxg420 maxmag -1.0 -1 -> -1.0
|
|
ddmxg421 maxmag -1 -1.1 -> -1.1
|
|
ddmxg423 maxmag -1.1 -Inf -> -Infinity
|
|
-- same with operands reversed
|
|
ddmxg431 maxmag 1.1 Inf -> Infinity
|
|
ddmxg432 maxmag 1 1.1 -> 1.1
|
|
ddmxg433 maxmag 1.0 1 -> 1
|
|
ddmxg434 maxmag 0.1 1.0 -> 1.0
|
|
ddmxg435 maxmag 0.10 0.1 -> 0.1
|
|
ddmxg436 maxmag 0.100 0.10 -> 0.10
|
|
ddmxg437 maxmag 0 0.10 -> 0.10
|
|
ddmxg438 maxmag 0.0 0 -> 0
|
|
ddmxg439 maxmag -0 0.0 -> 0.0
|
|
ddmxg440 maxmag -0.0 0.0 -> 0.0
|
|
ddmxg441 maxmag -0.0 0.00 -> 0.00
|
|
ddmxg442 maxmag -0.00 0.0 -> 0.0
|
|
ddmxg443 maxmag -0.0 0 -> 0
|
|
ddmxg444 maxmag -0 0 -> 0
|
|
ddmxg445 maxmag -0 -0.0 -> -0.0
|
|
ddmxg446 maxmag -0.100 -0 -> -0.100
|
|
ddmxg447 maxmag -0.10 -0.100 -> -0.100
|
|
ddmxg448 maxmag -0.1 -0.10 -> -0.10
|
|
ddmxg449 maxmag -1.0 -0.1 -> -1.0
|
|
ddmxg450 maxmag -1 -1.0 -> -1.0
|
|
ddmxg451 maxmag -1.1 -1 -> -1.1
|
|
ddmxg453 maxmag -Inf -1.1 -> -Infinity
|
|
-- largies
|
|
ddmxg460 maxmag 1000 1E+3 -> 1E+3
|
|
ddmxg461 maxmag 1E+3 1000 -> 1E+3
|
|
ddmxg462 maxmag 1000 -1E+3 -> 1000
|
|
ddmxg463 maxmag 1E+3 -1000 -> 1E+3
|
|
ddmxg464 maxmag -1000 1E+3 -> 1E+3
|
|
ddmxg465 maxmag -1E+3 1000 -> 1000
|
|
ddmxg466 maxmag -1000 -1E+3 -> -1000
|
|
ddmxg467 maxmag -1E+3 -1000 -> -1000
|
|
|
|
-- subnormals
|
|
ddmxg510 maxmag 1.00E-383 0 -> 1.00E-383
|
|
ddmxg511 maxmag 0.1E-383 0 -> 1E-384 Subnormal
|
|
ddmxg512 maxmag 0.10E-383 0 -> 1.0E-384 Subnormal
|
|
ddmxg513 maxmag 0.100E-383 0 -> 1.00E-384 Subnormal
|
|
ddmxg514 maxmag 0.01E-383 0 -> 1E-385 Subnormal
|
|
ddmxg515 maxmag 0.999E-383 0 -> 9.99E-384 Subnormal
|
|
ddmxg516 maxmag 0.099E-383 0 -> 9.9E-385 Subnormal
|
|
ddmxg517 maxmag 0.009E-383 0 -> 9E-386 Subnormal
|
|
ddmxg518 maxmag 0.001E-383 0 -> 1E-386 Subnormal
|
|
ddmxg519 maxmag 0.0009E-383 0 -> 9E-387 Subnormal
|
|
ddmxg520 maxmag 0.0001E-383 0 -> 1E-387 Subnormal
|
|
|
|
ddmxg530 maxmag -1.00E-383 0 -> -1.00E-383
|
|
ddmxg531 maxmag -0.1E-383 0 -> -1E-384 Subnormal
|
|
ddmxg532 maxmag -0.10E-383 0 -> -1.0E-384 Subnormal
|
|
ddmxg533 maxmag -0.100E-383 0 -> -1.00E-384 Subnormal
|
|
ddmxg534 maxmag -0.01E-383 0 -> -1E-385 Subnormal
|
|
ddmxg535 maxmag -0.999E-383 0 -> -9.99E-384 Subnormal
|
|
ddmxg536 maxmag -0.099E-383 0 -> -9.9E-385 Subnormal
|
|
ddmxg537 maxmag -0.009E-383 0 -> -9E-386 Subnormal
|
|
ddmxg538 maxmag -0.001E-383 0 -> -1E-386 Subnormal
|
|
ddmxg539 maxmag -0.0009E-383 0 -> -9E-387 Subnormal
|
|
ddmxg540 maxmag -0.0001E-383 0 -> -1E-387 Subnormal
|
|
|
|
-- Null tests
|
|
ddmxg900 maxmag 10 # -> NaN Invalid_operation
|
|
ddmxg901 maxmag # 10 -> NaN Invalid_operation
|
|
|