python-2.5.2/win32/Lib/test/decimaltestdata/extra.decTest
changeset 0 ae805ac0140d
equal deleted inserted replaced
-1:000000000000 0:ae805ac0140d
       
     1 version: ?.??
       
     2 
       
     3 extended: 1
       
     4 rounding: half_even
       
     5 
       
     6 -- testing folddown and clamping
       
     7 maxexponent: 9
       
     8 minexponent: -9
       
     9 precision: 6
       
    10 clamp: 1
       
    11 extr0000 apply 1E+11 -> Infinity Overflow Inexact Rounded
       
    12 extr0001 apply 1E+10 -> Infinity Overflow Inexact Rounded
       
    13 extr0002 apply 1E+9 -> 1.00000E+9 Clamped
       
    14 extr0003 apply 1E+8 -> 1.0000E+8 Clamped
       
    15 extr0004 apply 1E+7 -> 1.000E+7 Clamped
       
    16 extr0005 apply 1E+6 -> 1.00E+6 Clamped
       
    17 extr0006 apply 1E+5 -> 1.0E+5 Clamped
       
    18 extr0007 apply 1E+4 -> 1E+4
       
    19 extr0008 apply 1E+3 -> 1E+3
       
    20 extr0009 apply 1E+2 -> 1E+2
       
    21 extr0010 apply 1E+1 -> 1E+1
       
    22 extr0011 apply 1 -> 1
       
    23 extr0012 apply 1E-1 -> 0.1
       
    24 extr0013 apply 1E-2 -> 0.01
       
    25 extr0014 apply 1E-3 -> 0.001
       
    26 extr0015 apply 1E-4 -> 0.0001
       
    27 extr0016 apply 1E-5 -> 0.00001
       
    28 extr0017 apply 1E-6 -> 0.000001
       
    29 extr0018 apply 1E-7 -> 1E-7
       
    30 extr0019 apply 1E-8 -> 1E-8
       
    31 extr0020 apply 1E-9 -> 1E-9
       
    32 extr0021 apply 1E-10 -> 1E-10 Subnormal
       
    33 extr0022 apply 1E-11 -> 1E-11 Subnormal
       
    34 extr0023 apply 1E-12 -> 1E-12 Subnormal
       
    35 extr0024 apply 1E-13 -> 1E-13 Subnormal
       
    36 extr0025 apply 1E-14 -> 1E-14 Subnormal
       
    37 extr0026 apply 1E-15 -> 0E-14 Inexact Rounded Subnormal Underflow Clamped
       
    38 extr0027 apply 1E-16 -> 0E-14 Inexact Rounded Subnormal Underflow Clamped
       
    39 clamp: 0
       
    40 
       
    41 -- large precision, small minimum and maximum exponent; in this case
       
    42 -- it's possible that folddown is required on a subnormal result
       
    43 maxexponent: 9
       
    44 minexponent: -9
       
    45 precision: 24
       
    46 clamp: 1
       
    47 extr0100 apply 1E+11 -> Infinity Overflow Inexact Rounded
       
    48 extr0101 apply 1E+10 -> Infinity Overflow Inexact Rounded
       
    49 extr0102 apply 1E+9 -> 1000000000.00000000000000 Clamped
       
    50 extr0103 apply 1E+8 -> 100000000.00000000000000 Clamped
       
    51 extr0104 apply 1E+7 -> 10000000.00000000000000 Clamped
       
    52 extr0105 apply 1E+6 -> 1000000.00000000000000 Clamped
       
    53 extr0106 apply 1E+5 -> 100000.00000000000000 Clamped
       
    54 extr0107 apply 1E+4 -> 10000.00000000000000 Clamped
       
    55 extr0108 apply 1E+3 -> 1000.00000000000000 Clamped
       
    56 extr0109 apply 1E+2 -> 100.00000000000000 Clamped
       
    57 extr0110 apply 1E+1 -> 10.00000000000000 Clamped
       
    58 extr0111 apply 1 ->    1.00000000000000 Clamped
       
    59 extr0112 apply 1E-1 -> 0.10000000000000 Clamped
       
    60 extr0113 apply 1E-2 -> 0.01000000000000 Clamped
       
    61 extr0114 apply 1E-3 -> 0.00100000000000 Clamped
       
    62 extr0115 apply 1E-4 -> 0.00010000000000 Clamped
       
    63 extr0116 apply 1E-5 -> 0.00001000000000 Clamped
       
    64 extr0117 apply 1E-6 -> 0.00000100000000 Clamped
       
    65 extr0118 apply 1E-7 -> 1.0000000E-7 Clamped
       
    66 extr0119 apply 1E-8 -> 1.000000E-8 Clamped
       
    67 extr0120 apply 1E-9 -> 1.00000E-9 Clamped
       
    68 extr0121 apply 1E-10 -> 1.0000E-10 Subnormal Clamped
       
    69 extr0122 apply 1E-11 -> 1.000E-11 Subnormal Clamped
       
    70 extr0123 apply 1E-12 -> 1.00E-12 Subnormal Clamped
       
    71 extr0124 apply 1E-13 -> 1.0E-13 Subnormal Clamped
       
    72 extr0125 apply 1E-14 -> 1E-14 Subnormal
       
    73 extr0126 apply 1E-15 -> 1E-15 Subnormal
       
    74 extr0127 apply 1E-16 -> 1E-16 Subnormal
       
    75 extr0128 apply 1E-17 -> 1E-17 Subnormal
       
    76 extr0129 apply 1E-18 -> 1E-18 Subnormal
       
    77 extr0130 apply 1E-19 -> 1E-19 Subnormal
       
    78 extr0131 apply 1E-20 -> 1E-20 Subnormal
       
    79 extr0132 apply 1E-21 -> 1E-21 Subnormal
       
    80 extr0133 apply 1E-22 -> 1E-22 Subnormal
       
    81 extr0134 apply 1E-23 -> 1E-23 Subnormal
       
    82 extr0135 apply 1E-24 -> 1E-24 Subnormal
       
    83 extr0136 apply 1E-25 -> 1E-25 Subnormal
       
    84 extr0137 apply 1E-26 -> 1E-26 Subnormal
       
    85 extr0138 apply 1E-27 -> 1E-27 Subnormal
       
    86 extr0139 apply 1E-28 -> 1E-28 Subnormal
       
    87 extr0140 apply 1E-29 -> 1E-29 Subnormal
       
    88 extr0141 apply 1E-30 -> 1E-30 Subnormal
       
    89 extr0142 apply 1E-31 -> 1E-31 Subnormal
       
    90 extr0143 apply 1E-32 -> 1E-32 Subnormal
       
    91 extr0144 apply 1E-33 -> 0E-32 Inexact Rounded Subnormal Underflow Clamped
       
    92 extr0145 apply 1E-34 -> 0E-32 Inexact Rounded Subnormal Underflow Clamped
       
    93 clamp: 0
       
    94 
       
    95 -- some buggy addition cases from Python 2.5.x
       
    96 maxexponent: 999
       
    97 minexponent: -999
       
    98 precision: 6
       
    99 extr1000 add 0E+1000 0E+2000 -> 0E+999 Clamped
       
   100 extr1001 add 0E+1004 0E+1001 -> 0E+999 Clamped
       
   101 clamp: 1
       
   102 extr1002 add 0E+1000 0E+1000 -> 0E+994 Clamped
       
   103 clamp: 0
       
   104 extr1003 add 0E+1000 0E-1005 -> 0E-1004 Clamped
       
   105 extr1004 add 0E-1006 0 -> 0E-1004 Clamped
       
   106 extr1005 add 1E+1000 -1E+1000 -> 0E+999 Clamped
       
   107 extr1006 add -3.1E+1004 3.1E+1004 -> 0E+999 Clamped
       
   108 clamp: 1
       
   109 extr1007 add 1E+998 -1E+998 -> 0E+994 Clamped
       
   110 clamp: 0
       
   111 extr1008 add 2E-1005 -2E-1005 -> 0E-1004 Clamped
       
   112 extr1009 add -3.1E-1005 3.1E-1005 -> 0E-1004 Clamped
       
   113 
       
   114 precision: 3
       
   115 extr1010 add 99949.9 0.200000 -> 1.00E+5 Inexact Rounded
       
   116 extr1011 add 99949.9 0.100000 -> 1.00E+5 Inexact Rounded
       
   117 extr1012 add 99849.9 0.200000 -> 9.99E+4 Inexact Rounded
       
   118 extr1013 add 99849.9 0.100000 -> 9.98E+4 Inexact Rounded
       
   119 extr1014 add 1.0149 0.00011 -> 1.02 Inexact Rounded
       
   120 extr1015 add 1.0149 0.00010 -> 1.02 Inexact Rounded
       
   121 extr1016 add 1.0149 0.00009 -> 1.01 Inexact Rounded
       
   122 extr1017 add 1.0049 0.00011 -> 1.01 Inexact Rounded
       
   123 extr1018 add 1.0049 0.00010 -> 1.00 Inexact Rounded
       
   124 extr1019 add 1.0049 0.00009 -> 1.00 Inexact Rounded
       
   125 rounding: down
       
   126 extr1020 add 99999.9 0.200000 -> 1.00E+5 Inexact Rounded
       
   127 extr1021 add 99999.8 0.200000 -> 1.00E+5 Rounded
       
   128 extr1022 add 99999.7 0.200000 -> 9.99E+4 Inexact Rounded
       
   129 rounding: half_even
       
   130 
       
   131 -- a bug in _rescale caused the following to fail in Python 2.5.1
       
   132 maxexponent: 999
       
   133 minexponent: -999
       
   134 precision: 6
       
   135 extr1100 add 0E+1000 1E+1000 -> Infinity Overflow Inexact Rounded
       
   136 extr1101 remainder 1E+1000 2E+1000 -> Infinity Overflow Inexact Rounded
       
   137 
       
   138 -- tests for scaleb in case where input precision > context precision.
       
   139 -- Result should be rounded.  (This isn't totally clear from the
       
   140 -- specification, but the treatment of underflow in the testcases
       
   141 -- suggests that rounding should occur in general.  Furthermore, it's
       
   142 -- the way that the reference implementation behaves.)
       
   143 maxexponent: 999
       
   144 minexponent: -999
       
   145 precision: 3
       
   146 extr1200 scaleb 1234 1 -> 1.23E+4 Inexact Rounded
       
   147 extr1201 scaleb 5678 0 -> 5.68E+3 Inexact Rounded
       
   148 extr1202 scaleb -9105 -1 -> -910 Inexact Rounded
       
   149 
       
   150 -- Invalid operation from 0 * infinity in fma
       
   151 -- takes precedence over a third-argument sNaN
       
   152 extr1300 fma 0 Inf sNaN123 -> NaN Invalid_operation
       
   153 extr1301 fma Inf 0 sNaN456 -> NaN Invalid_operation
       
   154 extr1302 fma 0E123 -Inf sNaN789 -> NaN Invalid_operation
       
   155 extr1302 fma -Inf 0E-456 sNaN148 -> NaN Invalid_operation
       
   156 
       
   157 -- Tests for the is_* boolean operations
       
   158 precision: 9
       
   159 maxExponent: 999
       
   160 minExponent: -999
       
   161 
       
   162 bool0000 iscanonical 0E-2000 -> 1
       
   163 bool0001 iscanonical -0E-2000 -> 1
       
   164 bool0002 iscanonical 0E-1008 -> 1
       
   165 bool0003 iscanonical -0E-1008 -> 1
       
   166 bool0004 iscanonical 0E-1007 -> 1
       
   167 bool0005 iscanonical -0E-1007 -> 1
       
   168 bool0006 iscanonical 0E-1006 -> 1
       
   169 bool0007 iscanonical -0E-1006 -> 1
       
   170 bool0008 iscanonical 0E-1000 -> 1
       
   171 bool0009 iscanonical -0E-1000 -> 1
       
   172 bool0010 iscanonical 0E-999 -> 1
       
   173 bool0011 iscanonical -0E-999 -> 1
       
   174 bool0012 iscanonical 0E-998 -> 1
       
   175 bool0013 iscanonical -0E-998 -> 1
       
   176 bool0014 iscanonical 0E-100 -> 1
       
   177 bool0015 iscanonical -0E-100 -> 1
       
   178 bool0016 iscanonical 0.000000 -> 1
       
   179 bool0017 iscanonical -0.000000 -> 1
       
   180 bool0018 iscanonical 0.000 -> 1
       
   181 bool0019 iscanonical -0.000 -> 1
       
   182 bool0020 iscanonical 0.00 -> 1
       
   183 bool0021 iscanonical -0.00 -> 1
       
   184 bool0022 iscanonical 0.0 -> 1
       
   185 bool0023 iscanonical -0.0 -> 1
       
   186 bool0024 iscanonical 0 -> 1
       
   187 bool0025 iscanonical -0 -> 1
       
   188 bool0026 iscanonical 0E+1 -> 1
       
   189 bool0027 iscanonical -0E+1 -> 1
       
   190 bool0028 iscanonical 0E+2 -> 1
       
   191 bool0029 iscanonical -0E+2 -> 1
       
   192 bool0030 iscanonical 0E+3 -> 1
       
   193 bool0031 iscanonical -0E+3 -> 1
       
   194 bool0032 iscanonical 0E+6 -> 1
       
   195 bool0033 iscanonical -0E+6 -> 1
       
   196 bool0034 iscanonical 0E+100 -> 1
       
   197 bool0035 iscanonical -0E+100 -> 1
       
   198 bool0036 iscanonical 0E+990 -> 1
       
   199 bool0037 iscanonical -0E+990 -> 1
       
   200 bool0038 iscanonical 0E+991 -> 1
       
   201 bool0039 iscanonical -0E+991 -> 1
       
   202 bool0040 iscanonical 0E+992 -> 1
       
   203 bool0041 iscanonical -0E+992 -> 1
       
   204 bool0042 iscanonical 0E+998 -> 1
       
   205 bool0043 iscanonical -0E+998 -> 1
       
   206 bool0044 iscanonical 0E+999 -> 1
       
   207 bool0045 iscanonical -0E+999 -> 1
       
   208 bool0046 iscanonical 0E+1000 -> 1
       
   209 bool0047 iscanonical -0E+1000 -> 1
       
   210 bool0048 iscanonical 0E+2000 -> 1
       
   211 bool0049 iscanonical -0E+2000 -> 1
       
   212 bool0050 iscanonical 1E-2000 -> 1
       
   213 bool0051 iscanonical -1E-2000 -> 1
       
   214 bool0052 iscanonical 1E-1008 -> 1
       
   215 bool0053 iscanonical -1E-1008 -> 1
       
   216 bool0054 iscanonical 1E-1007 -> 1
       
   217 bool0055 iscanonical -1E-1007 -> 1
       
   218 bool0056 iscanonical 1E-1006 -> 1
       
   219 bool0057 iscanonical -1E-1006 -> 1
       
   220 bool0058 iscanonical 1E-1000 -> 1
       
   221 bool0059 iscanonical -1E-1000 -> 1
       
   222 bool0060 iscanonical 1E-999 -> 1
       
   223 bool0061 iscanonical -1E-999 -> 1
       
   224 bool0062 iscanonical 1E-998 -> 1
       
   225 bool0063 iscanonical -1E-998 -> 1
       
   226 bool0064 iscanonical 1E-100 -> 1
       
   227 bool0065 iscanonical -1E-100 -> 1
       
   228 bool0066 iscanonical 0.000001 -> 1
       
   229 bool0067 iscanonical -0.000001 -> 1
       
   230 bool0068 iscanonical 0.001 -> 1
       
   231 bool0069 iscanonical -0.001 -> 1
       
   232 bool0070 iscanonical 0.01 -> 1
       
   233 bool0071 iscanonical -0.01 -> 1
       
   234 bool0072 iscanonical 0.1 -> 1
       
   235 bool0073 iscanonical -0.1 -> 1
       
   236 bool0074 iscanonical 1 -> 1
       
   237 bool0075 iscanonical -1 -> 1
       
   238 bool0076 iscanonical 1E+1 -> 1
       
   239 bool0077 iscanonical -1E+1 -> 1
       
   240 bool0078 iscanonical 1E+2 -> 1
       
   241 bool0079 iscanonical -1E+2 -> 1
       
   242 bool0080 iscanonical 1E+3 -> 1
       
   243 bool0081 iscanonical -1E+3 -> 1
       
   244 bool0082 iscanonical 1E+6 -> 1
       
   245 bool0083 iscanonical -1E+6 -> 1
       
   246 bool0084 iscanonical 1E+100 -> 1
       
   247 bool0085 iscanonical -1E+100 -> 1
       
   248 bool0086 iscanonical 1E+990 -> 1
       
   249 bool0087 iscanonical -1E+990 -> 1
       
   250 bool0088 iscanonical 1E+991 -> 1
       
   251 bool0089 iscanonical -1E+991 -> 1
       
   252 bool0090 iscanonical 1E+992 -> 1
       
   253 bool0091 iscanonical -1E+992 -> 1
       
   254 bool0092 iscanonical 1E+998 -> 1
       
   255 bool0093 iscanonical -1E+998 -> 1
       
   256 bool0094 iscanonical 1E+999 -> 1
       
   257 bool0095 iscanonical -1E+999 -> 1
       
   258 bool0096 iscanonical 1E+1000 -> 1
       
   259 bool0097 iscanonical -1E+1000 -> 1
       
   260 bool0098 iscanonical 1E+2000 -> 1
       
   261 bool0099 iscanonical -1E+2000 -> 1
       
   262 bool0100 iscanonical 9E-2000 -> 1
       
   263 bool0101 iscanonical -9E-2000 -> 1
       
   264 bool0102 iscanonical 9E-1008 -> 1
       
   265 bool0103 iscanonical -9E-1008 -> 1
       
   266 bool0104 iscanonical 9E-1007 -> 1
       
   267 bool0105 iscanonical -9E-1007 -> 1
       
   268 bool0106 iscanonical 9E-1006 -> 1
       
   269 bool0107 iscanonical -9E-1006 -> 1
       
   270 bool0108 iscanonical 9E-1000 -> 1
       
   271 bool0109 iscanonical -9E-1000 -> 1
       
   272 bool0110 iscanonical 9E-999 -> 1
       
   273 bool0111 iscanonical -9E-999 -> 1
       
   274 bool0112 iscanonical 9E-998 -> 1
       
   275 bool0113 iscanonical -9E-998 -> 1
       
   276 bool0114 iscanonical 9E-100 -> 1
       
   277 bool0115 iscanonical -9E-100 -> 1
       
   278 bool0116 iscanonical 0.000009 -> 1
       
   279 bool0117 iscanonical -0.000009 -> 1
       
   280 bool0118 iscanonical 0.009 -> 1
       
   281 bool0119 iscanonical -0.009 -> 1
       
   282 bool0120 iscanonical 0.09 -> 1
       
   283 bool0121 iscanonical -0.09 -> 1
       
   284 bool0122 iscanonical 0.9 -> 1
       
   285 bool0123 iscanonical -0.9 -> 1
       
   286 bool0124 iscanonical 9 -> 1
       
   287 bool0125 iscanonical -9 -> 1
       
   288 bool0126 iscanonical 9E+1 -> 1
       
   289 bool0127 iscanonical -9E+1 -> 1
       
   290 bool0128 iscanonical 9E+2 -> 1
       
   291 bool0129 iscanonical -9E+2 -> 1
       
   292 bool0130 iscanonical 9E+3 -> 1
       
   293 bool0131 iscanonical -9E+3 -> 1
       
   294 bool0132 iscanonical 9E+6 -> 1
       
   295 bool0133 iscanonical -9E+6 -> 1
       
   296 bool0134 iscanonical 9E+100 -> 1
       
   297 bool0135 iscanonical -9E+100 -> 1
       
   298 bool0136 iscanonical 9E+990 -> 1
       
   299 bool0137 iscanonical -9E+990 -> 1
       
   300 bool0138 iscanonical 9E+991 -> 1
       
   301 bool0139 iscanonical -9E+991 -> 1
       
   302 bool0140 iscanonical 9E+992 -> 1
       
   303 bool0141 iscanonical -9E+992 -> 1
       
   304 bool0142 iscanonical 9E+998 -> 1
       
   305 bool0143 iscanonical -9E+998 -> 1
       
   306 bool0144 iscanonical 9E+999 -> 1
       
   307 bool0145 iscanonical -9E+999 -> 1
       
   308 bool0146 iscanonical 9E+1000 -> 1
       
   309 bool0147 iscanonical -9E+1000 -> 1
       
   310 bool0148 iscanonical 9E+2000 -> 1
       
   311 bool0149 iscanonical -9E+2000 -> 1
       
   312 bool0150 iscanonical 9.99999999E-2000 -> 1
       
   313 bool0151 iscanonical -9.99999999E-2000 -> 1
       
   314 bool0152 iscanonical 9.99999999E-1008 -> 1
       
   315 bool0153 iscanonical -9.99999999E-1008 -> 1
       
   316 bool0154 iscanonical 9.99999999E-1007 -> 1
       
   317 bool0155 iscanonical -9.99999999E-1007 -> 1
       
   318 bool0156 iscanonical 9.99999999E-1006 -> 1
       
   319 bool0157 iscanonical -9.99999999E-1006 -> 1
       
   320 bool0158 iscanonical 9.99999999E-1000 -> 1
       
   321 bool0159 iscanonical -9.99999999E-1000 -> 1
       
   322 bool0160 iscanonical 9.99999999E-999 -> 1
       
   323 bool0161 iscanonical -9.99999999E-999 -> 1
       
   324 bool0162 iscanonical 9.99999999E-998 -> 1
       
   325 bool0163 iscanonical -9.99999999E-998 -> 1
       
   326 bool0164 iscanonical 9.99999999E-100 -> 1
       
   327 bool0165 iscanonical -9.99999999E-100 -> 1
       
   328 bool0166 iscanonical 0.00000999999999 -> 1
       
   329 bool0167 iscanonical -0.00000999999999 -> 1
       
   330 bool0168 iscanonical 0.00999999999 -> 1
       
   331 bool0169 iscanonical -0.00999999999 -> 1
       
   332 bool0170 iscanonical 0.0999999999 -> 1
       
   333 bool0171 iscanonical -0.0999999999 -> 1
       
   334 bool0172 iscanonical 0.999999999 -> 1
       
   335 bool0173 iscanonical -0.999999999 -> 1
       
   336 bool0174 iscanonical 9.99999999 -> 1
       
   337 bool0175 iscanonical -9.99999999 -> 1
       
   338 bool0176 iscanonical 99.9999999 -> 1
       
   339 bool0177 iscanonical -99.9999999 -> 1
       
   340 bool0178 iscanonical 999.999999 -> 1
       
   341 bool0179 iscanonical -999.999999 -> 1
       
   342 bool0180 iscanonical 9999.99999 -> 1
       
   343 bool0181 iscanonical -9999.99999 -> 1
       
   344 bool0182 iscanonical 9999999.99 -> 1
       
   345 bool0183 iscanonical -9999999.99 -> 1
       
   346 bool0184 iscanonical 9.99999999E+100 -> 1
       
   347 bool0185 iscanonical -9.99999999E+100 -> 1
       
   348 bool0186 iscanonical 9.99999999E+990 -> 1
       
   349 bool0187 iscanonical -9.99999999E+990 -> 1
       
   350 bool0188 iscanonical 9.99999999E+991 -> 1
       
   351 bool0189 iscanonical -9.99999999E+991 -> 1
       
   352 bool0190 iscanonical 9.99999999E+992 -> 1
       
   353 bool0191 iscanonical -9.99999999E+992 -> 1
       
   354 bool0192 iscanonical 9.99999999E+998 -> 1
       
   355 bool0193 iscanonical -9.99999999E+998 -> 1
       
   356 bool0194 iscanonical 9.99999999E+999 -> 1
       
   357 bool0195 iscanonical -9.99999999E+999 -> 1
       
   358 bool0196 iscanonical 9.99999999E+1000 -> 1
       
   359 bool0197 iscanonical -9.99999999E+1000 -> 1
       
   360 bool0198 iscanonical 9.99999999E+2000 -> 1
       
   361 bool0199 iscanonical -9.99999999E+2000 -> 1
       
   362 bool0200 iscanonical Infinity -> 1
       
   363 bool0201 iscanonical -Infinity -> 1
       
   364 bool0202 iscanonical NaN -> 1
       
   365 bool0203 iscanonical -NaN -> 1
       
   366 bool0204 iscanonical NaN123 -> 1
       
   367 bool0205 iscanonical -NaN123 -> 1
       
   368 bool0206 iscanonical sNaN -> 1
       
   369 bool0207 iscanonical -sNaN -> 1
       
   370 bool0208 iscanonical sNaN123 -> 1
       
   371 bool0209 iscanonical -sNaN123 -> 1
       
   372 bool0210 isfinite 0E-2000 -> 1
       
   373 bool0211 isfinite -0E-2000 -> 1
       
   374 bool0212 isfinite 0E-1008 -> 1
       
   375 bool0213 isfinite -0E-1008 -> 1
       
   376 bool0214 isfinite 0E-1007 -> 1
       
   377 bool0215 isfinite -0E-1007 -> 1
       
   378 bool0216 isfinite 0E-1006 -> 1
       
   379 bool0217 isfinite -0E-1006 -> 1
       
   380 bool0218 isfinite 0E-1000 -> 1
       
   381 bool0219 isfinite -0E-1000 -> 1
       
   382 bool0220 isfinite 0E-999 -> 1
       
   383 bool0221 isfinite -0E-999 -> 1
       
   384 bool0222 isfinite 0E-998 -> 1
       
   385 bool0223 isfinite -0E-998 -> 1
       
   386 bool0224 isfinite 0E-100 -> 1
       
   387 bool0225 isfinite -0E-100 -> 1
       
   388 bool0226 isfinite 0.000000 -> 1
       
   389 bool0227 isfinite -0.000000 -> 1
       
   390 bool0228 isfinite 0.000 -> 1
       
   391 bool0229 isfinite -0.000 -> 1
       
   392 bool0230 isfinite 0.00 -> 1
       
   393 bool0231 isfinite -0.00 -> 1
       
   394 bool0232 isfinite 0.0 -> 1
       
   395 bool0233 isfinite -0.0 -> 1
       
   396 bool0234 isfinite 0 -> 1
       
   397 bool0235 isfinite -0 -> 1
       
   398 bool0236 isfinite 0E+1 -> 1
       
   399 bool0237 isfinite -0E+1 -> 1
       
   400 bool0238 isfinite 0E+2 -> 1
       
   401 bool0239 isfinite -0E+2 -> 1
       
   402 bool0240 isfinite 0E+3 -> 1
       
   403 bool0241 isfinite -0E+3 -> 1
       
   404 bool0242 isfinite 0E+6 -> 1
       
   405 bool0243 isfinite -0E+6 -> 1
       
   406 bool0244 isfinite 0E+100 -> 1
       
   407 bool0245 isfinite -0E+100 -> 1
       
   408 bool0246 isfinite 0E+990 -> 1
       
   409 bool0247 isfinite -0E+990 -> 1
       
   410 bool0248 isfinite 0E+991 -> 1
       
   411 bool0249 isfinite -0E+991 -> 1
       
   412 bool0250 isfinite 0E+992 -> 1
       
   413 bool0251 isfinite -0E+992 -> 1
       
   414 bool0252 isfinite 0E+998 -> 1
       
   415 bool0253 isfinite -0E+998 -> 1
       
   416 bool0254 isfinite 0E+999 -> 1
       
   417 bool0255 isfinite -0E+999 -> 1
       
   418 bool0256 isfinite 0E+1000 -> 1
       
   419 bool0257 isfinite -0E+1000 -> 1
       
   420 bool0258 isfinite 0E+2000 -> 1
       
   421 bool0259 isfinite -0E+2000 -> 1
       
   422 bool0260 isfinite 1E-2000 -> 1
       
   423 bool0261 isfinite -1E-2000 -> 1
       
   424 bool0262 isfinite 1E-1008 -> 1
       
   425 bool0263 isfinite -1E-1008 -> 1
       
   426 bool0264 isfinite 1E-1007 -> 1
       
   427 bool0265 isfinite -1E-1007 -> 1
       
   428 bool0266 isfinite 1E-1006 -> 1
       
   429 bool0267 isfinite -1E-1006 -> 1
       
   430 bool0268 isfinite 1E-1000 -> 1
       
   431 bool0269 isfinite -1E-1000 -> 1
       
   432 bool0270 isfinite 1E-999 -> 1
       
   433 bool0271 isfinite -1E-999 -> 1
       
   434 bool0272 isfinite 1E-998 -> 1
       
   435 bool0273 isfinite -1E-998 -> 1
       
   436 bool0274 isfinite 1E-100 -> 1
       
   437 bool0275 isfinite -1E-100 -> 1
       
   438 bool0276 isfinite 0.000001 -> 1
       
   439 bool0277 isfinite -0.000001 -> 1
       
   440 bool0278 isfinite 0.001 -> 1
       
   441 bool0279 isfinite -0.001 -> 1
       
   442 bool0280 isfinite 0.01 -> 1
       
   443 bool0281 isfinite -0.01 -> 1
       
   444 bool0282 isfinite 0.1 -> 1
       
   445 bool0283 isfinite -0.1 -> 1
       
   446 bool0284 isfinite 1 -> 1
       
   447 bool0285 isfinite -1 -> 1
       
   448 bool0286 isfinite 1E+1 -> 1
       
   449 bool0287 isfinite -1E+1 -> 1
       
   450 bool0288 isfinite 1E+2 -> 1
       
   451 bool0289 isfinite -1E+2 -> 1
       
   452 bool0290 isfinite 1E+3 -> 1
       
   453 bool0291 isfinite -1E+3 -> 1
       
   454 bool0292 isfinite 1E+6 -> 1
       
   455 bool0293 isfinite -1E+6 -> 1
       
   456 bool0294 isfinite 1E+100 -> 1
       
   457 bool0295 isfinite -1E+100 -> 1
       
   458 bool0296 isfinite 1E+990 -> 1
       
   459 bool0297 isfinite -1E+990 -> 1
       
   460 bool0298 isfinite 1E+991 -> 1
       
   461 bool0299 isfinite -1E+991 -> 1
       
   462 bool0300 isfinite 1E+992 -> 1
       
   463 bool0301 isfinite -1E+992 -> 1
       
   464 bool0302 isfinite 1E+998 -> 1
       
   465 bool0303 isfinite -1E+998 -> 1
       
   466 bool0304 isfinite 1E+999 -> 1
       
   467 bool0305 isfinite -1E+999 -> 1
       
   468 bool0306 isfinite 1E+1000 -> 1
       
   469 bool0307 isfinite -1E+1000 -> 1
       
   470 bool0308 isfinite 1E+2000 -> 1
       
   471 bool0309 isfinite -1E+2000 -> 1
       
   472 bool0310 isfinite 9E-2000 -> 1
       
   473 bool0311 isfinite -9E-2000 -> 1
       
   474 bool0312 isfinite 9E-1008 -> 1
       
   475 bool0313 isfinite -9E-1008 -> 1
       
   476 bool0314 isfinite 9E-1007 -> 1
       
   477 bool0315 isfinite -9E-1007 -> 1
       
   478 bool0316 isfinite 9E-1006 -> 1
       
   479 bool0317 isfinite -9E-1006 -> 1
       
   480 bool0318 isfinite 9E-1000 -> 1
       
   481 bool0319 isfinite -9E-1000 -> 1
       
   482 bool0320 isfinite 9E-999 -> 1
       
   483 bool0321 isfinite -9E-999 -> 1
       
   484 bool0322 isfinite 9E-998 -> 1
       
   485 bool0323 isfinite -9E-998 -> 1
       
   486 bool0324 isfinite 9E-100 -> 1
       
   487 bool0325 isfinite -9E-100 -> 1
       
   488 bool0326 isfinite 0.000009 -> 1
       
   489 bool0327 isfinite -0.000009 -> 1
       
   490 bool0328 isfinite 0.009 -> 1
       
   491 bool0329 isfinite -0.009 -> 1
       
   492 bool0330 isfinite 0.09 -> 1
       
   493 bool0331 isfinite -0.09 -> 1
       
   494 bool0332 isfinite 0.9 -> 1
       
   495 bool0333 isfinite -0.9 -> 1
       
   496 bool0334 isfinite 9 -> 1
       
   497 bool0335 isfinite -9 -> 1
       
   498 bool0336 isfinite 9E+1 -> 1
       
   499 bool0337 isfinite -9E+1 -> 1
       
   500 bool0338 isfinite 9E+2 -> 1
       
   501 bool0339 isfinite -9E+2 -> 1
       
   502 bool0340 isfinite 9E+3 -> 1
       
   503 bool0341 isfinite -9E+3 -> 1
       
   504 bool0342 isfinite 9E+6 -> 1
       
   505 bool0343 isfinite -9E+6 -> 1
       
   506 bool0344 isfinite 9E+100 -> 1
       
   507 bool0345 isfinite -9E+100 -> 1
       
   508 bool0346 isfinite 9E+990 -> 1
       
   509 bool0347 isfinite -9E+990 -> 1
       
   510 bool0348 isfinite 9E+991 -> 1
       
   511 bool0349 isfinite -9E+991 -> 1
       
   512 bool0350 isfinite 9E+992 -> 1
       
   513 bool0351 isfinite -9E+992 -> 1
       
   514 bool0352 isfinite 9E+998 -> 1
       
   515 bool0353 isfinite -9E+998 -> 1
       
   516 bool0354 isfinite 9E+999 -> 1
       
   517 bool0355 isfinite -9E+999 -> 1
       
   518 bool0356 isfinite 9E+1000 -> 1
       
   519 bool0357 isfinite -9E+1000 -> 1
       
   520 bool0358 isfinite 9E+2000 -> 1
       
   521 bool0359 isfinite -9E+2000 -> 1
       
   522 bool0360 isfinite 9.99999999E-2000 -> 1
       
   523 bool0361 isfinite -9.99999999E-2000 -> 1
       
   524 bool0362 isfinite 9.99999999E-1008 -> 1
       
   525 bool0363 isfinite -9.99999999E-1008 -> 1
       
   526 bool0364 isfinite 9.99999999E-1007 -> 1
       
   527 bool0365 isfinite -9.99999999E-1007 -> 1
       
   528 bool0366 isfinite 9.99999999E-1006 -> 1
       
   529 bool0367 isfinite -9.99999999E-1006 -> 1
       
   530 bool0368 isfinite 9.99999999E-1000 -> 1
       
   531 bool0369 isfinite -9.99999999E-1000 -> 1
       
   532 bool0370 isfinite 9.99999999E-999 -> 1
       
   533 bool0371 isfinite -9.99999999E-999 -> 1
       
   534 bool0372 isfinite 9.99999999E-998 -> 1
       
   535 bool0373 isfinite -9.99999999E-998 -> 1
       
   536 bool0374 isfinite 9.99999999E-100 -> 1
       
   537 bool0375 isfinite -9.99999999E-100 -> 1
       
   538 bool0376 isfinite 0.00000999999999 -> 1
       
   539 bool0377 isfinite -0.00000999999999 -> 1
       
   540 bool0378 isfinite 0.00999999999 -> 1
       
   541 bool0379 isfinite -0.00999999999 -> 1
       
   542 bool0380 isfinite 0.0999999999 -> 1
       
   543 bool0381 isfinite -0.0999999999 -> 1
       
   544 bool0382 isfinite 0.999999999 -> 1
       
   545 bool0383 isfinite -0.999999999 -> 1
       
   546 bool0384 isfinite 9.99999999 -> 1
       
   547 bool0385 isfinite -9.99999999 -> 1
       
   548 bool0386 isfinite 99.9999999 -> 1
       
   549 bool0387 isfinite -99.9999999 -> 1
       
   550 bool0388 isfinite 999.999999 -> 1
       
   551 bool0389 isfinite -999.999999 -> 1
       
   552 bool0390 isfinite 9999.99999 -> 1
       
   553 bool0391 isfinite -9999.99999 -> 1
       
   554 bool0392 isfinite 9999999.99 -> 1
       
   555 bool0393 isfinite -9999999.99 -> 1
       
   556 bool0394 isfinite 9.99999999E+100 -> 1
       
   557 bool0395 isfinite -9.99999999E+100 -> 1
       
   558 bool0396 isfinite 9.99999999E+990 -> 1
       
   559 bool0397 isfinite -9.99999999E+990 -> 1
       
   560 bool0398 isfinite 9.99999999E+991 -> 1
       
   561 bool0399 isfinite -9.99999999E+991 -> 1
       
   562 bool0400 isfinite 9.99999999E+992 -> 1
       
   563 bool0401 isfinite -9.99999999E+992 -> 1
       
   564 bool0402 isfinite 9.99999999E+998 -> 1
       
   565 bool0403 isfinite -9.99999999E+998 -> 1
       
   566 bool0404 isfinite 9.99999999E+999 -> 1
       
   567 bool0405 isfinite -9.99999999E+999 -> 1
       
   568 bool0406 isfinite 9.99999999E+1000 -> 1
       
   569 bool0407 isfinite -9.99999999E+1000 -> 1
       
   570 bool0408 isfinite 9.99999999E+2000 -> 1
       
   571 bool0409 isfinite -9.99999999E+2000 -> 1
       
   572 bool0410 isfinite Infinity -> 0
       
   573 bool0411 isfinite -Infinity -> 0
       
   574 bool0412 isfinite NaN -> 0
       
   575 bool0413 isfinite -NaN -> 0
       
   576 bool0414 isfinite NaN123 -> 0
       
   577 bool0415 isfinite -NaN123 -> 0
       
   578 bool0416 isfinite sNaN -> 0
       
   579 bool0417 isfinite -sNaN -> 0
       
   580 bool0418 isfinite sNaN123 -> 0
       
   581 bool0419 isfinite -sNaN123 -> 0
       
   582 bool0420 isinfinite 0E-2000 -> 0
       
   583 bool0421 isinfinite -0E-2000 -> 0
       
   584 bool0422 isinfinite 0E-1008 -> 0
       
   585 bool0423 isinfinite -0E-1008 -> 0
       
   586 bool0424 isinfinite 0E-1007 -> 0
       
   587 bool0425 isinfinite -0E-1007 -> 0
       
   588 bool0426 isinfinite 0E-1006 -> 0
       
   589 bool0427 isinfinite -0E-1006 -> 0
       
   590 bool0428 isinfinite 0E-1000 -> 0
       
   591 bool0429 isinfinite -0E-1000 -> 0
       
   592 bool0430 isinfinite 0E-999 -> 0
       
   593 bool0431 isinfinite -0E-999 -> 0
       
   594 bool0432 isinfinite 0E-998 -> 0
       
   595 bool0433 isinfinite -0E-998 -> 0
       
   596 bool0434 isinfinite 0E-100 -> 0
       
   597 bool0435 isinfinite -0E-100 -> 0
       
   598 bool0436 isinfinite 0.000000 -> 0
       
   599 bool0437 isinfinite -0.000000 -> 0
       
   600 bool0438 isinfinite 0.000 -> 0
       
   601 bool0439 isinfinite -0.000 -> 0
       
   602 bool0440 isinfinite 0.00 -> 0
       
   603 bool0441 isinfinite -0.00 -> 0
       
   604 bool0442 isinfinite 0.0 -> 0
       
   605 bool0443 isinfinite -0.0 -> 0
       
   606 bool0444 isinfinite 0 -> 0
       
   607 bool0445 isinfinite -0 -> 0
       
   608 bool0446 isinfinite 0E+1 -> 0
       
   609 bool0447 isinfinite -0E+1 -> 0
       
   610 bool0448 isinfinite 0E+2 -> 0
       
   611 bool0449 isinfinite -0E+2 -> 0
       
   612 bool0450 isinfinite 0E+3 -> 0
       
   613 bool0451 isinfinite -0E+3 -> 0
       
   614 bool0452 isinfinite 0E+6 -> 0
       
   615 bool0453 isinfinite -0E+6 -> 0
       
   616 bool0454 isinfinite 0E+100 -> 0
       
   617 bool0455 isinfinite -0E+100 -> 0
       
   618 bool0456 isinfinite 0E+990 -> 0
       
   619 bool0457 isinfinite -0E+990 -> 0
       
   620 bool0458 isinfinite 0E+991 -> 0
       
   621 bool0459 isinfinite -0E+991 -> 0
       
   622 bool0460 isinfinite 0E+992 -> 0
       
   623 bool0461 isinfinite -0E+992 -> 0
       
   624 bool0462 isinfinite 0E+998 -> 0
       
   625 bool0463 isinfinite -0E+998 -> 0
       
   626 bool0464 isinfinite 0E+999 -> 0
       
   627 bool0465 isinfinite -0E+999 -> 0
       
   628 bool0466 isinfinite 0E+1000 -> 0
       
   629 bool0467 isinfinite -0E+1000 -> 0
       
   630 bool0468 isinfinite 0E+2000 -> 0
       
   631 bool0469 isinfinite -0E+2000 -> 0
       
   632 bool0470 isinfinite 1E-2000 -> 0
       
   633 bool0471 isinfinite -1E-2000 -> 0
       
   634 bool0472 isinfinite 1E-1008 -> 0
       
   635 bool0473 isinfinite -1E-1008 -> 0
       
   636 bool0474 isinfinite 1E-1007 -> 0
       
   637 bool0475 isinfinite -1E-1007 -> 0
       
   638 bool0476 isinfinite 1E-1006 -> 0
       
   639 bool0477 isinfinite -1E-1006 -> 0
       
   640 bool0478 isinfinite 1E-1000 -> 0
       
   641 bool0479 isinfinite -1E-1000 -> 0
       
   642 bool0480 isinfinite 1E-999 -> 0
       
   643 bool0481 isinfinite -1E-999 -> 0
       
   644 bool0482 isinfinite 1E-998 -> 0
       
   645 bool0483 isinfinite -1E-998 -> 0
       
   646 bool0484 isinfinite 1E-100 -> 0
       
   647 bool0485 isinfinite -1E-100 -> 0
       
   648 bool0486 isinfinite 0.000001 -> 0
       
   649 bool0487 isinfinite -0.000001 -> 0
       
   650 bool0488 isinfinite 0.001 -> 0
       
   651 bool0489 isinfinite -0.001 -> 0
       
   652 bool0490 isinfinite 0.01 -> 0
       
   653 bool0491 isinfinite -0.01 -> 0
       
   654 bool0492 isinfinite 0.1 -> 0
       
   655 bool0493 isinfinite -0.1 -> 0
       
   656 bool0494 isinfinite 1 -> 0
       
   657 bool0495 isinfinite -1 -> 0
       
   658 bool0496 isinfinite 1E+1 -> 0
       
   659 bool0497 isinfinite -1E+1 -> 0
       
   660 bool0498 isinfinite 1E+2 -> 0
       
   661 bool0499 isinfinite -1E+2 -> 0
       
   662 bool0500 isinfinite 1E+3 -> 0
       
   663 bool0501 isinfinite -1E+3 -> 0
       
   664 bool0502 isinfinite 1E+6 -> 0
       
   665 bool0503 isinfinite -1E+6 -> 0
       
   666 bool0504 isinfinite 1E+100 -> 0
       
   667 bool0505 isinfinite -1E+100 -> 0
       
   668 bool0506 isinfinite 1E+990 -> 0
       
   669 bool0507 isinfinite -1E+990 -> 0
       
   670 bool0508 isinfinite 1E+991 -> 0
       
   671 bool0509 isinfinite -1E+991 -> 0
       
   672 bool0510 isinfinite 1E+992 -> 0
       
   673 bool0511 isinfinite -1E+992 -> 0
       
   674 bool0512 isinfinite 1E+998 -> 0
       
   675 bool0513 isinfinite -1E+998 -> 0
       
   676 bool0514 isinfinite 1E+999 -> 0
       
   677 bool0515 isinfinite -1E+999 -> 0
       
   678 bool0516 isinfinite 1E+1000 -> 0
       
   679 bool0517 isinfinite -1E+1000 -> 0
       
   680 bool0518 isinfinite 1E+2000 -> 0
       
   681 bool0519 isinfinite -1E+2000 -> 0
       
   682 bool0520 isinfinite 9E-2000 -> 0
       
   683 bool0521 isinfinite -9E-2000 -> 0
       
   684 bool0522 isinfinite 9E-1008 -> 0
       
   685 bool0523 isinfinite -9E-1008 -> 0
       
   686 bool0524 isinfinite 9E-1007 -> 0
       
   687 bool0525 isinfinite -9E-1007 -> 0
       
   688 bool0526 isinfinite 9E-1006 -> 0
       
   689 bool0527 isinfinite -9E-1006 -> 0
       
   690 bool0528 isinfinite 9E-1000 -> 0
       
   691 bool0529 isinfinite -9E-1000 -> 0
       
   692 bool0530 isinfinite 9E-999 -> 0
       
   693 bool0531 isinfinite -9E-999 -> 0
       
   694 bool0532 isinfinite 9E-998 -> 0
       
   695 bool0533 isinfinite -9E-998 -> 0
       
   696 bool0534 isinfinite 9E-100 -> 0
       
   697 bool0535 isinfinite -9E-100 -> 0
       
   698 bool0536 isinfinite 0.000009 -> 0
       
   699 bool0537 isinfinite -0.000009 -> 0
       
   700 bool0538 isinfinite 0.009 -> 0
       
   701 bool0539 isinfinite -0.009 -> 0
       
   702 bool0540 isinfinite 0.09 -> 0
       
   703 bool0541 isinfinite -0.09 -> 0
       
   704 bool0542 isinfinite 0.9 -> 0
       
   705 bool0543 isinfinite -0.9 -> 0
       
   706 bool0544 isinfinite 9 -> 0
       
   707 bool0545 isinfinite -9 -> 0
       
   708 bool0546 isinfinite 9E+1 -> 0
       
   709 bool0547 isinfinite -9E+1 -> 0
       
   710 bool0548 isinfinite 9E+2 -> 0
       
   711 bool0549 isinfinite -9E+2 -> 0
       
   712 bool0550 isinfinite 9E+3 -> 0
       
   713 bool0551 isinfinite -9E+3 -> 0
       
   714 bool0552 isinfinite 9E+6 -> 0
       
   715 bool0553 isinfinite -9E+6 -> 0
       
   716 bool0554 isinfinite 9E+100 -> 0
       
   717 bool0555 isinfinite -9E+100 -> 0
       
   718 bool0556 isinfinite 9E+990 -> 0
       
   719 bool0557 isinfinite -9E+990 -> 0
       
   720 bool0558 isinfinite 9E+991 -> 0
       
   721 bool0559 isinfinite -9E+991 -> 0
       
   722 bool0560 isinfinite 9E+992 -> 0
       
   723 bool0561 isinfinite -9E+992 -> 0
       
   724 bool0562 isinfinite 9E+998 -> 0
       
   725 bool0563 isinfinite -9E+998 -> 0
       
   726 bool0564 isinfinite 9E+999 -> 0
       
   727 bool0565 isinfinite -9E+999 -> 0
       
   728 bool0566 isinfinite 9E+1000 -> 0
       
   729 bool0567 isinfinite -9E+1000 -> 0
       
   730 bool0568 isinfinite 9E+2000 -> 0
       
   731 bool0569 isinfinite -9E+2000 -> 0
       
   732 bool0570 isinfinite 9.99999999E-2000 -> 0
       
   733 bool0571 isinfinite -9.99999999E-2000 -> 0
       
   734 bool0572 isinfinite 9.99999999E-1008 -> 0
       
   735 bool0573 isinfinite -9.99999999E-1008 -> 0
       
   736 bool0574 isinfinite 9.99999999E-1007 -> 0
       
   737 bool0575 isinfinite -9.99999999E-1007 -> 0
       
   738 bool0576 isinfinite 9.99999999E-1006 -> 0
       
   739 bool0577 isinfinite -9.99999999E-1006 -> 0
       
   740 bool0578 isinfinite 9.99999999E-1000 -> 0
       
   741 bool0579 isinfinite -9.99999999E-1000 -> 0
       
   742 bool0580 isinfinite 9.99999999E-999 -> 0
       
   743 bool0581 isinfinite -9.99999999E-999 -> 0
       
   744 bool0582 isinfinite 9.99999999E-998 -> 0
       
   745 bool0583 isinfinite -9.99999999E-998 -> 0
       
   746 bool0584 isinfinite 9.99999999E-100 -> 0
       
   747 bool0585 isinfinite -9.99999999E-100 -> 0
       
   748 bool0586 isinfinite 0.00000999999999 -> 0
       
   749 bool0587 isinfinite -0.00000999999999 -> 0
       
   750 bool0588 isinfinite 0.00999999999 -> 0
       
   751 bool0589 isinfinite -0.00999999999 -> 0
       
   752 bool0590 isinfinite 0.0999999999 -> 0
       
   753 bool0591 isinfinite -0.0999999999 -> 0
       
   754 bool0592 isinfinite 0.999999999 -> 0
       
   755 bool0593 isinfinite -0.999999999 -> 0
       
   756 bool0594 isinfinite 9.99999999 -> 0
       
   757 bool0595 isinfinite -9.99999999 -> 0
       
   758 bool0596 isinfinite 99.9999999 -> 0
       
   759 bool0597 isinfinite -99.9999999 -> 0
       
   760 bool0598 isinfinite 999.999999 -> 0
       
   761 bool0599 isinfinite -999.999999 -> 0
       
   762 bool0600 isinfinite 9999.99999 -> 0
       
   763 bool0601 isinfinite -9999.99999 -> 0
       
   764 bool0602 isinfinite 9999999.99 -> 0
       
   765 bool0603 isinfinite -9999999.99 -> 0
       
   766 bool0604 isinfinite 9.99999999E+100 -> 0
       
   767 bool0605 isinfinite -9.99999999E+100 -> 0
       
   768 bool0606 isinfinite 9.99999999E+990 -> 0
       
   769 bool0607 isinfinite -9.99999999E+990 -> 0
       
   770 bool0608 isinfinite 9.99999999E+991 -> 0
       
   771 bool0609 isinfinite -9.99999999E+991 -> 0
       
   772 bool0610 isinfinite 9.99999999E+992 -> 0
       
   773 bool0611 isinfinite -9.99999999E+992 -> 0
       
   774 bool0612 isinfinite 9.99999999E+998 -> 0
       
   775 bool0613 isinfinite -9.99999999E+998 -> 0
       
   776 bool0614 isinfinite 9.99999999E+999 -> 0
       
   777 bool0615 isinfinite -9.99999999E+999 -> 0
       
   778 bool0616 isinfinite 9.99999999E+1000 -> 0
       
   779 bool0617 isinfinite -9.99999999E+1000 -> 0
       
   780 bool0618 isinfinite 9.99999999E+2000 -> 0
       
   781 bool0619 isinfinite -9.99999999E+2000 -> 0
       
   782 bool0620 isinfinite Infinity -> 1
       
   783 bool0621 isinfinite -Infinity -> 1
       
   784 bool0622 isinfinite NaN -> 0
       
   785 bool0623 isinfinite -NaN -> 0
       
   786 bool0624 isinfinite NaN123 -> 0
       
   787 bool0625 isinfinite -NaN123 -> 0
       
   788 bool0626 isinfinite sNaN -> 0
       
   789 bool0627 isinfinite -sNaN -> 0
       
   790 bool0628 isinfinite sNaN123 -> 0
       
   791 bool0629 isinfinite -sNaN123 -> 0
       
   792 bool0630 isnan 0E-2000 -> 0
       
   793 bool0631 isnan -0E-2000 -> 0
       
   794 bool0632 isnan 0E-1008 -> 0
       
   795 bool0633 isnan -0E-1008 -> 0
       
   796 bool0634 isnan 0E-1007 -> 0
       
   797 bool0635 isnan -0E-1007 -> 0
       
   798 bool0636 isnan 0E-1006 -> 0
       
   799 bool0637 isnan -0E-1006 -> 0
       
   800 bool0638 isnan 0E-1000 -> 0
       
   801 bool0639 isnan -0E-1000 -> 0
       
   802 bool0640 isnan 0E-999 -> 0
       
   803 bool0641 isnan -0E-999 -> 0
       
   804 bool0642 isnan 0E-998 -> 0
       
   805 bool0643 isnan -0E-998 -> 0
       
   806 bool0644 isnan 0E-100 -> 0
       
   807 bool0645 isnan -0E-100 -> 0
       
   808 bool0646 isnan 0.000000 -> 0
       
   809 bool0647 isnan -0.000000 -> 0
       
   810 bool0648 isnan 0.000 -> 0
       
   811 bool0649 isnan -0.000 -> 0
       
   812 bool0650 isnan 0.00 -> 0
       
   813 bool0651 isnan -0.00 -> 0
       
   814 bool0652 isnan 0.0 -> 0
       
   815 bool0653 isnan -0.0 -> 0
       
   816 bool0654 isnan 0 -> 0
       
   817 bool0655 isnan -0 -> 0
       
   818 bool0656 isnan 0E+1 -> 0
       
   819 bool0657 isnan -0E+1 -> 0
       
   820 bool0658 isnan 0E+2 -> 0
       
   821 bool0659 isnan -0E+2 -> 0
       
   822 bool0660 isnan 0E+3 -> 0
       
   823 bool0661 isnan -0E+3 -> 0
       
   824 bool0662 isnan 0E+6 -> 0
       
   825 bool0663 isnan -0E+6 -> 0
       
   826 bool0664 isnan 0E+100 -> 0
       
   827 bool0665 isnan -0E+100 -> 0
       
   828 bool0666 isnan 0E+990 -> 0
       
   829 bool0667 isnan -0E+990 -> 0
       
   830 bool0668 isnan 0E+991 -> 0
       
   831 bool0669 isnan -0E+991 -> 0
       
   832 bool0670 isnan 0E+992 -> 0
       
   833 bool0671 isnan -0E+992 -> 0
       
   834 bool0672 isnan 0E+998 -> 0
       
   835 bool0673 isnan -0E+998 -> 0
       
   836 bool0674 isnan 0E+999 -> 0
       
   837 bool0675 isnan -0E+999 -> 0
       
   838 bool0676 isnan 0E+1000 -> 0
       
   839 bool0677 isnan -0E+1000 -> 0
       
   840 bool0678 isnan 0E+2000 -> 0
       
   841 bool0679 isnan -0E+2000 -> 0
       
   842 bool0680 isnan 1E-2000 -> 0
       
   843 bool0681 isnan -1E-2000 -> 0
       
   844 bool0682 isnan 1E-1008 -> 0
       
   845 bool0683 isnan -1E-1008 -> 0
       
   846 bool0684 isnan 1E-1007 -> 0
       
   847 bool0685 isnan -1E-1007 -> 0
       
   848 bool0686 isnan 1E-1006 -> 0
       
   849 bool0687 isnan -1E-1006 -> 0
       
   850 bool0688 isnan 1E-1000 -> 0
       
   851 bool0689 isnan -1E-1000 -> 0
       
   852 bool0690 isnan 1E-999 -> 0
       
   853 bool0691 isnan -1E-999 -> 0
       
   854 bool0692 isnan 1E-998 -> 0
       
   855 bool0693 isnan -1E-998 -> 0
       
   856 bool0694 isnan 1E-100 -> 0
       
   857 bool0695 isnan -1E-100 -> 0
       
   858 bool0696 isnan 0.000001 -> 0
       
   859 bool0697 isnan -0.000001 -> 0
       
   860 bool0698 isnan 0.001 -> 0
       
   861 bool0699 isnan -0.001 -> 0
       
   862 bool0700 isnan 0.01 -> 0
       
   863 bool0701 isnan -0.01 -> 0
       
   864 bool0702 isnan 0.1 -> 0
       
   865 bool0703 isnan -0.1 -> 0
       
   866 bool0704 isnan 1 -> 0
       
   867 bool0705 isnan -1 -> 0
       
   868 bool0706 isnan 1E+1 -> 0
       
   869 bool0707 isnan -1E+1 -> 0
       
   870 bool0708 isnan 1E+2 -> 0
       
   871 bool0709 isnan -1E+2 -> 0
       
   872 bool0710 isnan 1E+3 -> 0
       
   873 bool0711 isnan -1E+3 -> 0
       
   874 bool0712 isnan 1E+6 -> 0
       
   875 bool0713 isnan -1E+6 -> 0
       
   876 bool0714 isnan 1E+100 -> 0
       
   877 bool0715 isnan -1E+100 -> 0
       
   878 bool0716 isnan 1E+990 -> 0
       
   879 bool0717 isnan -1E+990 -> 0
       
   880 bool0718 isnan 1E+991 -> 0
       
   881 bool0719 isnan -1E+991 -> 0
       
   882 bool0720 isnan 1E+992 -> 0
       
   883 bool0721 isnan -1E+992 -> 0
       
   884 bool0722 isnan 1E+998 -> 0
       
   885 bool0723 isnan -1E+998 -> 0
       
   886 bool0724 isnan 1E+999 -> 0
       
   887 bool0725 isnan -1E+999 -> 0
       
   888 bool0726 isnan 1E+1000 -> 0
       
   889 bool0727 isnan -1E+1000 -> 0
       
   890 bool0728 isnan 1E+2000 -> 0
       
   891 bool0729 isnan -1E+2000 -> 0
       
   892 bool0730 isnan 9E-2000 -> 0
       
   893 bool0731 isnan -9E-2000 -> 0
       
   894 bool0732 isnan 9E-1008 -> 0
       
   895 bool0733 isnan -9E-1008 -> 0
       
   896 bool0734 isnan 9E-1007 -> 0
       
   897 bool0735 isnan -9E-1007 -> 0
       
   898 bool0736 isnan 9E-1006 -> 0
       
   899 bool0737 isnan -9E-1006 -> 0
       
   900 bool0738 isnan 9E-1000 -> 0
       
   901 bool0739 isnan -9E-1000 -> 0
       
   902 bool0740 isnan 9E-999 -> 0
       
   903 bool0741 isnan -9E-999 -> 0
       
   904 bool0742 isnan 9E-998 -> 0
       
   905 bool0743 isnan -9E-998 -> 0
       
   906 bool0744 isnan 9E-100 -> 0
       
   907 bool0745 isnan -9E-100 -> 0
       
   908 bool0746 isnan 0.000009 -> 0
       
   909 bool0747 isnan -0.000009 -> 0
       
   910 bool0748 isnan 0.009 -> 0
       
   911 bool0749 isnan -0.009 -> 0
       
   912 bool0750 isnan 0.09 -> 0
       
   913 bool0751 isnan -0.09 -> 0
       
   914 bool0752 isnan 0.9 -> 0
       
   915 bool0753 isnan -0.9 -> 0
       
   916 bool0754 isnan 9 -> 0
       
   917 bool0755 isnan -9 -> 0
       
   918 bool0756 isnan 9E+1 -> 0
       
   919 bool0757 isnan -9E+1 -> 0
       
   920 bool0758 isnan 9E+2 -> 0
       
   921 bool0759 isnan -9E+2 -> 0
       
   922 bool0760 isnan 9E+3 -> 0
       
   923 bool0761 isnan -9E+3 -> 0
       
   924 bool0762 isnan 9E+6 -> 0
       
   925 bool0763 isnan -9E+6 -> 0
       
   926 bool0764 isnan 9E+100 -> 0
       
   927 bool0765 isnan -9E+100 -> 0
       
   928 bool0766 isnan 9E+990 -> 0
       
   929 bool0767 isnan -9E+990 -> 0
       
   930 bool0768 isnan 9E+991 -> 0
       
   931 bool0769 isnan -9E+991 -> 0
       
   932 bool0770 isnan 9E+992 -> 0
       
   933 bool0771 isnan -9E+992 -> 0
       
   934 bool0772 isnan 9E+998 -> 0
       
   935 bool0773 isnan -9E+998 -> 0
       
   936 bool0774 isnan 9E+999 -> 0
       
   937 bool0775 isnan -9E+999 -> 0
       
   938 bool0776 isnan 9E+1000 -> 0
       
   939 bool0777 isnan -9E+1000 -> 0
       
   940 bool0778 isnan 9E+2000 -> 0
       
   941 bool0779 isnan -9E+2000 -> 0
       
   942 bool0780 isnan 9.99999999E-2000 -> 0
       
   943 bool0781 isnan -9.99999999E-2000 -> 0
       
   944 bool0782 isnan 9.99999999E-1008 -> 0
       
   945 bool0783 isnan -9.99999999E-1008 -> 0
       
   946 bool0784 isnan 9.99999999E-1007 -> 0
       
   947 bool0785 isnan -9.99999999E-1007 -> 0
       
   948 bool0786 isnan 9.99999999E-1006 -> 0
       
   949 bool0787 isnan -9.99999999E-1006 -> 0
       
   950 bool0788 isnan 9.99999999E-1000 -> 0
       
   951 bool0789 isnan -9.99999999E-1000 -> 0
       
   952 bool0790 isnan 9.99999999E-999 -> 0
       
   953 bool0791 isnan -9.99999999E-999 -> 0
       
   954 bool0792 isnan 9.99999999E-998 -> 0
       
   955 bool0793 isnan -9.99999999E-998 -> 0
       
   956 bool0794 isnan 9.99999999E-100 -> 0
       
   957 bool0795 isnan -9.99999999E-100 -> 0
       
   958 bool0796 isnan 0.00000999999999 -> 0
       
   959 bool0797 isnan -0.00000999999999 -> 0
       
   960 bool0798 isnan 0.00999999999 -> 0
       
   961 bool0799 isnan -0.00999999999 -> 0
       
   962 bool0800 isnan 0.0999999999 -> 0
       
   963 bool0801 isnan -0.0999999999 -> 0
       
   964 bool0802 isnan 0.999999999 -> 0
       
   965 bool0803 isnan -0.999999999 -> 0
       
   966 bool0804 isnan 9.99999999 -> 0
       
   967 bool0805 isnan -9.99999999 -> 0
       
   968 bool0806 isnan 99.9999999 -> 0
       
   969 bool0807 isnan -99.9999999 -> 0
       
   970 bool0808 isnan 999.999999 -> 0
       
   971 bool0809 isnan -999.999999 -> 0
       
   972 bool0810 isnan 9999.99999 -> 0
       
   973 bool0811 isnan -9999.99999 -> 0
       
   974 bool0812 isnan 9999999.99 -> 0
       
   975 bool0813 isnan -9999999.99 -> 0
       
   976 bool0814 isnan 9.99999999E+100 -> 0
       
   977 bool0815 isnan -9.99999999E+100 -> 0
       
   978 bool0816 isnan 9.99999999E+990 -> 0
       
   979 bool0817 isnan -9.99999999E+990 -> 0
       
   980 bool0818 isnan 9.99999999E+991 -> 0
       
   981 bool0819 isnan -9.99999999E+991 -> 0
       
   982 bool0820 isnan 9.99999999E+992 -> 0
       
   983 bool0821 isnan -9.99999999E+992 -> 0
       
   984 bool0822 isnan 9.99999999E+998 -> 0
       
   985 bool0823 isnan -9.99999999E+998 -> 0
       
   986 bool0824 isnan 9.99999999E+999 -> 0
       
   987 bool0825 isnan -9.99999999E+999 -> 0
       
   988 bool0826 isnan 9.99999999E+1000 -> 0
       
   989 bool0827 isnan -9.99999999E+1000 -> 0
       
   990 bool0828 isnan 9.99999999E+2000 -> 0
       
   991 bool0829 isnan -9.99999999E+2000 -> 0
       
   992 bool0830 isnan Infinity -> 0
       
   993 bool0831 isnan -Infinity -> 0
       
   994 bool0832 isnan NaN -> 1
       
   995 bool0833 isnan -NaN -> 1
       
   996 bool0834 isnan NaN123 -> 1
       
   997 bool0835 isnan -NaN123 -> 1
       
   998 bool0836 isnan sNaN -> 1
       
   999 bool0837 isnan -sNaN -> 1
       
  1000 bool0838 isnan sNaN123 -> 1
       
  1001 bool0839 isnan -sNaN123 -> 1
       
  1002 bool0840 isnormal 0E-2000 -> 0
       
  1003 bool0841 isnormal -0E-2000 -> 0
       
  1004 bool0842 isnormal 0E-1008 -> 0
       
  1005 bool0843 isnormal -0E-1008 -> 0
       
  1006 bool0844 isnormal 0E-1007 -> 0
       
  1007 bool0845 isnormal -0E-1007 -> 0
       
  1008 bool0846 isnormal 0E-1006 -> 0
       
  1009 bool0847 isnormal -0E-1006 -> 0
       
  1010 bool0848 isnormal 0E-1000 -> 0
       
  1011 bool0849 isnormal -0E-1000 -> 0
       
  1012 bool0850 isnormal 0E-999 -> 0
       
  1013 bool0851 isnormal -0E-999 -> 0
       
  1014 bool0852 isnormal 0E-998 -> 0
       
  1015 bool0853 isnormal -0E-998 -> 0
       
  1016 bool0854 isnormal 0E-100 -> 0
       
  1017 bool0855 isnormal -0E-100 -> 0
       
  1018 bool0856 isnormal 0.000000 -> 0
       
  1019 bool0857 isnormal -0.000000 -> 0
       
  1020 bool0858 isnormal 0.000 -> 0
       
  1021 bool0859 isnormal -0.000 -> 0
       
  1022 bool0860 isnormal 0.00 -> 0
       
  1023 bool0861 isnormal -0.00 -> 0
       
  1024 bool0862 isnormal 0.0 -> 0
       
  1025 bool0863 isnormal -0.0 -> 0
       
  1026 bool0864 isnormal 0 -> 0
       
  1027 bool0865 isnormal -0 -> 0
       
  1028 bool0866 isnormal 0E+1 -> 0
       
  1029 bool0867 isnormal -0E+1 -> 0
       
  1030 bool0868 isnormal 0E+2 -> 0
       
  1031 bool0869 isnormal -0E+2 -> 0
       
  1032 bool0870 isnormal 0E+3 -> 0
       
  1033 bool0871 isnormal -0E+3 -> 0
       
  1034 bool0872 isnormal 0E+6 -> 0
       
  1035 bool0873 isnormal -0E+6 -> 0
       
  1036 bool0874 isnormal 0E+100 -> 0
       
  1037 bool0875 isnormal -0E+100 -> 0
       
  1038 bool0876 isnormal 0E+990 -> 0
       
  1039 bool0877 isnormal -0E+990 -> 0
       
  1040 bool0878 isnormal 0E+991 -> 0
       
  1041 bool0879 isnormal -0E+991 -> 0
       
  1042 bool0880 isnormal 0E+992 -> 0
       
  1043 bool0881 isnormal -0E+992 -> 0
       
  1044 bool0882 isnormal 0E+998 -> 0
       
  1045 bool0883 isnormal -0E+998 -> 0
       
  1046 bool0884 isnormal 0E+999 -> 0
       
  1047 bool0885 isnormal -0E+999 -> 0
       
  1048 bool0886 isnormal 0E+1000 -> 0
       
  1049 bool0887 isnormal -0E+1000 -> 0
       
  1050 bool0888 isnormal 0E+2000 -> 0
       
  1051 bool0889 isnormal -0E+2000 -> 0
       
  1052 bool0890 isnormal 1E-2000 -> 0
       
  1053 bool0891 isnormal -1E-2000 -> 0
       
  1054 bool0892 isnormal 1E-1008 -> 0
       
  1055 bool0893 isnormal -1E-1008 -> 0
       
  1056 bool0894 isnormal 1E-1007 -> 0
       
  1057 bool0895 isnormal -1E-1007 -> 0
       
  1058 bool0896 isnormal 1E-1006 -> 0
       
  1059 bool0897 isnormal -1E-1006 -> 0
       
  1060 bool0898 isnormal 1E-1000 -> 0
       
  1061 bool0899 isnormal -1E-1000 -> 0
       
  1062 bool0900 isnormal 1E-999 -> 1
       
  1063 bool0901 isnormal -1E-999 -> 1
       
  1064 bool0902 isnormal 1E-998 -> 1
       
  1065 bool0903 isnormal -1E-998 -> 1
       
  1066 bool0904 isnormal 1E-100 -> 1
       
  1067 bool0905 isnormal -1E-100 -> 1
       
  1068 bool0906 isnormal 0.000001 -> 1
       
  1069 bool0907 isnormal -0.000001 -> 1
       
  1070 bool0908 isnormal 0.001 -> 1
       
  1071 bool0909 isnormal -0.001 -> 1
       
  1072 bool0910 isnormal 0.01 -> 1
       
  1073 bool0911 isnormal -0.01 -> 1
       
  1074 bool0912 isnormal 0.1 -> 1
       
  1075 bool0913 isnormal -0.1 -> 1
       
  1076 bool0914 isnormal 1 -> 1
       
  1077 bool0915 isnormal -1 -> 1
       
  1078 bool0916 isnormal 1E+1 -> 1
       
  1079 bool0917 isnormal -1E+1 -> 1
       
  1080 bool0918 isnormal 1E+2 -> 1
       
  1081 bool0919 isnormal -1E+2 -> 1
       
  1082 bool0920 isnormal 1E+3 -> 1
       
  1083 bool0921 isnormal -1E+3 -> 1
       
  1084 bool0922 isnormal 1E+6 -> 1
       
  1085 bool0923 isnormal -1E+6 -> 1
       
  1086 bool0924 isnormal 1E+100 -> 1
       
  1087 bool0925 isnormal -1E+100 -> 1
       
  1088 bool0926 isnormal 1E+990 -> 1
       
  1089 bool0927 isnormal -1E+990 -> 1
       
  1090 bool0928 isnormal 1E+991 -> 1
       
  1091 bool0929 isnormal -1E+991 -> 1
       
  1092 bool0930 isnormal 1E+992 -> 1
       
  1093 bool0931 isnormal -1E+992 -> 1
       
  1094 bool0932 isnormal 1E+998 -> 1
       
  1095 bool0933 isnormal -1E+998 -> 1
       
  1096 bool0934 isnormal 1E+999 -> 1
       
  1097 bool0935 isnormal -1E+999 -> 1
       
  1098 bool0936 isnormal 1E+1000 -> 0
       
  1099 bool0937 isnormal -1E+1000 -> 0
       
  1100 bool0938 isnormal 1E+2000 -> 0
       
  1101 bool0939 isnormal -1E+2000 -> 0
       
  1102 bool0940 isnormal 9E-2000 -> 0
       
  1103 bool0941 isnormal -9E-2000 -> 0
       
  1104 bool0942 isnormal 9E-1008 -> 0
       
  1105 bool0943 isnormal -9E-1008 -> 0
       
  1106 bool0944 isnormal 9E-1007 -> 0
       
  1107 bool0945 isnormal -9E-1007 -> 0
       
  1108 bool0946 isnormal 9E-1006 -> 0
       
  1109 bool0947 isnormal -9E-1006 -> 0
       
  1110 bool0948 isnormal 9E-1000 -> 0
       
  1111 bool0949 isnormal -9E-1000 -> 0
       
  1112 bool0950 isnormal 9E-999 -> 1
       
  1113 bool0951 isnormal -9E-999 -> 1
       
  1114 bool0952 isnormal 9E-998 -> 1
       
  1115 bool0953 isnormal -9E-998 -> 1
       
  1116 bool0954 isnormal 9E-100 -> 1
       
  1117 bool0955 isnormal -9E-100 -> 1
       
  1118 bool0956 isnormal 0.000009 -> 1
       
  1119 bool0957 isnormal -0.000009 -> 1
       
  1120 bool0958 isnormal 0.009 -> 1
       
  1121 bool0959 isnormal -0.009 -> 1
       
  1122 bool0960 isnormal 0.09 -> 1
       
  1123 bool0961 isnormal -0.09 -> 1
       
  1124 bool0962 isnormal 0.9 -> 1
       
  1125 bool0963 isnormal -0.9 -> 1
       
  1126 bool0964 isnormal 9 -> 1
       
  1127 bool0965 isnormal -9 -> 1
       
  1128 bool0966 isnormal 9E+1 -> 1
       
  1129 bool0967 isnormal -9E+1 -> 1
       
  1130 bool0968 isnormal 9E+2 -> 1
       
  1131 bool0969 isnormal -9E+2 -> 1
       
  1132 bool0970 isnormal 9E+3 -> 1
       
  1133 bool0971 isnormal -9E+3 -> 1
       
  1134 bool0972 isnormal 9E+6 -> 1
       
  1135 bool0973 isnormal -9E+6 -> 1
       
  1136 bool0974 isnormal 9E+100 -> 1
       
  1137 bool0975 isnormal -9E+100 -> 1
       
  1138 bool0976 isnormal 9E+990 -> 1
       
  1139 bool0977 isnormal -9E+990 -> 1
       
  1140 bool0978 isnormal 9E+991 -> 1
       
  1141 bool0979 isnormal -9E+991 -> 1
       
  1142 bool0980 isnormal 9E+992 -> 1
       
  1143 bool0981 isnormal -9E+992 -> 1
       
  1144 bool0982 isnormal 9E+998 -> 1
       
  1145 bool0983 isnormal -9E+998 -> 1
       
  1146 bool0984 isnormal 9E+999 -> 1
       
  1147 bool0985 isnormal -9E+999 -> 1
       
  1148 bool0986 isnormal 9E+1000 -> 0
       
  1149 bool0987 isnormal -9E+1000 -> 0
       
  1150 bool0988 isnormal 9E+2000 -> 0
       
  1151 bool0989 isnormal -9E+2000 -> 0
       
  1152 bool0990 isnormal 9.99999999E-2000 -> 0
       
  1153 bool0991 isnormal -9.99999999E-2000 -> 0
       
  1154 bool0992 isnormal 9.99999999E-1008 -> 0
       
  1155 bool0993 isnormal -9.99999999E-1008 -> 0
       
  1156 bool0994 isnormal 9.99999999E-1007 -> 0
       
  1157 bool0995 isnormal -9.99999999E-1007 -> 0
       
  1158 bool0996 isnormal 9.99999999E-1006 -> 0
       
  1159 bool0997 isnormal -9.99999999E-1006 -> 0
       
  1160 bool0998 isnormal 9.99999999E-1000 -> 0
       
  1161 bool0999 isnormal -9.99999999E-1000 -> 0
       
  1162 bool1000 isnormal 9.99999999E-999 -> 1
       
  1163 bool1001 isnormal -9.99999999E-999 -> 1
       
  1164 bool1002 isnormal 9.99999999E-998 -> 1
       
  1165 bool1003 isnormal -9.99999999E-998 -> 1
       
  1166 bool1004 isnormal 9.99999999E-100 -> 1
       
  1167 bool1005 isnormal -9.99999999E-100 -> 1
       
  1168 bool1006 isnormal 0.00000999999999 -> 1
       
  1169 bool1007 isnormal -0.00000999999999 -> 1
       
  1170 bool1008 isnormal 0.00999999999 -> 1
       
  1171 bool1009 isnormal -0.00999999999 -> 1
       
  1172 bool1010 isnormal 0.0999999999 -> 1
       
  1173 bool1011 isnormal -0.0999999999 -> 1
       
  1174 bool1012 isnormal 0.999999999 -> 1
       
  1175 bool1013 isnormal -0.999999999 -> 1
       
  1176 bool1014 isnormal 9.99999999 -> 1
       
  1177 bool1015 isnormal -9.99999999 -> 1
       
  1178 bool1016 isnormal 99.9999999 -> 1
       
  1179 bool1017 isnormal -99.9999999 -> 1
       
  1180 bool1018 isnormal 999.999999 -> 1
       
  1181 bool1019 isnormal -999.999999 -> 1
       
  1182 bool1020 isnormal 9999.99999 -> 1
       
  1183 bool1021 isnormal -9999.99999 -> 1
       
  1184 bool1022 isnormal 9999999.99 -> 1
       
  1185 bool1023 isnormal -9999999.99 -> 1
       
  1186 bool1024 isnormal 9.99999999E+100 -> 1
       
  1187 bool1025 isnormal -9.99999999E+100 -> 1
       
  1188 bool1026 isnormal 9.99999999E+990 -> 1
       
  1189 bool1027 isnormal -9.99999999E+990 -> 1
       
  1190 bool1028 isnormal 9.99999999E+991 -> 1
       
  1191 bool1029 isnormal -9.99999999E+991 -> 1
       
  1192 bool1030 isnormal 9.99999999E+992 -> 1
       
  1193 bool1031 isnormal -9.99999999E+992 -> 1
       
  1194 bool1032 isnormal 9.99999999E+998 -> 1
       
  1195 bool1033 isnormal -9.99999999E+998 -> 1
       
  1196 bool1034 isnormal 9.99999999E+999 -> 1
       
  1197 bool1035 isnormal -9.99999999E+999 -> 1
       
  1198 bool1036 isnormal 9.99999999E+1000 -> 0
       
  1199 bool1037 isnormal -9.99999999E+1000 -> 0
       
  1200 bool1038 isnormal 9.99999999E+2000 -> 0
       
  1201 bool1039 isnormal -9.99999999E+2000 -> 0
       
  1202 bool1040 isnormal Infinity -> 0
       
  1203 bool1041 isnormal -Infinity -> 0
       
  1204 bool1042 isnormal NaN -> 0
       
  1205 bool1043 isnormal -NaN -> 0
       
  1206 bool1044 isnormal NaN123 -> 0
       
  1207 bool1045 isnormal -NaN123 -> 0
       
  1208 bool1046 isnormal sNaN -> 0
       
  1209 bool1047 isnormal -sNaN -> 0
       
  1210 bool1048 isnormal sNaN123 -> 0
       
  1211 bool1049 isnormal -sNaN123 -> 0
       
  1212 bool1050 isqnan 0E-2000 -> 0
       
  1213 bool1051 isqnan -0E-2000 -> 0
       
  1214 bool1052 isqnan 0E-1008 -> 0
       
  1215 bool1053 isqnan -0E-1008 -> 0
       
  1216 bool1054 isqnan 0E-1007 -> 0
       
  1217 bool1055 isqnan -0E-1007 -> 0
       
  1218 bool1056 isqnan 0E-1006 -> 0
       
  1219 bool1057 isqnan -0E-1006 -> 0
       
  1220 bool1058 isqnan 0E-1000 -> 0
       
  1221 bool1059 isqnan -0E-1000 -> 0
       
  1222 bool1060 isqnan 0E-999 -> 0
       
  1223 bool1061 isqnan -0E-999 -> 0
       
  1224 bool1062 isqnan 0E-998 -> 0
       
  1225 bool1063 isqnan -0E-998 -> 0
       
  1226 bool1064 isqnan 0E-100 -> 0
       
  1227 bool1065 isqnan -0E-100 -> 0
       
  1228 bool1066 isqnan 0.000000 -> 0
       
  1229 bool1067 isqnan -0.000000 -> 0
       
  1230 bool1068 isqnan 0.000 -> 0
       
  1231 bool1069 isqnan -0.000 -> 0
       
  1232 bool1070 isqnan 0.00 -> 0
       
  1233 bool1071 isqnan -0.00 -> 0
       
  1234 bool1072 isqnan 0.0 -> 0
       
  1235 bool1073 isqnan -0.0 -> 0
       
  1236 bool1074 isqnan 0 -> 0
       
  1237 bool1075 isqnan -0 -> 0
       
  1238 bool1076 isqnan 0E+1 -> 0
       
  1239 bool1077 isqnan -0E+1 -> 0
       
  1240 bool1078 isqnan 0E+2 -> 0
       
  1241 bool1079 isqnan -0E+2 -> 0
       
  1242 bool1080 isqnan 0E+3 -> 0
       
  1243 bool1081 isqnan -0E+3 -> 0
       
  1244 bool1082 isqnan 0E+6 -> 0
       
  1245 bool1083 isqnan -0E+6 -> 0
       
  1246 bool1084 isqnan 0E+100 -> 0
       
  1247 bool1085 isqnan -0E+100 -> 0
       
  1248 bool1086 isqnan 0E+990 -> 0
       
  1249 bool1087 isqnan -0E+990 -> 0
       
  1250 bool1088 isqnan 0E+991 -> 0
       
  1251 bool1089 isqnan -0E+991 -> 0
       
  1252 bool1090 isqnan 0E+992 -> 0
       
  1253 bool1091 isqnan -0E+992 -> 0
       
  1254 bool1092 isqnan 0E+998 -> 0
       
  1255 bool1093 isqnan -0E+998 -> 0
       
  1256 bool1094 isqnan 0E+999 -> 0
       
  1257 bool1095 isqnan -0E+999 -> 0
       
  1258 bool1096 isqnan 0E+1000 -> 0
       
  1259 bool1097 isqnan -0E+1000 -> 0
       
  1260 bool1098 isqnan 0E+2000 -> 0
       
  1261 bool1099 isqnan -0E+2000 -> 0
       
  1262 bool1100 isqnan 1E-2000 -> 0
       
  1263 bool1101 isqnan -1E-2000 -> 0
       
  1264 bool1102 isqnan 1E-1008 -> 0
       
  1265 bool1103 isqnan -1E-1008 -> 0
       
  1266 bool1104 isqnan 1E-1007 -> 0
       
  1267 bool1105 isqnan -1E-1007 -> 0
       
  1268 bool1106 isqnan 1E-1006 -> 0
       
  1269 bool1107 isqnan -1E-1006 -> 0
       
  1270 bool1108 isqnan 1E-1000 -> 0
       
  1271 bool1109 isqnan -1E-1000 -> 0
       
  1272 bool1110 isqnan 1E-999 -> 0
       
  1273 bool1111 isqnan -1E-999 -> 0
       
  1274 bool1112 isqnan 1E-998 -> 0
       
  1275 bool1113 isqnan -1E-998 -> 0
       
  1276 bool1114 isqnan 1E-100 -> 0
       
  1277 bool1115 isqnan -1E-100 -> 0
       
  1278 bool1116 isqnan 0.000001 -> 0
       
  1279 bool1117 isqnan -0.000001 -> 0
       
  1280 bool1118 isqnan 0.001 -> 0
       
  1281 bool1119 isqnan -0.001 -> 0
       
  1282 bool1120 isqnan 0.01 -> 0
       
  1283 bool1121 isqnan -0.01 -> 0
       
  1284 bool1122 isqnan 0.1 -> 0
       
  1285 bool1123 isqnan -0.1 -> 0
       
  1286 bool1124 isqnan 1 -> 0
       
  1287 bool1125 isqnan -1 -> 0
       
  1288 bool1126 isqnan 1E+1 -> 0
       
  1289 bool1127 isqnan -1E+1 -> 0
       
  1290 bool1128 isqnan 1E+2 -> 0
       
  1291 bool1129 isqnan -1E+2 -> 0
       
  1292 bool1130 isqnan 1E+3 -> 0
       
  1293 bool1131 isqnan -1E+3 -> 0
       
  1294 bool1132 isqnan 1E+6 -> 0
       
  1295 bool1133 isqnan -1E+6 -> 0
       
  1296 bool1134 isqnan 1E+100 -> 0
       
  1297 bool1135 isqnan -1E+100 -> 0
       
  1298 bool1136 isqnan 1E+990 -> 0
       
  1299 bool1137 isqnan -1E+990 -> 0
       
  1300 bool1138 isqnan 1E+991 -> 0
       
  1301 bool1139 isqnan -1E+991 -> 0
       
  1302 bool1140 isqnan 1E+992 -> 0
       
  1303 bool1141 isqnan -1E+992 -> 0
       
  1304 bool1142 isqnan 1E+998 -> 0
       
  1305 bool1143 isqnan -1E+998 -> 0
       
  1306 bool1144 isqnan 1E+999 -> 0
       
  1307 bool1145 isqnan -1E+999 -> 0
       
  1308 bool1146 isqnan 1E+1000 -> 0
       
  1309 bool1147 isqnan -1E+1000 -> 0
       
  1310 bool1148 isqnan 1E+2000 -> 0
       
  1311 bool1149 isqnan -1E+2000 -> 0
       
  1312 bool1150 isqnan 9E-2000 -> 0
       
  1313 bool1151 isqnan -9E-2000 -> 0
       
  1314 bool1152 isqnan 9E-1008 -> 0
       
  1315 bool1153 isqnan -9E-1008 -> 0
       
  1316 bool1154 isqnan 9E-1007 -> 0
       
  1317 bool1155 isqnan -9E-1007 -> 0
       
  1318 bool1156 isqnan 9E-1006 -> 0
       
  1319 bool1157 isqnan -9E-1006 -> 0
       
  1320 bool1158 isqnan 9E-1000 -> 0
       
  1321 bool1159 isqnan -9E-1000 -> 0
       
  1322 bool1160 isqnan 9E-999 -> 0
       
  1323 bool1161 isqnan -9E-999 -> 0
       
  1324 bool1162 isqnan 9E-998 -> 0
       
  1325 bool1163 isqnan -9E-998 -> 0
       
  1326 bool1164 isqnan 9E-100 -> 0
       
  1327 bool1165 isqnan -9E-100 -> 0
       
  1328 bool1166 isqnan 0.000009 -> 0
       
  1329 bool1167 isqnan -0.000009 -> 0
       
  1330 bool1168 isqnan 0.009 -> 0
       
  1331 bool1169 isqnan -0.009 -> 0
       
  1332 bool1170 isqnan 0.09 -> 0
       
  1333 bool1171 isqnan -0.09 -> 0
       
  1334 bool1172 isqnan 0.9 -> 0
       
  1335 bool1173 isqnan -0.9 -> 0
       
  1336 bool1174 isqnan 9 -> 0
       
  1337 bool1175 isqnan -9 -> 0
       
  1338 bool1176 isqnan 9E+1 -> 0
       
  1339 bool1177 isqnan -9E+1 -> 0
       
  1340 bool1178 isqnan 9E+2 -> 0
       
  1341 bool1179 isqnan -9E+2 -> 0
       
  1342 bool1180 isqnan 9E+3 -> 0
       
  1343 bool1181 isqnan -9E+3 -> 0
       
  1344 bool1182 isqnan 9E+6 -> 0
       
  1345 bool1183 isqnan -9E+6 -> 0
       
  1346 bool1184 isqnan 9E+100 -> 0
       
  1347 bool1185 isqnan -9E+100 -> 0
       
  1348 bool1186 isqnan 9E+990 -> 0
       
  1349 bool1187 isqnan -9E+990 -> 0
       
  1350 bool1188 isqnan 9E+991 -> 0
       
  1351 bool1189 isqnan -9E+991 -> 0
       
  1352 bool1190 isqnan 9E+992 -> 0
       
  1353 bool1191 isqnan -9E+992 -> 0
       
  1354 bool1192 isqnan 9E+998 -> 0
       
  1355 bool1193 isqnan -9E+998 -> 0
       
  1356 bool1194 isqnan 9E+999 -> 0
       
  1357 bool1195 isqnan -9E+999 -> 0
       
  1358 bool1196 isqnan 9E+1000 -> 0
       
  1359 bool1197 isqnan -9E+1000 -> 0
       
  1360 bool1198 isqnan 9E+2000 -> 0
       
  1361 bool1199 isqnan -9E+2000 -> 0
       
  1362 bool1200 isqnan 9.99999999E-2000 -> 0
       
  1363 bool1201 isqnan -9.99999999E-2000 -> 0
       
  1364 bool1202 isqnan 9.99999999E-1008 -> 0
       
  1365 bool1203 isqnan -9.99999999E-1008 -> 0
       
  1366 bool1204 isqnan 9.99999999E-1007 -> 0
       
  1367 bool1205 isqnan -9.99999999E-1007 -> 0
       
  1368 bool1206 isqnan 9.99999999E-1006 -> 0
       
  1369 bool1207 isqnan -9.99999999E-1006 -> 0
       
  1370 bool1208 isqnan 9.99999999E-1000 -> 0
       
  1371 bool1209 isqnan -9.99999999E-1000 -> 0
       
  1372 bool1210 isqnan 9.99999999E-999 -> 0
       
  1373 bool1211 isqnan -9.99999999E-999 -> 0
       
  1374 bool1212 isqnan 9.99999999E-998 -> 0
       
  1375 bool1213 isqnan -9.99999999E-998 -> 0
       
  1376 bool1214 isqnan 9.99999999E-100 -> 0
       
  1377 bool1215 isqnan -9.99999999E-100 -> 0
       
  1378 bool1216 isqnan 0.00000999999999 -> 0
       
  1379 bool1217 isqnan -0.00000999999999 -> 0
       
  1380 bool1218 isqnan 0.00999999999 -> 0
       
  1381 bool1219 isqnan -0.00999999999 -> 0
       
  1382 bool1220 isqnan 0.0999999999 -> 0
       
  1383 bool1221 isqnan -0.0999999999 -> 0
       
  1384 bool1222 isqnan 0.999999999 -> 0
       
  1385 bool1223 isqnan -0.999999999 -> 0
       
  1386 bool1224 isqnan 9.99999999 -> 0
       
  1387 bool1225 isqnan -9.99999999 -> 0
       
  1388 bool1226 isqnan 99.9999999 -> 0
       
  1389 bool1227 isqnan -99.9999999 -> 0
       
  1390 bool1228 isqnan 999.999999 -> 0
       
  1391 bool1229 isqnan -999.999999 -> 0
       
  1392 bool1230 isqnan 9999.99999 -> 0
       
  1393 bool1231 isqnan -9999.99999 -> 0
       
  1394 bool1232 isqnan 9999999.99 -> 0
       
  1395 bool1233 isqnan -9999999.99 -> 0
       
  1396 bool1234 isqnan 9.99999999E+100 -> 0
       
  1397 bool1235 isqnan -9.99999999E+100 -> 0
       
  1398 bool1236 isqnan 9.99999999E+990 -> 0
       
  1399 bool1237 isqnan -9.99999999E+990 -> 0
       
  1400 bool1238 isqnan 9.99999999E+991 -> 0
       
  1401 bool1239 isqnan -9.99999999E+991 -> 0
       
  1402 bool1240 isqnan 9.99999999E+992 -> 0
       
  1403 bool1241 isqnan -9.99999999E+992 -> 0
       
  1404 bool1242 isqnan 9.99999999E+998 -> 0
       
  1405 bool1243 isqnan -9.99999999E+998 -> 0
       
  1406 bool1244 isqnan 9.99999999E+999 -> 0
       
  1407 bool1245 isqnan -9.99999999E+999 -> 0
       
  1408 bool1246 isqnan 9.99999999E+1000 -> 0
       
  1409 bool1247 isqnan -9.99999999E+1000 -> 0
       
  1410 bool1248 isqnan 9.99999999E+2000 -> 0
       
  1411 bool1249 isqnan -9.99999999E+2000 -> 0
       
  1412 bool1250 isqnan Infinity -> 0
       
  1413 bool1251 isqnan -Infinity -> 0
       
  1414 bool1252 isqnan NaN -> 1
       
  1415 bool1253 isqnan -NaN -> 1
       
  1416 bool1254 isqnan NaN123 -> 1
       
  1417 bool1255 isqnan -NaN123 -> 1
       
  1418 bool1256 isqnan sNaN -> 0
       
  1419 bool1257 isqnan -sNaN -> 0
       
  1420 bool1258 isqnan sNaN123 -> 0
       
  1421 bool1259 isqnan -sNaN123 -> 0
       
  1422 bool1260 issigned 0E-2000 -> 0
       
  1423 bool1261 issigned -0E-2000 -> 1
       
  1424 bool1262 issigned 0E-1008 -> 0
       
  1425 bool1263 issigned -0E-1008 -> 1
       
  1426 bool1264 issigned 0E-1007 -> 0
       
  1427 bool1265 issigned -0E-1007 -> 1
       
  1428 bool1266 issigned 0E-1006 -> 0
       
  1429 bool1267 issigned -0E-1006 -> 1
       
  1430 bool1268 issigned 0E-1000 -> 0
       
  1431 bool1269 issigned -0E-1000 -> 1
       
  1432 bool1270 issigned 0E-999 -> 0
       
  1433 bool1271 issigned -0E-999 -> 1
       
  1434 bool1272 issigned 0E-998 -> 0
       
  1435 bool1273 issigned -0E-998 -> 1
       
  1436 bool1274 issigned 0E-100 -> 0
       
  1437 bool1275 issigned -0E-100 -> 1
       
  1438 bool1276 issigned 0.000000 -> 0
       
  1439 bool1277 issigned -0.000000 -> 1
       
  1440 bool1278 issigned 0.000 -> 0
       
  1441 bool1279 issigned -0.000 -> 1
       
  1442 bool1280 issigned 0.00 -> 0
       
  1443 bool1281 issigned -0.00 -> 1
       
  1444 bool1282 issigned 0.0 -> 0
       
  1445 bool1283 issigned -0.0 -> 1
       
  1446 bool1284 issigned 0 -> 0
       
  1447 bool1285 issigned -0 -> 1
       
  1448 bool1286 issigned 0E+1 -> 0
       
  1449 bool1287 issigned -0E+1 -> 1
       
  1450 bool1288 issigned 0E+2 -> 0
       
  1451 bool1289 issigned -0E+2 -> 1
       
  1452 bool1290 issigned 0E+3 -> 0
       
  1453 bool1291 issigned -0E+3 -> 1
       
  1454 bool1292 issigned 0E+6 -> 0
       
  1455 bool1293 issigned -0E+6 -> 1
       
  1456 bool1294 issigned 0E+100 -> 0
       
  1457 bool1295 issigned -0E+100 -> 1
       
  1458 bool1296 issigned 0E+990 -> 0
       
  1459 bool1297 issigned -0E+990 -> 1
       
  1460 bool1298 issigned 0E+991 -> 0
       
  1461 bool1299 issigned -0E+991 -> 1
       
  1462 bool1300 issigned 0E+992 -> 0
       
  1463 bool1301 issigned -0E+992 -> 1
       
  1464 bool1302 issigned 0E+998 -> 0
       
  1465 bool1303 issigned -0E+998 -> 1
       
  1466 bool1304 issigned 0E+999 -> 0
       
  1467 bool1305 issigned -0E+999 -> 1
       
  1468 bool1306 issigned 0E+1000 -> 0
       
  1469 bool1307 issigned -0E+1000 -> 1
       
  1470 bool1308 issigned 0E+2000 -> 0
       
  1471 bool1309 issigned -0E+2000 -> 1
       
  1472 bool1310 issigned 1E-2000 -> 0
       
  1473 bool1311 issigned -1E-2000 -> 1
       
  1474 bool1312 issigned 1E-1008 -> 0
       
  1475 bool1313 issigned -1E-1008 -> 1
       
  1476 bool1314 issigned 1E-1007 -> 0
       
  1477 bool1315 issigned -1E-1007 -> 1
       
  1478 bool1316 issigned 1E-1006 -> 0
       
  1479 bool1317 issigned -1E-1006 -> 1
       
  1480 bool1318 issigned 1E-1000 -> 0
       
  1481 bool1319 issigned -1E-1000 -> 1
       
  1482 bool1320 issigned 1E-999 -> 0
       
  1483 bool1321 issigned -1E-999 -> 1
       
  1484 bool1322 issigned 1E-998 -> 0
       
  1485 bool1323 issigned -1E-998 -> 1
       
  1486 bool1324 issigned 1E-100 -> 0
       
  1487 bool1325 issigned -1E-100 -> 1
       
  1488 bool1326 issigned 0.000001 -> 0
       
  1489 bool1327 issigned -0.000001 -> 1
       
  1490 bool1328 issigned 0.001 -> 0
       
  1491 bool1329 issigned -0.001 -> 1
       
  1492 bool1330 issigned 0.01 -> 0
       
  1493 bool1331 issigned -0.01 -> 1
       
  1494 bool1332 issigned 0.1 -> 0
       
  1495 bool1333 issigned -0.1 -> 1
       
  1496 bool1334 issigned 1 -> 0
       
  1497 bool1335 issigned -1 -> 1
       
  1498 bool1336 issigned 1E+1 -> 0
       
  1499 bool1337 issigned -1E+1 -> 1
       
  1500 bool1338 issigned 1E+2 -> 0
       
  1501 bool1339 issigned -1E+2 -> 1
       
  1502 bool1340 issigned 1E+3 -> 0
       
  1503 bool1341 issigned -1E+3 -> 1
       
  1504 bool1342 issigned 1E+6 -> 0
       
  1505 bool1343 issigned -1E+6 -> 1
       
  1506 bool1344 issigned 1E+100 -> 0
       
  1507 bool1345 issigned -1E+100 -> 1
       
  1508 bool1346 issigned 1E+990 -> 0
       
  1509 bool1347 issigned -1E+990 -> 1
       
  1510 bool1348 issigned 1E+991 -> 0
       
  1511 bool1349 issigned -1E+991 -> 1
       
  1512 bool1350 issigned 1E+992 -> 0
       
  1513 bool1351 issigned -1E+992 -> 1
       
  1514 bool1352 issigned 1E+998 -> 0
       
  1515 bool1353 issigned -1E+998 -> 1
       
  1516 bool1354 issigned 1E+999 -> 0
       
  1517 bool1355 issigned -1E+999 -> 1
       
  1518 bool1356 issigned 1E+1000 -> 0
       
  1519 bool1357 issigned -1E+1000 -> 1
       
  1520 bool1358 issigned 1E+2000 -> 0
       
  1521 bool1359 issigned -1E+2000 -> 1
       
  1522 bool1360 issigned 9E-2000 -> 0
       
  1523 bool1361 issigned -9E-2000 -> 1
       
  1524 bool1362 issigned 9E-1008 -> 0
       
  1525 bool1363 issigned -9E-1008 -> 1
       
  1526 bool1364 issigned 9E-1007 -> 0
       
  1527 bool1365 issigned -9E-1007 -> 1
       
  1528 bool1366 issigned 9E-1006 -> 0
       
  1529 bool1367 issigned -9E-1006 -> 1
       
  1530 bool1368 issigned 9E-1000 -> 0
       
  1531 bool1369 issigned -9E-1000 -> 1
       
  1532 bool1370 issigned 9E-999 -> 0
       
  1533 bool1371 issigned -9E-999 -> 1
       
  1534 bool1372 issigned 9E-998 -> 0
       
  1535 bool1373 issigned -9E-998 -> 1
       
  1536 bool1374 issigned 9E-100 -> 0
       
  1537 bool1375 issigned -9E-100 -> 1
       
  1538 bool1376 issigned 0.000009 -> 0
       
  1539 bool1377 issigned -0.000009 -> 1
       
  1540 bool1378 issigned 0.009 -> 0
       
  1541 bool1379 issigned -0.009 -> 1
       
  1542 bool1380 issigned 0.09 -> 0
       
  1543 bool1381 issigned -0.09 -> 1
       
  1544 bool1382 issigned 0.9 -> 0
       
  1545 bool1383 issigned -0.9 -> 1
       
  1546 bool1384 issigned 9 -> 0
       
  1547 bool1385 issigned -9 -> 1
       
  1548 bool1386 issigned 9E+1 -> 0
       
  1549 bool1387 issigned -9E+1 -> 1
       
  1550 bool1388 issigned 9E+2 -> 0
       
  1551 bool1389 issigned -9E+2 -> 1
       
  1552 bool1390 issigned 9E+3 -> 0
       
  1553 bool1391 issigned -9E+3 -> 1
       
  1554 bool1392 issigned 9E+6 -> 0
       
  1555 bool1393 issigned -9E+6 -> 1
       
  1556 bool1394 issigned 9E+100 -> 0
       
  1557 bool1395 issigned -9E+100 -> 1
       
  1558 bool1396 issigned 9E+990 -> 0
       
  1559 bool1397 issigned -9E+990 -> 1
       
  1560 bool1398 issigned 9E+991 -> 0
       
  1561 bool1399 issigned -9E+991 -> 1
       
  1562 bool1400 issigned 9E+992 -> 0
       
  1563 bool1401 issigned -9E+992 -> 1
       
  1564 bool1402 issigned 9E+998 -> 0
       
  1565 bool1403 issigned -9E+998 -> 1
       
  1566 bool1404 issigned 9E+999 -> 0
       
  1567 bool1405 issigned -9E+999 -> 1
       
  1568 bool1406 issigned 9E+1000 -> 0
       
  1569 bool1407 issigned -9E+1000 -> 1
       
  1570 bool1408 issigned 9E+2000 -> 0
       
  1571 bool1409 issigned -9E+2000 -> 1
       
  1572 bool1410 issigned 9.99999999E-2000 -> 0
       
  1573 bool1411 issigned -9.99999999E-2000 -> 1
       
  1574 bool1412 issigned 9.99999999E-1008 -> 0
       
  1575 bool1413 issigned -9.99999999E-1008 -> 1
       
  1576 bool1414 issigned 9.99999999E-1007 -> 0
       
  1577 bool1415 issigned -9.99999999E-1007 -> 1
       
  1578 bool1416 issigned 9.99999999E-1006 -> 0
       
  1579 bool1417 issigned -9.99999999E-1006 -> 1
       
  1580 bool1418 issigned 9.99999999E-1000 -> 0
       
  1581 bool1419 issigned -9.99999999E-1000 -> 1
       
  1582 bool1420 issigned 9.99999999E-999 -> 0
       
  1583 bool1421 issigned -9.99999999E-999 -> 1
       
  1584 bool1422 issigned 9.99999999E-998 -> 0
       
  1585 bool1423 issigned -9.99999999E-998 -> 1
       
  1586 bool1424 issigned 9.99999999E-100 -> 0
       
  1587 bool1425 issigned -9.99999999E-100 -> 1
       
  1588 bool1426 issigned 0.00000999999999 -> 0
       
  1589 bool1427 issigned -0.00000999999999 -> 1
       
  1590 bool1428 issigned 0.00999999999 -> 0
       
  1591 bool1429 issigned -0.00999999999 -> 1
       
  1592 bool1430 issigned 0.0999999999 -> 0
       
  1593 bool1431 issigned -0.0999999999 -> 1
       
  1594 bool1432 issigned 0.999999999 -> 0
       
  1595 bool1433 issigned -0.999999999 -> 1
       
  1596 bool1434 issigned 9.99999999 -> 0
       
  1597 bool1435 issigned -9.99999999 -> 1
       
  1598 bool1436 issigned 99.9999999 -> 0
       
  1599 bool1437 issigned -99.9999999 -> 1
       
  1600 bool1438 issigned 999.999999 -> 0
       
  1601 bool1439 issigned -999.999999 -> 1
       
  1602 bool1440 issigned 9999.99999 -> 0
       
  1603 bool1441 issigned -9999.99999 -> 1
       
  1604 bool1442 issigned 9999999.99 -> 0
       
  1605 bool1443 issigned -9999999.99 -> 1
       
  1606 bool1444 issigned 9.99999999E+100 -> 0
       
  1607 bool1445 issigned -9.99999999E+100 -> 1
       
  1608 bool1446 issigned 9.99999999E+990 -> 0
       
  1609 bool1447 issigned -9.99999999E+990 -> 1
       
  1610 bool1448 issigned 9.99999999E+991 -> 0
       
  1611 bool1449 issigned -9.99999999E+991 -> 1
       
  1612 bool1450 issigned 9.99999999E+992 -> 0
       
  1613 bool1451 issigned -9.99999999E+992 -> 1
       
  1614 bool1452 issigned 9.99999999E+998 -> 0
       
  1615 bool1453 issigned -9.99999999E+998 -> 1
       
  1616 bool1454 issigned 9.99999999E+999 -> 0
       
  1617 bool1455 issigned -9.99999999E+999 -> 1
       
  1618 bool1456 issigned 9.99999999E+1000 -> 0
       
  1619 bool1457 issigned -9.99999999E+1000 -> 1
       
  1620 bool1458 issigned 9.99999999E+2000 -> 0
       
  1621 bool1459 issigned -9.99999999E+2000 -> 1
       
  1622 bool1460 issigned Infinity -> 0
       
  1623 bool1461 issigned -Infinity -> 1
       
  1624 bool1462 issigned NaN -> 0
       
  1625 bool1463 issigned -NaN -> 1
       
  1626 bool1464 issigned NaN123 -> 0
       
  1627 bool1465 issigned -NaN123 -> 1
       
  1628 bool1466 issigned sNaN -> 0
       
  1629 bool1467 issigned -sNaN -> 1
       
  1630 bool1468 issigned sNaN123 -> 0
       
  1631 bool1469 issigned -sNaN123 -> 1
       
  1632 bool1470 issnan 0E-2000 -> 0
       
  1633 bool1471 issnan -0E-2000 -> 0
       
  1634 bool1472 issnan 0E-1008 -> 0
       
  1635 bool1473 issnan -0E-1008 -> 0
       
  1636 bool1474 issnan 0E-1007 -> 0
       
  1637 bool1475 issnan -0E-1007 -> 0
       
  1638 bool1476 issnan 0E-1006 -> 0
       
  1639 bool1477 issnan -0E-1006 -> 0
       
  1640 bool1478 issnan 0E-1000 -> 0
       
  1641 bool1479 issnan -0E-1000 -> 0
       
  1642 bool1480 issnan 0E-999 -> 0
       
  1643 bool1481 issnan -0E-999 -> 0
       
  1644 bool1482 issnan 0E-998 -> 0
       
  1645 bool1483 issnan -0E-998 -> 0
       
  1646 bool1484 issnan 0E-100 -> 0
       
  1647 bool1485 issnan -0E-100 -> 0
       
  1648 bool1486 issnan 0.000000 -> 0
       
  1649 bool1487 issnan -0.000000 -> 0
       
  1650 bool1488 issnan 0.000 -> 0
       
  1651 bool1489 issnan -0.000 -> 0
       
  1652 bool1490 issnan 0.00 -> 0
       
  1653 bool1491 issnan -0.00 -> 0
       
  1654 bool1492 issnan 0.0 -> 0
       
  1655 bool1493 issnan -0.0 -> 0
       
  1656 bool1494 issnan 0 -> 0
       
  1657 bool1495 issnan -0 -> 0
       
  1658 bool1496 issnan 0E+1 -> 0
       
  1659 bool1497 issnan -0E+1 -> 0
       
  1660 bool1498 issnan 0E+2 -> 0
       
  1661 bool1499 issnan -0E+2 -> 0
       
  1662 bool1500 issnan 0E+3 -> 0
       
  1663 bool1501 issnan -0E+3 -> 0
       
  1664 bool1502 issnan 0E+6 -> 0
       
  1665 bool1503 issnan -0E+6 -> 0
       
  1666 bool1504 issnan 0E+100 -> 0
       
  1667 bool1505 issnan -0E+100 -> 0
       
  1668 bool1506 issnan 0E+990 -> 0
       
  1669 bool1507 issnan -0E+990 -> 0
       
  1670 bool1508 issnan 0E+991 -> 0
       
  1671 bool1509 issnan -0E+991 -> 0
       
  1672 bool1510 issnan 0E+992 -> 0
       
  1673 bool1511 issnan -0E+992 -> 0
       
  1674 bool1512 issnan 0E+998 -> 0
       
  1675 bool1513 issnan -0E+998 -> 0
       
  1676 bool1514 issnan 0E+999 -> 0
       
  1677 bool1515 issnan -0E+999 -> 0
       
  1678 bool1516 issnan 0E+1000 -> 0
       
  1679 bool1517 issnan -0E+1000 -> 0
       
  1680 bool1518 issnan 0E+2000 -> 0
       
  1681 bool1519 issnan -0E+2000 -> 0
       
  1682 bool1520 issnan 1E-2000 -> 0
       
  1683 bool1521 issnan -1E-2000 -> 0
       
  1684 bool1522 issnan 1E-1008 -> 0
       
  1685 bool1523 issnan -1E-1008 -> 0
       
  1686 bool1524 issnan 1E-1007 -> 0
       
  1687 bool1525 issnan -1E-1007 -> 0
       
  1688 bool1526 issnan 1E-1006 -> 0
       
  1689 bool1527 issnan -1E-1006 -> 0
       
  1690 bool1528 issnan 1E-1000 -> 0
       
  1691 bool1529 issnan -1E-1000 -> 0
       
  1692 bool1530 issnan 1E-999 -> 0
       
  1693 bool1531 issnan -1E-999 -> 0
       
  1694 bool1532 issnan 1E-998 -> 0
       
  1695 bool1533 issnan -1E-998 -> 0
       
  1696 bool1534 issnan 1E-100 -> 0
       
  1697 bool1535 issnan -1E-100 -> 0
       
  1698 bool1536 issnan 0.000001 -> 0
       
  1699 bool1537 issnan -0.000001 -> 0
       
  1700 bool1538 issnan 0.001 -> 0
       
  1701 bool1539 issnan -0.001 -> 0
       
  1702 bool1540 issnan 0.01 -> 0
       
  1703 bool1541 issnan -0.01 -> 0
       
  1704 bool1542 issnan 0.1 -> 0
       
  1705 bool1543 issnan -0.1 -> 0
       
  1706 bool1544 issnan 1 -> 0
       
  1707 bool1545 issnan -1 -> 0
       
  1708 bool1546 issnan 1E+1 -> 0
       
  1709 bool1547 issnan -1E+1 -> 0
       
  1710 bool1548 issnan 1E+2 -> 0
       
  1711 bool1549 issnan -1E+2 -> 0
       
  1712 bool1550 issnan 1E+3 -> 0
       
  1713 bool1551 issnan -1E+3 -> 0
       
  1714 bool1552 issnan 1E+6 -> 0
       
  1715 bool1553 issnan -1E+6 -> 0
       
  1716 bool1554 issnan 1E+100 -> 0
       
  1717 bool1555 issnan -1E+100 -> 0
       
  1718 bool1556 issnan 1E+990 -> 0
       
  1719 bool1557 issnan -1E+990 -> 0
       
  1720 bool1558 issnan 1E+991 -> 0
       
  1721 bool1559 issnan -1E+991 -> 0
       
  1722 bool1560 issnan 1E+992 -> 0
       
  1723 bool1561 issnan -1E+992 -> 0
       
  1724 bool1562 issnan 1E+998 -> 0
       
  1725 bool1563 issnan -1E+998 -> 0
       
  1726 bool1564 issnan 1E+999 -> 0
       
  1727 bool1565 issnan -1E+999 -> 0
       
  1728 bool1566 issnan 1E+1000 -> 0
       
  1729 bool1567 issnan -1E+1000 -> 0
       
  1730 bool1568 issnan 1E+2000 -> 0
       
  1731 bool1569 issnan -1E+2000 -> 0
       
  1732 bool1570 issnan 9E-2000 -> 0
       
  1733 bool1571 issnan -9E-2000 -> 0
       
  1734 bool1572 issnan 9E-1008 -> 0
       
  1735 bool1573 issnan -9E-1008 -> 0
       
  1736 bool1574 issnan 9E-1007 -> 0
       
  1737 bool1575 issnan -9E-1007 -> 0
       
  1738 bool1576 issnan 9E-1006 -> 0
       
  1739 bool1577 issnan -9E-1006 -> 0
       
  1740 bool1578 issnan 9E-1000 -> 0
       
  1741 bool1579 issnan -9E-1000 -> 0
       
  1742 bool1580 issnan 9E-999 -> 0
       
  1743 bool1581 issnan -9E-999 -> 0
       
  1744 bool1582 issnan 9E-998 -> 0
       
  1745 bool1583 issnan -9E-998 -> 0
       
  1746 bool1584 issnan 9E-100 -> 0
       
  1747 bool1585 issnan -9E-100 -> 0
       
  1748 bool1586 issnan 0.000009 -> 0
       
  1749 bool1587 issnan -0.000009 -> 0
       
  1750 bool1588 issnan 0.009 -> 0
       
  1751 bool1589 issnan -0.009 -> 0
       
  1752 bool1590 issnan 0.09 -> 0
       
  1753 bool1591 issnan -0.09 -> 0
       
  1754 bool1592 issnan 0.9 -> 0
       
  1755 bool1593 issnan -0.9 -> 0
       
  1756 bool1594 issnan 9 -> 0
       
  1757 bool1595 issnan -9 -> 0
       
  1758 bool1596 issnan 9E+1 -> 0
       
  1759 bool1597 issnan -9E+1 -> 0
       
  1760 bool1598 issnan 9E+2 -> 0
       
  1761 bool1599 issnan -9E+2 -> 0
       
  1762 bool1600 issnan 9E+3 -> 0
       
  1763 bool1601 issnan -9E+3 -> 0
       
  1764 bool1602 issnan 9E+6 -> 0
       
  1765 bool1603 issnan -9E+6 -> 0
       
  1766 bool1604 issnan 9E+100 -> 0
       
  1767 bool1605 issnan -9E+100 -> 0
       
  1768 bool1606 issnan 9E+990 -> 0
       
  1769 bool1607 issnan -9E+990 -> 0
       
  1770 bool1608 issnan 9E+991 -> 0
       
  1771 bool1609 issnan -9E+991 -> 0
       
  1772 bool1610 issnan 9E+992 -> 0
       
  1773 bool1611 issnan -9E+992 -> 0
       
  1774 bool1612 issnan 9E+998 -> 0
       
  1775 bool1613 issnan -9E+998 -> 0
       
  1776 bool1614 issnan 9E+999 -> 0
       
  1777 bool1615 issnan -9E+999 -> 0
       
  1778 bool1616 issnan 9E+1000 -> 0
       
  1779 bool1617 issnan -9E+1000 -> 0
       
  1780 bool1618 issnan 9E+2000 -> 0
       
  1781 bool1619 issnan -9E+2000 -> 0
       
  1782 bool1620 issnan 9.99999999E-2000 -> 0
       
  1783 bool1621 issnan -9.99999999E-2000 -> 0
       
  1784 bool1622 issnan 9.99999999E-1008 -> 0
       
  1785 bool1623 issnan -9.99999999E-1008 -> 0
       
  1786 bool1624 issnan 9.99999999E-1007 -> 0
       
  1787 bool1625 issnan -9.99999999E-1007 -> 0
       
  1788 bool1626 issnan 9.99999999E-1006 -> 0
       
  1789 bool1627 issnan -9.99999999E-1006 -> 0
       
  1790 bool1628 issnan 9.99999999E-1000 -> 0
       
  1791 bool1629 issnan -9.99999999E-1000 -> 0
       
  1792 bool1630 issnan 9.99999999E-999 -> 0
       
  1793 bool1631 issnan -9.99999999E-999 -> 0
       
  1794 bool1632 issnan 9.99999999E-998 -> 0
       
  1795 bool1633 issnan -9.99999999E-998 -> 0
       
  1796 bool1634 issnan 9.99999999E-100 -> 0
       
  1797 bool1635 issnan -9.99999999E-100 -> 0
       
  1798 bool1636 issnan 0.00000999999999 -> 0
       
  1799 bool1637 issnan -0.00000999999999 -> 0
       
  1800 bool1638 issnan 0.00999999999 -> 0
       
  1801 bool1639 issnan -0.00999999999 -> 0
       
  1802 bool1640 issnan 0.0999999999 -> 0
       
  1803 bool1641 issnan -0.0999999999 -> 0
       
  1804 bool1642 issnan 0.999999999 -> 0
       
  1805 bool1643 issnan -0.999999999 -> 0
       
  1806 bool1644 issnan 9.99999999 -> 0
       
  1807 bool1645 issnan -9.99999999 -> 0
       
  1808 bool1646 issnan 99.9999999 -> 0
       
  1809 bool1647 issnan -99.9999999 -> 0
       
  1810 bool1648 issnan 999.999999 -> 0
       
  1811 bool1649 issnan -999.999999 -> 0
       
  1812 bool1650 issnan 9999.99999 -> 0
       
  1813 bool1651 issnan -9999.99999 -> 0
       
  1814 bool1652 issnan 9999999.99 -> 0
       
  1815 bool1653 issnan -9999999.99 -> 0
       
  1816 bool1654 issnan 9.99999999E+100 -> 0
       
  1817 bool1655 issnan -9.99999999E+100 -> 0
       
  1818 bool1656 issnan 9.99999999E+990 -> 0
       
  1819 bool1657 issnan -9.99999999E+990 -> 0
       
  1820 bool1658 issnan 9.99999999E+991 -> 0
       
  1821 bool1659 issnan -9.99999999E+991 -> 0
       
  1822 bool1660 issnan 9.99999999E+992 -> 0
       
  1823 bool1661 issnan -9.99999999E+992 -> 0
       
  1824 bool1662 issnan 9.99999999E+998 -> 0
       
  1825 bool1663 issnan -9.99999999E+998 -> 0
       
  1826 bool1664 issnan 9.99999999E+999 -> 0
       
  1827 bool1665 issnan -9.99999999E+999 -> 0
       
  1828 bool1666 issnan 9.99999999E+1000 -> 0
       
  1829 bool1667 issnan -9.99999999E+1000 -> 0
       
  1830 bool1668 issnan 9.99999999E+2000 -> 0
       
  1831 bool1669 issnan -9.99999999E+2000 -> 0
       
  1832 bool1670 issnan Infinity -> 0
       
  1833 bool1671 issnan -Infinity -> 0
       
  1834 bool1672 issnan NaN -> 0
       
  1835 bool1673 issnan -NaN -> 0
       
  1836 bool1674 issnan NaN123 -> 0
       
  1837 bool1675 issnan -NaN123 -> 0
       
  1838 bool1676 issnan sNaN -> 1
       
  1839 bool1677 issnan -sNaN -> 1
       
  1840 bool1678 issnan sNaN123 -> 1
       
  1841 bool1679 issnan -sNaN123 -> 1
       
  1842 bool1680 issubnormal 0E-2000 -> 0
       
  1843 bool1681 issubnormal -0E-2000 -> 0
       
  1844 bool1682 issubnormal 0E-1008 -> 0
       
  1845 bool1683 issubnormal -0E-1008 -> 0
       
  1846 bool1684 issubnormal 0E-1007 -> 0
       
  1847 bool1685 issubnormal -0E-1007 -> 0
       
  1848 bool1686 issubnormal 0E-1006 -> 0
       
  1849 bool1687 issubnormal -0E-1006 -> 0
       
  1850 bool1688 issubnormal 0E-1000 -> 0
       
  1851 bool1689 issubnormal -0E-1000 -> 0
       
  1852 bool1690 issubnormal 0E-999 -> 0
       
  1853 bool1691 issubnormal -0E-999 -> 0
       
  1854 bool1692 issubnormal 0E-998 -> 0
       
  1855 bool1693 issubnormal -0E-998 -> 0
       
  1856 bool1694 issubnormal 0E-100 -> 0
       
  1857 bool1695 issubnormal -0E-100 -> 0
       
  1858 bool1696 issubnormal 0.000000 -> 0
       
  1859 bool1697 issubnormal -0.000000 -> 0
       
  1860 bool1698 issubnormal 0.000 -> 0
       
  1861 bool1699 issubnormal -0.000 -> 0
       
  1862 bool1700 issubnormal 0.00 -> 0
       
  1863 bool1701 issubnormal -0.00 -> 0
       
  1864 bool1702 issubnormal 0.0 -> 0
       
  1865 bool1703 issubnormal -0.0 -> 0
       
  1866 bool1704 issubnormal 0 -> 0
       
  1867 bool1705 issubnormal -0 -> 0
       
  1868 bool1706 issubnormal 0E+1 -> 0
       
  1869 bool1707 issubnormal -0E+1 -> 0
       
  1870 bool1708 issubnormal 0E+2 -> 0
       
  1871 bool1709 issubnormal -0E+2 -> 0
       
  1872 bool1710 issubnormal 0E+3 -> 0
       
  1873 bool1711 issubnormal -0E+3 -> 0
       
  1874 bool1712 issubnormal 0E+6 -> 0
       
  1875 bool1713 issubnormal -0E+6 -> 0
       
  1876 bool1714 issubnormal 0E+100 -> 0
       
  1877 bool1715 issubnormal -0E+100 -> 0
       
  1878 bool1716 issubnormal 0E+990 -> 0
       
  1879 bool1717 issubnormal -0E+990 -> 0
       
  1880 bool1718 issubnormal 0E+991 -> 0
       
  1881 bool1719 issubnormal -0E+991 -> 0
       
  1882 bool1720 issubnormal 0E+992 -> 0
       
  1883 bool1721 issubnormal -0E+992 -> 0
       
  1884 bool1722 issubnormal 0E+998 -> 0
       
  1885 bool1723 issubnormal -0E+998 -> 0
       
  1886 bool1724 issubnormal 0E+999 -> 0
       
  1887 bool1725 issubnormal -0E+999 -> 0
       
  1888 bool1726 issubnormal 0E+1000 -> 0
       
  1889 bool1727 issubnormal -0E+1000 -> 0
       
  1890 bool1728 issubnormal 0E+2000 -> 0
       
  1891 bool1729 issubnormal -0E+2000 -> 0
       
  1892 bool1730 issubnormal 1E-2000 -> 1
       
  1893 bool1731 issubnormal -1E-2000 -> 1
       
  1894 bool1732 issubnormal 1E-1008 -> 1
       
  1895 bool1733 issubnormal -1E-1008 -> 1
       
  1896 bool1734 issubnormal 1E-1007 -> 1
       
  1897 bool1735 issubnormal -1E-1007 -> 1
       
  1898 bool1736 issubnormal 1E-1006 -> 1
       
  1899 bool1737 issubnormal -1E-1006 -> 1
       
  1900 bool1738 issubnormal 1E-1000 -> 1
       
  1901 bool1739 issubnormal -1E-1000 -> 1
       
  1902 bool1740 issubnormal 1E-999 -> 0
       
  1903 bool1741 issubnormal -1E-999 -> 0
       
  1904 bool1742 issubnormal 1E-998 -> 0
       
  1905 bool1743 issubnormal -1E-998 -> 0
       
  1906 bool1744 issubnormal 1E-100 -> 0
       
  1907 bool1745 issubnormal -1E-100 -> 0
       
  1908 bool1746 issubnormal 0.000001 -> 0
       
  1909 bool1747 issubnormal -0.000001 -> 0
       
  1910 bool1748 issubnormal 0.001 -> 0
       
  1911 bool1749 issubnormal -0.001 -> 0
       
  1912 bool1750 issubnormal 0.01 -> 0
       
  1913 bool1751 issubnormal -0.01 -> 0
       
  1914 bool1752 issubnormal 0.1 -> 0
       
  1915 bool1753 issubnormal -0.1 -> 0
       
  1916 bool1754 issubnormal 1 -> 0
       
  1917 bool1755 issubnormal -1 -> 0
       
  1918 bool1756 issubnormal 1E+1 -> 0
       
  1919 bool1757 issubnormal -1E+1 -> 0
       
  1920 bool1758 issubnormal 1E+2 -> 0
       
  1921 bool1759 issubnormal -1E+2 -> 0
       
  1922 bool1760 issubnormal 1E+3 -> 0
       
  1923 bool1761 issubnormal -1E+3 -> 0
       
  1924 bool1762 issubnormal 1E+6 -> 0
       
  1925 bool1763 issubnormal -1E+6 -> 0
       
  1926 bool1764 issubnormal 1E+100 -> 0
       
  1927 bool1765 issubnormal -1E+100 -> 0
       
  1928 bool1766 issubnormal 1E+990 -> 0
       
  1929 bool1767 issubnormal -1E+990 -> 0
       
  1930 bool1768 issubnormal 1E+991 -> 0
       
  1931 bool1769 issubnormal -1E+991 -> 0
       
  1932 bool1770 issubnormal 1E+992 -> 0
       
  1933 bool1771 issubnormal -1E+992 -> 0
       
  1934 bool1772 issubnormal 1E+998 -> 0
       
  1935 bool1773 issubnormal -1E+998 -> 0
       
  1936 bool1774 issubnormal 1E+999 -> 0
       
  1937 bool1775 issubnormal -1E+999 -> 0
       
  1938 bool1776 issubnormal 1E+1000 -> 0
       
  1939 bool1777 issubnormal -1E+1000 -> 0
       
  1940 bool1778 issubnormal 1E+2000 -> 0
       
  1941 bool1779 issubnormal -1E+2000 -> 0
       
  1942 bool1780 issubnormal 9E-2000 -> 1
       
  1943 bool1781 issubnormal -9E-2000 -> 1
       
  1944 bool1782 issubnormal 9E-1008 -> 1
       
  1945 bool1783 issubnormal -9E-1008 -> 1
       
  1946 bool1784 issubnormal 9E-1007 -> 1
       
  1947 bool1785 issubnormal -9E-1007 -> 1
       
  1948 bool1786 issubnormal 9E-1006 -> 1
       
  1949 bool1787 issubnormal -9E-1006 -> 1
       
  1950 bool1788 issubnormal 9E-1000 -> 1
       
  1951 bool1789 issubnormal -9E-1000 -> 1
       
  1952 bool1790 issubnormal 9E-999 -> 0
       
  1953 bool1791 issubnormal -9E-999 -> 0
       
  1954 bool1792 issubnormal 9E-998 -> 0
       
  1955 bool1793 issubnormal -9E-998 -> 0
       
  1956 bool1794 issubnormal 9E-100 -> 0
       
  1957 bool1795 issubnormal -9E-100 -> 0
       
  1958 bool1796 issubnormal 0.000009 -> 0
       
  1959 bool1797 issubnormal -0.000009 -> 0
       
  1960 bool1798 issubnormal 0.009 -> 0
       
  1961 bool1799 issubnormal -0.009 -> 0
       
  1962 bool1800 issubnormal 0.09 -> 0
       
  1963 bool1801 issubnormal -0.09 -> 0
       
  1964 bool1802 issubnormal 0.9 -> 0
       
  1965 bool1803 issubnormal -0.9 -> 0
       
  1966 bool1804 issubnormal 9 -> 0
       
  1967 bool1805 issubnormal -9 -> 0
       
  1968 bool1806 issubnormal 9E+1 -> 0
       
  1969 bool1807 issubnormal -9E+1 -> 0
       
  1970 bool1808 issubnormal 9E+2 -> 0
       
  1971 bool1809 issubnormal -9E+2 -> 0
       
  1972 bool1810 issubnormal 9E+3 -> 0
       
  1973 bool1811 issubnormal -9E+3 -> 0
       
  1974 bool1812 issubnormal 9E+6 -> 0
       
  1975 bool1813 issubnormal -9E+6 -> 0
       
  1976 bool1814 issubnormal 9E+100 -> 0
       
  1977 bool1815 issubnormal -9E+100 -> 0
       
  1978 bool1816 issubnormal 9E+990 -> 0
       
  1979 bool1817 issubnormal -9E+990 -> 0
       
  1980 bool1818 issubnormal 9E+991 -> 0
       
  1981 bool1819 issubnormal -9E+991 -> 0
       
  1982 bool1820 issubnormal 9E+992 -> 0
       
  1983 bool1821 issubnormal -9E+992 -> 0
       
  1984 bool1822 issubnormal 9E+998 -> 0
       
  1985 bool1823 issubnormal -9E+998 -> 0
       
  1986 bool1824 issubnormal 9E+999 -> 0
       
  1987 bool1825 issubnormal -9E+999 -> 0
       
  1988 bool1826 issubnormal 9E+1000 -> 0
       
  1989 bool1827 issubnormal -9E+1000 -> 0
       
  1990 bool1828 issubnormal 9E+2000 -> 0
       
  1991 bool1829 issubnormal -9E+2000 -> 0
       
  1992 bool1830 issubnormal 9.99999999E-2000 -> 1
       
  1993 bool1831 issubnormal -9.99999999E-2000 -> 1
       
  1994 bool1832 issubnormal 9.99999999E-1008 -> 1
       
  1995 bool1833 issubnormal -9.99999999E-1008 -> 1
       
  1996 bool1834 issubnormal 9.99999999E-1007 -> 1
       
  1997 bool1835 issubnormal -9.99999999E-1007 -> 1
       
  1998 bool1836 issubnormal 9.99999999E-1006 -> 1
       
  1999 bool1837 issubnormal -9.99999999E-1006 -> 1
       
  2000 bool1838 issubnormal 9.99999999E-1000 -> 1
       
  2001 bool1839 issubnormal -9.99999999E-1000 -> 1
       
  2002 bool1840 issubnormal 9.99999999E-999 -> 0
       
  2003 bool1841 issubnormal -9.99999999E-999 -> 0
       
  2004 bool1842 issubnormal 9.99999999E-998 -> 0
       
  2005 bool1843 issubnormal -9.99999999E-998 -> 0
       
  2006 bool1844 issubnormal 9.99999999E-100 -> 0
       
  2007 bool1845 issubnormal -9.99999999E-100 -> 0
       
  2008 bool1846 issubnormal 0.00000999999999 -> 0
       
  2009 bool1847 issubnormal -0.00000999999999 -> 0
       
  2010 bool1848 issubnormal 0.00999999999 -> 0
       
  2011 bool1849 issubnormal -0.00999999999 -> 0
       
  2012 bool1850 issubnormal 0.0999999999 -> 0
       
  2013 bool1851 issubnormal -0.0999999999 -> 0
       
  2014 bool1852 issubnormal 0.999999999 -> 0
       
  2015 bool1853 issubnormal -0.999999999 -> 0
       
  2016 bool1854 issubnormal 9.99999999 -> 0
       
  2017 bool1855 issubnormal -9.99999999 -> 0
       
  2018 bool1856 issubnormal 99.9999999 -> 0
       
  2019 bool1857 issubnormal -99.9999999 -> 0
       
  2020 bool1858 issubnormal 999.999999 -> 0
       
  2021 bool1859 issubnormal -999.999999 -> 0
       
  2022 bool1860 issubnormal 9999.99999 -> 0
       
  2023 bool1861 issubnormal -9999.99999 -> 0
       
  2024 bool1862 issubnormal 9999999.99 -> 0
       
  2025 bool1863 issubnormal -9999999.99 -> 0
       
  2026 bool1864 issubnormal 9.99999999E+100 -> 0
       
  2027 bool1865 issubnormal -9.99999999E+100 -> 0
       
  2028 bool1866 issubnormal 9.99999999E+990 -> 0
       
  2029 bool1867 issubnormal -9.99999999E+990 -> 0
       
  2030 bool1868 issubnormal 9.99999999E+991 -> 0
       
  2031 bool1869 issubnormal -9.99999999E+991 -> 0
       
  2032 bool1870 issubnormal 9.99999999E+992 -> 0
       
  2033 bool1871 issubnormal -9.99999999E+992 -> 0
       
  2034 bool1872 issubnormal 9.99999999E+998 -> 0
       
  2035 bool1873 issubnormal -9.99999999E+998 -> 0
       
  2036 bool1874 issubnormal 9.99999999E+999 -> 0
       
  2037 bool1875 issubnormal -9.99999999E+999 -> 0
       
  2038 bool1876 issubnormal 9.99999999E+1000 -> 0
       
  2039 bool1877 issubnormal -9.99999999E+1000 -> 0
       
  2040 bool1878 issubnormal 9.99999999E+2000 -> 0
       
  2041 bool1879 issubnormal -9.99999999E+2000 -> 0
       
  2042 bool1880 issubnormal Infinity -> 0
       
  2043 bool1881 issubnormal -Infinity -> 0
       
  2044 bool1882 issubnormal NaN -> 0
       
  2045 bool1883 issubnormal -NaN -> 0
       
  2046 bool1884 issubnormal NaN123 -> 0
       
  2047 bool1885 issubnormal -NaN123 -> 0
       
  2048 bool1886 issubnormal sNaN -> 0
       
  2049 bool1887 issubnormal -sNaN -> 0
       
  2050 bool1888 issubnormal sNaN123 -> 0
       
  2051 bool1889 issubnormal -sNaN123 -> 0
       
  2052 bool1890 iszero 0E-2000 -> 1
       
  2053 bool1891 iszero -0E-2000 -> 1
       
  2054 bool1892 iszero 0E-1008 -> 1
       
  2055 bool1893 iszero -0E-1008 -> 1
       
  2056 bool1894 iszero 0E-1007 -> 1
       
  2057 bool1895 iszero -0E-1007 -> 1
       
  2058 bool1896 iszero 0E-1006 -> 1
       
  2059 bool1897 iszero -0E-1006 -> 1
       
  2060 bool1898 iszero 0E-1000 -> 1
       
  2061 bool1899 iszero -0E-1000 -> 1
       
  2062 bool1900 iszero 0E-999 -> 1
       
  2063 bool1901 iszero -0E-999 -> 1
       
  2064 bool1902 iszero 0E-998 -> 1
       
  2065 bool1903 iszero -0E-998 -> 1
       
  2066 bool1904 iszero 0E-100 -> 1
       
  2067 bool1905 iszero -0E-100 -> 1
       
  2068 bool1906 iszero 0.000000 -> 1
       
  2069 bool1907 iszero -0.000000 -> 1
       
  2070 bool1908 iszero 0.000 -> 1
       
  2071 bool1909 iszero -0.000 -> 1
       
  2072 bool1910 iszero 0.00 -> 1
       
  2073 bool1911 iszero -0.00 -> 1
       
  2074 bool1912 iszero 0.0 -> 1
       
  2075 bool1913 iszero -0.0 -> 1
       
  2076 bool1914 iszero 0 -> 1
       
  2077 bool1915 iszero -0 -> 1
       
  2078 bool1916 iszero 0E+1 -> 1
       
  2079 bool1917 iszero -0E+1 -> 1
       
  2080 bool1918 iszero 0E+2 -> 1
       
  2081 bool1919 iszero -0E+2 -> 1
       
  2082 bool1920 iszero 0E+3 -> 1
       
  2083 bool1921 iszero -0E+3 -> 1
       
  2084 bool1922 iszero 0E+6 -> 1
       
  2085 bool1923 iszero -0E+6 -> 1
       
  2086 bool1924 iszero 0E+100 -> 1
       
  2087 bool1925 iszero -0E+100 -> 1
       
  2088 bool1926 iszero 0E+990 -> 1
       
  2089 bool1927 iszero -0E+990 -> 1
       
  2090 bool1928 iszero 0E+991 -> 1
       
  2091 bool1929 iszero -0E+991 -> 1
       
  2092 bool1930 iszero 0E+992 -> 1
       
  2093 bool1931 iszero -0E+992 -> 1
       
  2094 bool1932 iszero 0E+998 -> 1
       
  2095 bool1933 iszero -0E+998 -> 1
       
  2096 bool1934 iszero 0E+999 -> 1
       
  2097 bool1935 iszero -0E+999 -> 1
       
  2098 bool1936 iszero 0E+1000 -> 1
       
  2099 bool1937 iszero -0E+1000 -> 1
       
  2100 bool1938 iszero 0E+2000 -> 1
       
  2101 bool1939 iszero -0E+2000 -> 1
       
  2102 bool1940 iszero 1E-2000 -> 0
       
  2103 bool1941 iszero -1E-2000 -> 0
       
  2104 bool1942 iszero 1E-1008 -> 0
       
  2105 bool1943 iszero -1E-1008 -> 0
       
  2106 bool1944 iszero 1E-1007 -> 0
       
  2107 bool1945 iszero -1E-1007 -> 0
       
  2108 bool1946 iszero 1E-1006 -> 0
       
  2109 bool1947 iszero -1E-1006 -> 0
       
  2110 bool1948 iszero 1E-1000 -> 0
       
  2111 bool1949 iszero -1E-1000 -> 0
       
  2112 bool1950 iszero 1E-999 -> 0
       
  2113 bool1951 iszero -1E-999 -> 0
       
  2114 bool1952 iszero 1E-998 -> 0
       
  2115 bool1953 iszero -1E-998 -> 0
       
  2116 bool1954 iszero 1E-100 -> 0
       
  2117 bool1955 iszero -1E-100 -> 0
       
  2118 bool1956 iszero 0.000001 -> 0
       
  2119 bool1957 iszero -0.000001 -> 0
       
  2120 bool1958 iszero 0.001 -> 0
       
  2121 bool1959 iszero -0.001 -> 0
       
  2122 bool1960 iszero 0.01 -> 0
       
  2123 bool1961 iszero -0.01 -> 0
       
  2124 bool1962 iszero 0.1 -> 0
       
  2125 bool1963 iszero -0.1 -> 0
       
  2126 bool1964 iszero 1 -> 0
       
  2127 bool1965 iszero -1 -> 0
       
  2128 bool1966 iszero 1E+1 -> 0
       
  2129 bool1967 iszero -1E+1 -> 0
       
  2130 bool1968 iszero 1E+2 -> 0
       
  2131 bool1969 iszero -1E+2 -> 0
       
  2132 bool1970 iszero 1E+3 -> 0
       
  2133 bool1971 iszero -1E+3 -> 0
       
  2134 bool1972 iszero 1E+6 -> 0
       
  2135 bool1973 iszero -1E+6 -> 0
       
  2136 bool1974 iszero 1E+100 -> 0
       
  2137 bool1975 iszero -1E+100 -> 0
       
  2138 bool1976 iszero 1E+990 -> 0
       
  2139 bool1977 iszero -1E+990 -> 0
       
  2140 bool1978 iszero 1E+991 -> 0
       
  2141 bool1979 iszero -1E+991 -> 0
       
  2142 bool1980 iszero 1E+992 -> 0
       
  2143 bool1981 iszero -1E+992 -> 0
       
  2144 bool1982 iszero 1E+998 -> 0
       
  2145 bool1983 iszero -1E+998 -> 0
       
  2146 bool1984 iszero 1E+999 -> 0
       
  2147 bool1985 iszero -1E+999 -> 0
       
  2148 bool1986 iszero 1E+1000 -> 0
       
  2149 bool1987 iszero -1E+1000 -> 0
       
  2150 bool1988 iszero 1E+2000 -> 0
       
  2151 bool1989 iszero -1E+2000 -> 0
       
  2152 bool1990 iszero 9E-2000 -> 0
       
  2153 bool1991 iszero -9E-2000 -> 0
       
  2154 bool1992 iszero 9E-1008 -> 0
       
  2155 bool1993 iszero -9E-1008 -> 0
       
  2156 bool1994 iszero 9E-1007 -> 0
       
  2157 bool1995 iszero -9E-1007 -> 0
       
  2158 bool1996 iszero 9E-1006 -> 0
       
  2159 bool1997 iszero -9E-1006 -> 0
       
  2160 bool1998 iszero 9E-1000 -> 0
       
  2161 bool1999 iszero -9E-1000 -> 0
       
  2162 bool2000 iszero 9E-999 -> 0
       
  2163 bool2001 iszero -9E-999 -> 0
       
  2164 bool2002 iszero 9E-998 -> 0
       
  2165 bool2003 iszero -9E-998 -> 0
       
  2166 bool2004 iszero 9E-100 -> 0
       
  2167 bool2005 iszero -9E-100 -> 0
       
  2168 bool2006 iszero 0.000009 -> 0
       
  2169 bool2007 iszero -0.000009 -> 0
       
  2170 bool2008 iszero 0.009 -> 0
       
  2171 bool2009 iszero -0.009 -> 0
       
  2172 bool2010 iszero 0.09 -> 0
       
  2173 bool2011 iszero -0.09 -> 0
       
  2174 bool2012 iszero 0.9 -> 0
       
  2175 bool2013 iszero -0.9 -> 0
       
  2176 bool2014 iszero 9 -> 0
       
  2177 bool2015 iszero -9 -> 0
       
  2178 bool2016 iszero 9E+1 -> 0
       
  2179 bool2017 iszero -9E+1 -> 0
       
  2180 bool2018 iszero 9E+2 -> 0
       
  2181 bool2019 iszero -9E+2 -> 0
       
  2182 bool2020 iszero 9E+3 -> 0
       
  2183 bool2021 iszero -9E+3 -> 0
       
  2184 bool2022 iszero 9E+6 -> 0
       
  2185 bool2023 iszero -9E+6 -> 0
       
  2186 bool2024 iszero 9E+100 -> 0
       
  2187 bool2025 iszero -9E+100 -> 0
       
  2188 bool2026 iszero 9E+990 -> 0
       
  2189 bool2027 iszero -9E+990 -> 0
       
  2190 bool2028 iszero 9E+991 -> 0
       
  2191 bool2029 iszero -9E+991 -> 0
       
  2192 bool2030 iszero 9E+992 -> 0
       
  2193 bool2031 iszero -9E+992 -> 0
       
  2194 bool2032 iszero 9E+998 -> 0
       
  2195 bool2033 iszero -9E+998 -> 0
       
  2196 bool2034 iszero 9E+999 -> 0
       
  2197 bool2035 iszero -9E+999 -> 0
       
  2198 bool2036 iszero 9E+1000 -> 0
       
  2199 bool2037 iszero -9E+1000 -> 0
       
  2200 bool2038 iszero 9E+2000 -> 0
       
  2201 bool2039 iszero -9E+2000 -> 0
       
  2202 bool2040 iszero 9.99999999E-2000 -> 0
       
  2203 bool2041 iszero -9.99999999E-2000 -> 0
       
  2204 bool2042 iszero 9.99999999E-1008 -> 0
       
  2205 bool2043 iszero -9.99999999E-1008 -> 0
       
  2206 bool2044 iszero 9.99999999E-1007 -> 0
       
  2207 bool2045 iszero -9.99999999E-1007 -> 0
       
  2208 bool2046 iszero 9.99999999E-1006 -> 0
       
  2209 bool2047 iszero -9.99999999E-1006 -> 0
       
  2210 bool2048 iszero 9.99999999E-1000 -> 0
       
  2211 bool2049 iszero -9.99999999E-1000 -> 0
       
  2212 bool2050 iszero 9.99999999E-999 -> 0
       
  2213 bool2051 iszero -9.99999999E-999 -> 0
       
  2214 bool2052 iszero 9.99999999E-998 -> 0
       
  2215 bool2053 iszero -9.99999999E-998 -> 0
       
  2216 bool2054 iszero 9.99999999E-100 -> 0
       
  2217 bool2055 iszero -9.99999999E-100 -> 0
       
  2218 bool2056 iszero 0.00000999999999 -> 0
       
  2219 bool2057 iszero -0.00000999999999 -> 0
       
  2220 bool2058 iszero 0.00999999999 -> 0
       
  2221 bool2059 iszero -0.00999999999 -> 0
       
  2222 bool2060 iszero 0.0999999999 -> 0
       
  2223 bool2061 iszero -0.0999999999 -> 0
       
  2224 bool2062 iszero 0.999999999 -> 0
       
  2225 bool2063 iszero -0.999999999 -> 0
       
  2226 bool2064 iszero 9.99999999 -> 0
       
  2227 bool2065 iszero -9.99999999 -> 0
       
  2228 bool2066 iszero 99.9999999 -> 0
       
  2229 bool2067 iszero -99.9999999 -> 0
       
  2230 bool2068 iszero 999.999999 -> 0
       
  2231 bool2069 iszero -999.999999 -> 0
       
  2232 bool2070 iszero 9999.99999 -> 0
       
  2233 bool2071 iszero -9999.99999 -> 0
       
  2234 bool2072 iszero 9999999.99 -> 0
       
  2235 bool2073 iszero -9999999.99 -> 0
       
  2236 bool2074 iszero 9.99999999E+100 -> 0
       
  2237 bool2075 iszero -9.99999999E+100 -> 0
       
  2238 bool2076 iszero 9.99999999E+990 -> 0
       
  2239 bool2077 iszero -9.99999999E+990 -> 0
       
  2240 bool2078 iszero 9.99999999E+991 -> 0
       
  2241 bool2079 iszero -9.99999999E+991 -> 0
       
  2242 bool2080 iszero 9.99999999E+992 -> 0
       
  2243 bool2081 iszero -9.99999999E+992 -> 0
       
  2244 bool2082 iszero 9.99999999E+998 -> 0
       
  2245 bool2083 iszero -9.99999999E+998 -> 0
       
  2246 bool2084 iszero 9.99999999E+999 -> 0
       
  2247 bool2085 iszero -9.99999999E+999 -> 0
       
  2248 bool2086 iszero 9.99999999E+1000 -> 0
       
  2249 bool2087 iszero -9.99999999E+1000 -> 0
       
  2250 bool2088 iszero 9.99999999E+2000 -> 0
       
  2251 bool2089 iszero -9.99999999E+2000 -> 0
       
  2252 bool2090 iszero Infinity -> 0
       
  2253 bool2091 iszero -Infinity -> 0
       
  2254 bool2092 iszero NaN -> 0
       
  2255 bool2093 iszero -NaN -> 0
       
  2256 bool2094 iszero NaN123 -> 0
       
  2257 bool2095 iszero -NaN123 -> 0
       
  2258 bool2096 iszero sNaN -> 0
       
  2259 bool2097 iszero -sNaN -> 0
       
  2260 bool2098 iszero sNaN123 -> 0
       
  2261 bool2099 iszero -sNaN123 -> 0
       
  2262 
       
  2263 ------------------------------------------------------------------------
       
  2264 -- The following tests (pwmx0 through pwmx440) are for the            --
       
  2265 -- three-argument version of power:                                   --
       
  2266 --                                                                    --
       
  2267 --   pow(x, y, z) := x**y % z                                         --
       
  2268 --                                                                    --
       
  2269 -- Note that the three-argument version of power is *not* part of     --
       
  2270 -- the IBM General Decimal Arithmetic specification.  Questions       --
       
  2271 -- about it, or about these testcases, should go to one of the        --
       
  2272 -- Python decimal authors.                                            --
       
  2273 ------------------------------------------------------------------------
       
  2274 
       
  2275 extended: 1
       
  2276 precision: 9
       
  2277 rounding: down
       
  2278 maxExponent: 999
       
  2279 minExponent: -999
       
  2280 
       
  2281 -- Small numbers
       
  2282 -- Note that power(0, 0, m) is an error for any m
       
  2283 pwmx0 power 0 -0 1 -> NaN Invalid_operation
       
  2284 pwmx1 power 0 -0 2 -> NaN Invalid_operation
       
  2285 pwmx2 power 0 -0 3 -> NaN Invalid_operation
       
  2286 pwmx3 power 0 -0 4 -> NaN Invalid_operation
       
  2287 pwmx4 power 0 -0 -1 -> NaN Invalid_operation
       
  2288 pwmx5 power 0 -0 -2 -> NaN Invalid_operation
       
  2289 pwmx6 power 0 0 1 -> NaN Invalid_operation
       
  2290 pwmx7 power 0 0 2 -> NaN Invalid_operation
       
  2291 pwmx8 power 0 0 3 -> NaN Invalid_operation
       
  2292 pwmx9 power 0 0 4 -> NaN Invalid_operation
       
  2293 pwmx10 power 0 0 -1 -> NaN Invalid_operation
       
  2294 pwmx11 power 0 0 -2 -> NaN Invalid_operation
       
  2295 pwmx12 power 0 1 1 -> 0
       
  2296 pwmx13 power 0 1 2 -> 0
       
  2297 pwmx14 power 0 1 3 -> 0
       
  2298 pwmx15 power 0 1 4 -> 0
       
  2299 pwmx16 power 0 1 -1 -> 0
       
  2300 pwmx17 power 0 1 -2 -> 0
       
  2301 pwmx18 power 0 2 1 -> 0
       
  2302 pwmx19 power 0 2 2 -> 0
       
  2303 pwmx20 power 0 2 3 -> 0
       
  2304 pwmx21 power 0 2 4 -> 0
       
  2305 pwmx22 power 0 2 -1 -> 0
       
  2306 pwmx23 power 0 2 -2 -> 0
       
  2307 pwmx24 power 0 3 1 -> 0
       
  2308 pwmx25 power 0 3 2 -> 0
       
  2309 pwmx26 power 0 3 3 -> 0
       
  2310 pwmx27 power 0 3 4 -> 0
       
  2311 pwmx28 power 0 3 -1 -> 0
       
  2312 pwmx29 power 0 3 -2 -> 0
       
  2313 pwmx30 power 0 4 1 -> 0
       
  2314 pwmx31 power 0 4 2 -> 0
       
  2315 pwmx32 power 0 4 3 -> 0
       
  2316 pwmx33 power 0 4 4 -> 0
       
  2317 pwmx34 power 0 4 -1 -> 0
       
  2318 pwmx35 power 0 4 -2 -> 0
       
  2319 pwmx36 power 0 5 1 -> 0
       
  2320 pwmx37 power 0 5 2 -> 0
       
  2321 pwmx38 power 0 5 3 -> 0
       
  2322 pwmx39 power 0 5 4 -> 0
       
  2323 pwmx40 power 0 5 -1 -> 0
       
  2324 pwmx41 power 0 5 -2 -> 0
       
  2325 pwmx42 power 1 -0 1 -> 0
       
  2326 pwmx43 power 1 -0 2 -> 1
       
  2327 pwmx44 power 1 -0 3 -> 1
       
  2328 pwmx45 power 1 -0 4 -> 1
       
  2329 pwmx46 power 1 -0 -1 -> 0
       
  2330 pwmx47 power 1 -0 -2 -> 1
       
  2331 pwmx48 power 1 0 1 -> 0
       
  2332 pwmx49 power 1 0 2 -> 1
       
  2333 pwmx50 power 1 0 3 -> 1
       
  2334 pwmx51 power 1 0 4 -> 1
       
  2335 pwmx52 power 1 0 -1 -> 0
       
  2336 pwmx53 power 1 0 -2 -> 1
       
  2337 pwmx54 power 1 1 1 -> 0
       
  2338 pwmx55 power 1 1 2 -> 1
       
  2339 pwmx56 power 1 1 3 -> 1
       
  2340 pwmx57 power 1 1 4 -> 1
       
  2341 pwmx58 power 1 1 -1 -> 0
       
  2342 pwmx59 power 1 1 -2 -> 1
       
  2343 pwmx60 power 1 2 1 -> 0
       
  2344 pwmx61 power 1 2 2 -> 1
       
  2345 pwmx62 power 1 2 3 -> 1
       
  2346 pwmx63 power 1 2 4 -> 1
       
  2347 pwmx64 power 1 2 -1 -> 0
       
  2348 pwmx65 power 1 2 -2 -> 1
       
  2349 pwmx66 power 1 3 1 -> 0
       
  2350 pwmx67 power 1 3 2 -> 1
       
  2351 pwmx68 power 1 3 3 -> 1
       
  2352 pwmx69 power 1 3 4 -> 1
       
  2353 pwmx70 power 1 3 -1 -> 0
       
  2354 pwmx71 power 1 3 -2 -> 1
       
  2355 pwmx72 power 1 4 1 -> 0
       
  2356 pwmx73 power 1 4 2 -> 1
       
  2357 pwmx74 power 1 4 3 -> 1
       
  2358 pwmx75 power 1 4 4 -> 1
       
  2359 pwmx76 power 1 4 -1 -> 0
       
  2360 pwmx77 power 1 4 -2 -> 1
       
  2361 pwmx78 power 1 5 1 -> 0
       
  2362 pwmx79 power 1 5 2 -> 1
       
  2363 pwmx80 power 1 5 3 -> 1
       
  2364 pwmx81 power 1 5 4 -> 1
       
  2365 pwmx82 power 1 5 -1 -> 0
       
  2366 pwmx83 power 1 5 -2 -> 1
       
  2367 pwmx84 power 2 -0 1 -> 0
       
  2368 pwmx85 power 2 -0 2 -> 1
       
  2369 pwmx86 power 2 -0 3 -> 1
       
  2370 pwmx87 power 2 -0 4 -> 1
       
  2371 pwmx88 power 2 -0 -1 -> 0
       
  2372 pwmx89 power 2 -0 -2 -> 1
       
  2373 pwmx90 power 2 0 1 -> 0
       
  2374 pwmx91 power 2 0 2 -> 1
       
  2375 pwmx92 power 2 0 3 -> 1
       
  2376 pwmx93 power 2 0 4 -> 1
       
  2377 pwmx94 power 2 0 -1 -> 0
       
  2378 pwmx95 power 2 0 -2 -> 1
       
  2379 pwmx96 power 2 1 1 -> 0
       
  2380 pwmx97 power 2 1 2 -> 0
       
  2381 pwmx98 power 2 1 3 -> 2
       
  2382 pwmx99 power 2 1 4 -> 2
       
  2383 pwmx100 power 2 1 -1 -> 0
       
  2384 pwmx101 power 2 1 -2 -> 0
       
  2385 pwmx102 power 2 2 1 -> 0
       
  2386 pwmx103 power 2 2 2 -> 0
       
  2387 pwmx104 power 2 2 3 -> 1
       
  2388 pwmx105 power 2 2 4 -> 0
       
  2389 pwmx106 power 2 2 -1 -> 0
       
  2390 pwmx107 power 2 2 -2 -> 0
       
  2391 pwmx108 power 2 3 1 -> 0
       
  2392 pwmx109 power 2 3 2 -> 0
       
  2393 pwmx110 power 2 3 3 -> 2
       
  2394 pwmx111 power 2 3 4 -> 0
       
  2395 pwmx112 power 2 3 -1 -> 0
       
  2396 pwmx113 power 2 3 -2 -> 0
       
  2397 pwmx114 power 2 4 1 -> 0
       
  2398 pwmx115 power 2 4 2 -> 0
       
  2399 pwmx116 power 2 4 3 -> 1
       
  2400 pwmx117 power 2 4 4 -> 0
       
  2401 pwmx118 power 2 4 -1 -> 0
       
  2402 pwmx119 power 2 4 -2 -> 0
       
  2403 pwmx120 power 2 5 1 -> 0
       
  2404 pwmx121 power 2 5 2 -> 0
       
  2405 pwmx122 power 2 5 3 -> 2
       
  2406 pwmx123 power 2 5 4 -> 0
       
  2407 pwmx124 power 2 5 -1 -> 0
       
  2408 pwmx125 power 2 5 -2 -> 0
       
  2409 pwmx126 power 3 -0 1 -> 0
       
  2410 pwmx127 power 3 -0 2 -> 1
       
  2411 pwmx128 power 3 -0 3 -> 1
       
  2412 pwmx129 power 3 -0 4 -> 1
       
  2413 pwmx130 power 3 -0 -1 -> 0
       
  2414 pwmx131 power 3 -0 -2 -> 1
       
  2415 pwmx132 power 3 0 1 -> 0
       
  2416 pwmx133 power 3 0 2 -> 1
       
  2417 pwmx134 power 3 0 3 -> 1
       
  2418 pwmx135 power 3 0 4 -> 1
       
  2419 pwmx136 power 3 0 -1 -> 0
       
  2420 pwmx137 power 3 0 -2 -> 1
       
  2421 pwmx138 power 3 1 1 -> 0
       
  2422 pwmx139 power 3 1 2 -> 1
       
  2423 pwmx140 power 3 1 3 -> 0
       
  2424 pwmx141 power 3 1 4 -> 3
       
  2425 pwmx142 power 3 1 -1 -> 0
       
  2426 pwmx143 power 3 1 -2 -> 1
       
  2427 pwmx144 power 3 2 1 -> 0
       
  2428 pwmx145 power 3 2 2 -> 1
       
  2429 pwmx146 power 3 2 3 -> 0
       
  2430 pwmx147 power 3 2 4 -> 1
       
  2431 pwmx148 power 3 2 -1 -> 0
       
  2432 pwmx149 power 3 2 -2 -> 1
       
  2433 pwmx150 power 3 3 1 -> 0
       
  2434 pwmx151 power 3 3 2 -> 1
       
  2435 pwmx152 power 3 3 3 -> 0
       
  2436 pwmx153 power 3 3 4 -> 3
       
  2437 pwmx154 power 3 3 -1 -> 0
       
  2438 pwmx155 power 3 3 -2 -> 1
       
  2439 pwmx156 power 3 4 1 -> 0
       
  2440 pwmx157 power 3 4 2 -> 1
       
  2441 pwmx158 power 3 4 3 -> 0
       
  2442 pwmx159 power 3 4 4 -> 1
       
  2443 pwmx160 power 3 4 -1 -> 0
       
  2444 pwmx161 power 3 4 -2 -> 1
       
  2445 pwmx162 power 3 5 1 -> 0
       
  2446 pwmx163 power 3 5 2 -> 1
       
  2447 pwmx164 power 3 5 3 -> 0
       
  2448 pwmx165 power 3 5 4 -> 3
       
  2449 pwmx166 power 3 5 -1 -> 0
       
  2450 pwmx167 power 3 5 -2 -> 1
       
  2451 pwmx168 power -0 -0 1 -> NaN Invalid_operation
       
  2452 pwmx169 power -0 -0 2 -> NaN Invalid_operation
       
  2453 pwmx170 power -0 -0 3 -> NaN Invalid_operation
       
  2454 pwmx171 power -0 -0 4 -> NaN Invalid_operation
       
  2455 pwmx172 power -0 -0 -1 -> NaN Invalid_operation
       
  2456 pwmx173 power -0 -0 -2 -> NaN Invalid_operation
       
  2457 pwmx174 power -0 0 1 -> NaN Invalid_operation
       
  2458 pwmx175 power -0 0 2 -> NaN Invalid_operation
       
  2459 pwmx176 power -0 0 3 -> NaN Invalid_operation
       
  2460 pwmx177 power -0 0 4 -> NaN Invalid_operation
       
  2461 pwmx178 power -0 0 -1 -> NaN Invalid_operation
       
  2462 pwmx179 power -0 0 -2 -> NaN Invalid_operation
       
  2463 pwmx180 power -0 1 1 -> -0
       
  2464 pwmx181 power -0 1 2 -> -0
       
  2465 pwmx182 power -0 1 3 -> -0
       
  2466 pwmx183 power -0 1 4 -> -0
       
  2467 pwmx184 power -0 1 -1 -> -0
       
  2468 pwmx185 power -0 1 -2 -> -0
       
  2469 pwmx186 power -0 2 1 -> 0
       
  2470 pwmx187 power -0 2 2 -> 0
       
  2471 pwmx188 power -0 2 3 -> 0
       
  2472 pwmx189 power -0 2 4 -> 0
       
  2473 pwmx190 power -0 2 -1 -> 0
       
  2474 pwmx191 power -0 2 -2 -> 0
       
  2475 pwmx192 power -0 3 1 -> -0
       
  2476 pwmx193 power -0 3 2 -> -0
       
  2477 pwmx194 power -0 3 3 -> -0
       
  2478 pwmx195 power -0 3 4 -> -0
       
  2479 pwmx196 power -0 3 -1 -> -0
       
  2480 pwmx197 power -0 3 -2 -> -0
       
  2481 pwmx198 power -0 4 1 -> 0
       
  2482 pwmx199 power -0 4 2 -> 0
       
  2483 pwmx200 power -0 4 3 -> 0
       
  2484 pwmx201 power -0 4 4 -> 0
       
  2485 pwmx202 power -0 4 -1 -> 0
       
  2486 pwmx203 power -0 4 -2 -> 0
       
  2487 pwmx204 power -0 5 1 -> -0
       
  2488 pwmx205 power -0 5 2 -> -0
       
  2489 pwmx206 power -0 5 3 -> -0
       
  2490 pwmx207 power -0 5 4 -> -0
       
  2491 pwmx208 power -0 5 -1 -> -0
       
  2492 pwmx209 power -0 5 -2 -> -0
       
  2493 pwmx210 power -1 -0 1 -> 0
       
  2494 pwmx211 power -1 -0 2 -> 1
       
  2495 pwmx212 power -1 -0 3 -> 1
       
  2496 pwmx213 power -1 -0 4 -> 1
       
  2497 pwmx214 power -1 -0 -1 -> 0
       
  2498 pwmx215 power -1 -0 -2 -> 1
       
  2499 pwmx216 power -1 0 1 -> 0
       
  2500 pwmx217 power -1 0 2 -> 1
       
  2501 pwmx218 power -1 0 3 -> 1
       
  2502 pwmx219 power -1 0 4 -> 1
       
  2503 pwmx220 power -1 0 -1 -> 0
       
  2504 pwmx221 power -1 0 -2 -> 1
       
  2505 pwmx222 power -1 1 1 -> -0
       
  2506 pwmx223 power -1 1 2 -> -1
       
  2507 pwmx224 power -1 1 3 -> -1
       
  2508 pwmx225 power -1 1 4 -> -1
       
  2509 pwmx226 power -1 1 -1 -> -0
       
  2510 pwmx227 power -1 1 -2 -> -1
       
  2511 pwmx228 power -1 2 1 -> 0
       
  2512 pwmx229 power -1 2 2 -> 1
       
  2513 pwmx230 power -1 2 3 -> 1
       
  2514 pwmx231 power -1 2 4 -> 1
       
  2515 pwmx232 power -1 2 -1 -> 0
       
  2516 pwmx233 power -1 2 -2 -> 1
       
  2517 pwmx234 power -1 3 1 -> -0
       
  2518 pwmx235 power -1 3 2 -> -1
       
  2519 pwmx236 power -1 3 3 -> -1
       
  2520 pwmx237 power -1 3 4 -> -1
       
  2521 pwmx238 power -1 3 -1 -> -0
       
  2522 pwmx239 power -1 3 -2 -> -1
       
  2523 pwmx240 power -1 4 1 -> 0
       
  2524 pwmx241 power -1 4 2 -> 1
       
  2525 pwmx242 power -1 4 3 -> 1
       
  2526 pwmx243 power -1 4 4 -> 1
       
  2527 pwmx244 power -1 4 -1 -> 0
       
  2528 pwmx245 power -1 4 -2 -> 1
       
  2529 pwmx246 power -1 5 1 -> -0
       
  2530 pwmx247 power -1 5 2 -> -1
       
  2531 pwmx248 power -1 5 3 -> -1
       
  2532 pwmx249 power -1 5 4 -> -1
       
  2533 pwmx250 power -1 5 -1 -> -0
       
  2534 pwmx251 power -1 5 -2 -> -1
       
  2535 
       
  2536 -- Randomly chosen larger values
       
  2537 pwmx252 power 0 4 7 -> 0
       
  2538 pwmx253 power -4 5 -9 -> -7
       
  2539 pwmx254 power -5 4 -9 -> 4
       
  2540 pwmx255 power -50 29 2 -> -0
       
  2541 pwmx256 power -1 83 3 -> -1
       
  2542 pwmx257 power -55 65 -75 -> -25
       
  2543 pwmx258 power -613 151 -302 -> -9
       
  2544 pwmx259 power 551 23 -35 -> 31
       
  2545 pwmx260 power 51 142 942 -> 9
       
  2546 pwmx261 power 6886 9204 -6091 -> 5034
       
  2547 pwmx262 power 3057 5890 -3 -> 0
       
  2548 pwmx263 power 56 4438 5365 -> 521
       
  2549 pwmx264 power 96237 35669 -46669 -> 30717
       
  2550 pwmx265 power 40011 34375 -57611 -> 625
       
  2551 pwmx266 power 44317 38493 -12196 -> 11081
       
  2552 pwmx267 power -282368 895633 -235870 -> -220928
       
  2553 pwmx268 power 77328 852553 -405529 -> 129173
       
  2554 pwmx269 power -929659 855713 650348 -> -90803
       
  2555 pwmx270 power 907057 6574309 4924768 -> 3018257
       
  2556 pwmx271 power -2887757 3198492 -5864352 -> 3440113
       
  2557 pwmx272 power -247310 657371 -7415739 -> -1301840
       
  2558 pwmx273 power -8399046 45334087 -22395020 -> -18515896
       
  2559 pwmx274 power 79621397 4850236 1486555 -> 928706
       
  2560 pwmx275 power 96012251 27971901 69609031 -> 50028729
       
  2561 pwmx276 power -907335481 74127986 582330017 -> 51527187
       
  2562 pwmx277 power -141192960 821063826 -260877928 -> 112318560
       
  2563 pwmx278 power -501711702 934355994 82135143 -> 66586995
       
  2564 pwmx279 power -9256358075 8900900138 -467222031 -> 95800246
       
  2565 pwmx280 power -7031964291 1751257483 -935334498 -> -607626609
       
  2566 pwmx281 power 8494314971 8740197252 107522491 -> 17373655
       
  2567 pwmx282 power 88306216890 87477374166 -23498076 -> 15129528
       
  2568 pwmx283 power -33939432478 7170196239 22133583 -> -11017036
       
  2569 pwmx284 power 19466222767 30410710614 305752056 -> 191509537
       
  2570 pwmx285 power -864942494008 370558899638 346688856 -> 56956768
       
  2571 pwmx286 power -525406225603 345700226898 237163621 -> 56789534
       
  2572 pwmx287 power 464612215955 312474621651 -329485700 -> 1853975
       
  2573 pwmx288 power -1664283031244 3774474669855 919022867 -> -516034520
       
  2574 pwmx289 power -3472438506913 7407327549995 -451206854 -> -74594761
       
  2575 pwmx290 power -4223662152949 6891069279069 499843503 -> -80135290
       
  2576 pwmx291 power -44022119276816 8168266170326 569679509 -> 375734475
       
  2577 pwmx292 power -66195891207902 12532690555875 -243262129 -> -113186833
       
  2578 pwmx293 power -69039911263164 52726605857673 360625196 -> -268662748
       
  2579 pwmx294 power -299010116699208 885092589359231 -731310123 -> -104103765
       
  2580 pwmx295 power -202495776299758 501159122943145 -686234870 -> -135511878
       
  2581 pwmx296 power -595411478087676 836269270472481 -214614901 -> -183440819
       
  2582 pwmx297 power -139555381056229 1324808520020507 -228944738 -> -218991473
       
  2583 pwmx298 power 7846356250770543 1798045051036814 -101028985 -> 7805179
       
  2584 pwmx299 power -4298015862709415 604966944844209 880212893 -> -87408671
       
  2585 pwmx300 power -37384897538910893 76022206995659295 -930512842 -> -697757157
       
  2586 pwmx301 power 82166659028005443 23375408251767704 817270700 -> 770697001
       
  2587 pwmx302 power 97420301198165641 72213282983416924 947519716 -> 610711721
       
  2588 pwmx303 power 913382043453243607 449681707248500262 211135545 -> 79544899
       
  2589 pwmx304 power -313823613418052171 534579409610142937 -943062968 -> -446001379
       
  2590 pwmx305 power -928106516894494093 760020177330116509 -50043994 -> -46010575
       
  2591 pwmx306 power 4692146601679439796 4565354511806767804 -667339075 -> 480272081
       
  2592 pwmx307 power 9722256633509177930 7276568791860505790 792675321 -> 182879752
       
  2593 pwmx308 power 8689899484830064228 429082967129615261 -844555637 -> 270374557
       
  2594 
       
  2595 -- All inputs must be integers
       
  2596 pwmx309 power 2.1 3 1 -> NaN Invalid_operation
       
  2597 pwmx310 power 0.4 1 5 -> NaN Invalid_operation
       
  2598 pwmx311 power 2 3.1 5 -> NaN Invalid_operation
       
  2599 pwmx312 power 13 -1.2 10 -> NaN Invalid_operation
       
  2600 pwmx313 power 2 3 5.1 -> NaN Invalid_operation
       
  2601 
       
  2602 -- Second argument must be nonnegative (-0 is okay)
       
  2603 pwmx314 power 2 -3 5 -> NaN Invalid_operation
       
  2604 pwmx315 power 7 -1 1 -> NaN Invalid_operation
       
  2605 pwmx316 power 0 -2 6 -> NaN Invalid_operation
       
  2606 
       
  2607 -- Third argument must be nonzero
       
  2608 pwmx317 power 13 1003 0 -> NaN Invalid_operation
       
  2609 pwmx318 power 1 0 0E+987 -> NaN Invalid_operation
       
  2610 pwmx319 power 0 2 -0 -> NaN Invalid_operation
       
  2611 
       
  2612 -- Integers are fine, no matter how they're expressed
       
  2613 pwmx320 power 13.0 117.00 1E+2 -> 33
       
  2614 pwmx321 power -2E+3 1.1E+10 -12323 -> 4811
       
  2615 pwmx322 power 20 0E-300 143 -> 1
       
  2616 pwmx323 power -20 -0E+1005 1179 -> 1
       
  2617 pwmx324 power 0E-1001 17 5.6E+4 -> 0
       
  2618 
       
  2619 -- Modulus must not exceed precision
       
  2620 pwmx325 power 0 1 1234567890 -> NaN Invalid_operation
       
  2621 pwmx326 power 1 0 1000000000 -> NaN Invalid_operation
       
  2622 pwmx327 power -23 5 -1000000000 -> NaN Invalid_operation
       
  2623 pwmx328 power 41557 213 -999999999 -> 47650456
       
  2624 pwmx329 power -2134 199 999999997 -> -946957912
       
  2625 
       
  2626 -- Huge base shouldn't present any problems
       
  2627 pwmx330 power 1.23E+123456791 10123898 17291065 -> 5674045
       
  2628 
       
  2629 -- Large exponent, may be slow
       
  2630 -- (if second argument is 1En then expect O(n) running time)
       
  2631 pwmx331 power 1000288896 9.87E+12347 93379908 -> 43224924
       
  2632 
       
  2633 -- Triple NaN propagation (adapted from examples in fma.decTest)
       
  2634 pwmx400 power  NaN2  NaN3  NaN5   ->  NaN2
       
  2635 pwmx401 power  1     NaN3  NaN5   ->  NaN3
       
  2636 pwmx402 power  1     1     NaN5   ->  NaN5
       
  2637 pwmx403 power  sNaN1 sNaN2 sNaN3  ->  NaN1 Invalid_operation
       
  2638 pwmx404 power  1     sNaN2 sNaN3  ->  NaN2 Invalid_operation
       
  2639 pwmx405 power  1     1     sNaN3  ->  NaN3 Invalid_operation
       
  2640 pwmx406 power  sNaN1 sNaN2 sNaN3  ->  NaN1 Invalid_operation
       
  2641 pwmx407 power  NaN7  sNaN2 sNaN3  ->  NaN2 Invalid_operation
       
  2642 pwmx408 power  NaN7  NaN5  sNaN3  ->  NaN3 Invalid_operation
       
  2643 
       
  2644 -- Infinities not allowed
       
  2645 pwmx410 power Inf 1 1 -> NaN Invalid_operation
       
  2646 pwmx411 power 1 Inf 1 -> NaN Invalid_operation
       
  2647 pwmx412 power 1 1 Inf -> NaN Invalid_operation
       
  2648 pwmx413 power -Inf 1 1 -> NaN Invalid_operation
       
  2649 pwmx414 power 1 -Inf 1 -> NaN Invalid_operation
       
  2650 pwmx415 power 1 1 -Inf -> NaN Invalid_operation
       
  2651 
       
  2652 -- Just for fun: 1729 is a Carmichael number
       
  2653 pwmx420 power 0 1728 1729 -> 0
       
  2654 pwmx421 power 1 1728 1729 -> 1
       
  2655 pwmx422 power 2 1728 1729 -> 1
       
  2656 pwmx423 power 3 1728 1729 -> 1
       
  2657 pwmx424 power 4 1728 1729 -> 1
       
  2658 pwmx425 power 5 1728 1729 -> 1
       
  2659 pwmx426 power 6 1728 1729 -> 1
       
  2660 pwmx427 power 7 1728 1729 -> 742
       
  2661 pwmx428 power 8 1728 1729 -> 1
       
  2662 pwmx429 power 9 1728 1729 -> 1
       
  2663 pwmx430 power 10 1728 1729 -> 1
       
  2664 pwmx431 power 11 1728 1729 -> 1
       
  2665 pwmx432 power 12 1728 1729 -> 1
       
  2666 pwmx433 power 13 1728 1729 -> 533
       
  2667 pwmx434 power 14 1728 1729 -> 742
       
  2668 pwmx435 power 15 1728 1729 -> 1
       
  2669 pwmx436 power 16 1728 1729 -> 1
       
  2670 pwmx437 power 17 1728 1729 -> 1
       
  2671 pwmx438 power 18 1728 1729 -> 1
       
  2672 pwmx439 power 19 1728 1729 -> 456
       
  2673 pwmx440 power 20 1728 1729 -> 1