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