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