✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ beluga.o2switch.net ​🇻​♯➤ 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 185.154.139.77 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.84
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/python27/lib64/python2.7/test/decimaltestdata//ddMaxMag.decTest
------------------------------------------------------------------------
-- ddMaxMag.decTest -- decDouble maxnummag                            --
-- Copyright (c) IBM Corporation, 1981, 2008.  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.59

-- 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



Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
6 Feb 2025 1.59 PM
root / linksafe
0755
abs.decTest
6.142 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
add.decTest
137.049 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
and.decTest
15.65 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
base.decTest
59.917 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
clamp.decTest
10.751 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
class.decTest
6.099 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
compare.decTest
28.933 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
comparetotal.decTest
32.837 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
comparetotmag.decTest
34.511 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
copy.decTest
3.213 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
copyabs.decTest
3.318 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
copynegate.decTest
3.503 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
copysign.decTest
7.032 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddAbs.decTest
4.663 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddAdd.decTest
74.968 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddAnd.decTest
17.844 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddBase.decTest
52.103 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddCanonical.decTest
18.116 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddClass.decTest
3.741 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddCompare.decTest
28.846 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddCompareSig.decTest
27.11 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddCompareTotal.decTest
29.23 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddCompareTotalMag.decTest
30.969 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddCopy.decTest
3.45 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddCopyAbs.decTest
3.556 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddCopyNegate.decTest
3.705 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddCopySign.decTest
7.282 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddDivide.decTest
46.166 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddDivideInt.decTest
18.687 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddEncode.decTest
23.626 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddFMA.decTest
98.127 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddInvert.decTest
9.921 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddLogB.decTest
5.938 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddMax.decTest
11.711 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddMaxMag.decTest
12.147 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddMin.decTest
11.387 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddMinMag.decTest
11.066 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddMinus.decTest
3.615 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddMultiply.decTest
28.077 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddNextMinus.decTest
6.544 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddNextPlus.decTest
6.444 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddNextToward.decTest
24.039 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddOr.decTest
15.362 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddPlus.decTest
3.572 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddQuantize.decTest
40.684 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddReduce.decTest
7.107 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddRemainder.decTest
25.769 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddRemainderNear.decTest
28.936 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddRotate.decTest
13.496 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddSameQuantum.decTest
16.75 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddScaleB.decTest
12.25 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddShift.decTest
12.841 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddSubtract.decTest
33.954 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddToIntegral.decTest
11.655 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ddXor.decTest
16.958 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
decDouble.decTest
2.157 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
decQuad.decTest
2.155 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
decSingle.decTest
1.422 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
divide.decTest
36.918 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
divideint.decTest
19.957 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqAbs.decTest
5.028 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqAdd.decTest
85.92 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqAnd.decTest
28.03 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqBase.decTest
56.518 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqCanonical.decTest
26.315 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqClass.decTest
3.851 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqCompare.decTest
31.61 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqCompareSig.decTest
28.367 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqCompareTotal.decTest
29.434 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqCompareTotalMag.decTest
31.172 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqCopy.decTest
3.808 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqCopyAbs.decTest
3.919 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqCopyNegate.decTest
4.063 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqCopySign.decTest
7.864 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqDivide.decTest
53.021 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqDivideInt.decTest
18.919 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqEncode.decTest
30.228 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqFMA.decTest
125.199 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqInvert.decTest
15.507 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqLogB.decTest
6.074 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqMax.decTest
11.745 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqMaxMag.decTest
12.192 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqMin.decTest
11.421 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqMinMag.decTest
11.09 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqMinus.decTest
3.973 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqMultiply.decTest
31.156 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqNextMinus.decTest
8.325 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqNextPlus.decTest
8.206 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqNextToward.decTest
28.663 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqOr.decTest
29.508 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqPlus.decTest
3.93 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqQuantize.decTest
41.266 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqReduce.decTest
7.458 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqRemainder.decTest
26.334 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqRemainderNear.decTest
29.939 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqRotate.decTest
20.197 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqSameQuantum.decTest
17.34 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqScaleB.decTest
15.429 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqShift.decTest
18.689 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqSubtract.decTest
40.325 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqToIntegral.decTest
11.687 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dqXor.decTest
27.2 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dsBase.decTest
47.367 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
dsEncode.decTest
15.15 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
exp.decTest
37.858 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
extra.decTest
90.344 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
fma.decTest
187.402 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
inexact.decTest
10.246 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
invert.decTest
7.92 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
ln.decTest
34.096 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
log10.decTest
31.392 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
logb.decTest
6.964 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
max.decTest
15.598 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
maxmag.decTest
16.551 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
min.decTest
15.322 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
minmag.decTest
14.695 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
minus.decTest
7.251 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
multiply.decTest
37.416 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
nextminus.decTest
6.635 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
nextplus.decTest
6.614 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
nexttoward.decTest
24.217 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
or.decTest
15.159 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
plus.decTest
7.697 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
power.decTest
92.755 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
powersqrt.decTest
152.036 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
quantize.decTest
46.174 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
randomBound32.decTest
297.369 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
randoms.decTest
284.251 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
reduce.decTest
9.101 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
remainder.decTest
26.488 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
remainderNear.decTest
24.432 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
rescale.decTest
34.431 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
rotate.decTest
11.368 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
rounding.decTest
62.277 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
samequantum.decTest
15.822 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
scaleb.decTest
9.476 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
shift.decTest
11.154 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
squareroot.decTest
187.948 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
subtract.decTest
43.267 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
testall.decTest
2.667 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
tointegral.decTest
8.656 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
tointegralx.decTest
11.333 KB
8 Jan 2025 10.43 AM
root / linksafe
0644
xor.decTest
15.619 KB
8 Jan 2025 10.43 AM
root / linksafe
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF