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