4 strtoQ consumes 4 bytes and returns 17
5 with bits = #3fff3ae1 47ae147a e147ae14 7ae147ae
6 printf("%.35Lg") gives 1.23
7 g_Qfmt(0) gives 4 bytes: "1.23"
9 strtoIQ returns 17, consuming 4 bytes.
10 fI[0] = #3fff3ae1 47ae147a e147ae14 7ae147ae
12 fI[1] = #3fff3ae1 47ae147a e147ae14 7ae147af
13 = 1.2300000000000000000000000000000002
19 strtoQ consumes 8 bytes and returns 1
20 with bits = #4041aabd f2145b43 0 0
21 printf("%.35Lg") gives 123000000000000000000
22 g_Qfmt(0) gives 8 bytes: "1.23e+20"
24 strtoIQ returns 1, consuming 8 bytes.
25 fI[0] == fI[1] = #4041aabd f2145b43 0 0
26 = 123000000000000000000
31 strtoQ consumes 8 bytes and returns 17
32 with bits = #3fbcd0ae 4cf76753 9e4cbca ad934841
33 printf("%.35Lg") gives 1.2299999999999999999999999999999999e-20
34 g_Qfmt(0) gives 8 bytes: "1.23e-20"
36 strtoIQ returns 17, consuming 8 bytes.
37 fI[0] = #3fbcd0ae 4cf76753 9e4cbca ad934841
38 = 1.2299999999999999999999999999999999e-20
39 fI[1] = #3fbcd0ae 4cf76753 9e4cbca ad934842
40 = 1.2300000000000000000000000000000001e-20
46 strtoQ consumes 10 bytes and returns 17
47 with bits = #3fff3c0c a4283de1 b7eb6945 1304948f
48 printf("%.35Lg") gives 1.2345678899999999999999999999999999
49 g_Qfmt(0) gives 10 bytes: "1.23456789"
51 strtoIQ returns 17, consuming 10 bytes.
52 fI[0] = #3fff3c0c a4283de1 b7eb6945 1304948f
53 = 1.2345678899999999999999999999999999
54 fI[1] = #3fff3c0c a4283de1 b7eb6945 13049490
55 = 1.2345678900000000000000000000000001
61 strtoQ consumes 14 bytes and returns 1
62 with bits = #4041ac53 7a660b99 74000000 0
63 printf("%.35Lg") gives 123456589000000000000
64 g_Qfmt(0) gives 14 bytes: "1.23456589e+20"
66 strtoIQ returns 1, consuming 14 bytes.
67 fI[0] == fI[1] = #4041ac53 7a660b99 74000000 0
68 = 123456589000000000000
73 strtoQ consumes 8 bytes and returns 1
74 with bits = #4062f0cb 4e8fb79 4945600 0
75 printf("%.35Lg") gives 1230000000000000000000000000000
76 g_Qfmt(0) gives 8 bytes: "1.23e+30"
78 strtoIQ returns 1, consuming 8 bytes.
79 fI[0] == fI[1] = #4062f0cb 4e8fb79 4945600 0
80 = 1230000000000000000000000000000
85 strtoQ consumes 8 bytes and returns 17
86 with bits = #3f9b8f28 66f5010a a9d63f9e d7e8ba14
87 printf("%.35Lg") gives 1.2299999999999999999999999999999999e-30
88 g_Qfmt(0) gives 8 bytes: "1.23e-30"
90 strtoIQ returns 17, consuming 8 bytes.
91 fI[0] = #3f9b8f28 66f5010a a9d63f9e d7e8ba14
92 = 1.2299999999999999999999999999999999e-30
93 fI[1] = #3f9b8f28 66f5010a a9d63f9e d7e8ba15
94 = 1.2300000000000000000000000000000001e-30
100 strtoQ consumes 14 bytes and returns 33
101 with bits = #3fbcd268 1471e7ad a6a4a029 d86c1fa2
102 printf("%.35Lg") gives 1.2345678900000000000000000000000001e-20
103 g_Qfmt(0) gives 14 bytes: "1.23456789e-20"
105 strtoIQ returns 33, consuming 14 bytes.
106 fI[0] = #3fbcd268 1471e7ad a6a4a029 d86c1fa1
107 = 1.2345678899999999999999999999999999e-20
108 fI[1] = #3fbcd268 1471e7ad a6a4a029 d86c1fa2
109 = 1.2345678900000000000000000000000001e-20
113 Input: 1.23456789e-30
115 strtoQ consumes 14 bytes and returns 17
116 with bits = #3f9b90a3 e33bbd99 51f85855 5a6b19d4
117 printf("%.35Lg") gives 1.23456789e-30
118 g_Qfmt(0) gives 14 bytes: "1.23456789e-30"
120 strtoIQ returns 17, consuming 14 bytes.
121 fI[0] = #3f9b90a3 e33bbd99 51f85855 5a6b19d4
123 fI[1] = #3f9b90a3 e33bbd99 51f85855 5a6b19d5
124 = 1.2345678900000000000000000000000001e-30
128 Input: 1.234567890123456789
130 strtoQ consumes 20 bytes and returns 17
131 with bits = #3fff3c0c a428c59f b71a4194 68dd175b
132 printf("%.35Lg") gives 1.234567890123456789
133 g_Qfmt(0) gives 20 bytes: "1.234567890123456789"
135 strtoIQ returns 17, consuming 20 bytes.
136 fI[0] = #3fff3c0c a428c59f b71a4194 68dd175b
137 = 1.234567890123456789
138 fI[1] = #3fff3c0c a428c59f b71a4194 68dd175c
139 = 1.2345678901234567890000000000000002
143 Input: 1.23456789012345678901234567890123456789
145 strtoQ consumes 40 bytes and returns 17
146 with bits = #3fff3c0c a428c59f b71a7be1 6b6b6d5b
147 printf("%.35Lg") gives 1.2345678901234567890123456789012346
148 g_Qfmt(0) gives 36 bytes: "1.2345678901234567890123456789012346"
150 strtoIQ returns 17, consuming 40 bytes.
151 fI[0] = #3fff3c0c a428c59f b71a7be1 6b6b6d5b
152 = 1.2345678901234567890123456789012346
153 fI[1] = #3fff3c0c a428c59f b71a7be1 6b6b6d5c
154 = 1.2345678901234567890123456789012347
160 strtoQ consumes 8 bytes and returns 33
161 with bits = #43f7c067 6cd1c61f 4daac5f1 e9fa3b55
162 printf("%.35Lg") gives 1.23e+306
163 g_Qfmt(0) gives 9 bytes: "1.23e+306"
165 strtoIQ returns 33, consuming 8 bytes.
166 fI[0] = #43f7c067 6cd1c61f 4daac5f1 e9fa3b54
167 = 1.2299999999999999999999999999999999e+306
168 fI[1] = #43f7c067 6cd1c61f 4daac5f1 e9fa3b55
175 strtoQ consumes 9 bytes and returns 17
176 with bits = #3c06ba3b 85da396e 7e496ab7 d233c3dd
177 printf("%.35Lg") gives 1.23e-306
178 g_Qfmt(0) gives 9 bytes: "1.23e-306"
180 strtoIQ returns 17, consuming 9 bytes.
181 fI[0] = #3c06ba3b 85da396e 7e496ab7 d233c3dd
183 fI[1] = #3c06ba3b 85da396e 7e496ab7 d233c3de
184 = 1.2300000000000000000000000000000001e-306
190 strtoQ consumes 9 bytes and returns 33
191 with bits = #3bd83731 86e30898 7e33b2e8 355f847b
192 printf("%.35Lg") gives 1.2300000000000000000000000000000001e-320
193 g_Qfmt(0) gives 9 bytes: "1.23e-320"
195 strtoIQ returns 33, consuming 9 bytes.
196 fI[0] = #3bd83731 86e30898 7e33b2e8 355f847a
197 = 1.2299999999999999999999999999999999e-320
198 fI[1] = #3bd83731 86e30898 7e33b2e8 355f847b
199 = 1.2300000000000000000000000000000001e-320
205 strtoQ consumes 8 bytes and returns 17
206 with bits = #3fbcd0ae 4cf76753 9e4cbca ad934841
207 printf("%.35Lg") gives 1.2299999999999999999999999999999999e-20
208 g_Qfmt(0) gives 8 bytes: "1.23e-20"
210 strtoIQ returns 17, consuming 8 bytes.
211 fI[0] = #3fbcd0ae 4cf76753 9e4cbca ad934841
212 = 1.2299999999999999999999999999999999e-20
213 fI[1] = #3fbcd0ae 4cf76753 9e4cbca ad934842
214 = 1.2300000000000000000000000000000001e-20
218 Input: 1.23456789e307
220 strtoQ consumes 14 bytes and returns 17
221 with bits = #43fb194b 14bdaecd bcea468c 902464cf
222 printf("%.35Lg") gives 1.2345678899999999999999999999999999e+307
223 g_Qfmt(0) gives 15 bytes: "1.23456789e+307"
225 strtoIQ returns 17, consuming 14 bytes.
226 fI[0] = #43fb194b 14bdaecd bcea468c 902464cf
227 = 1.2345678899999999999999999999999999e+307
228 fI[1] = #43fb194b 14bdaecd bcea468c 902464d0
229 = 1.2345678900000000000000000000000001e+307
233 Input: 1.23456589e-307
235 strtoQ consumes 15 bytes and returns 17
236 with bits = #3c036319 6bb9845f a6d234e3 39163574
237 printf("%.35Lg") gives 1.23456589e-307
238 g_Qfmt(0) gives 15 bytes: "1.23456589e-307"
240 strtoIQ returns 17, consuming 15 bytes.
241 fI[0] = #3c036319 6bb9845f a6d234e3 39163574
243 fI[1] = #3c036319 6bb9845f a6d234e3 39163575
244 = 1.2345658900000000000000000000000002e-307
248 Input: 1.234567890123456789
250 strtoQ consumes 20 bytes and returns 17
251 with bits = #3fff3c0c a428c59f b71a4194 68dd175b
252 printf("%.35Lg") gives 1.234567890123456789
253 g_Qfmt(0) gives 20 bytes: "1.234567890123456789"
255 strtoIQ returns 17, consuming 20 bytes.
256 fI[0] = #3fff3c0c a428c59f b71a4194 68dd175b
257 = 1.234567890123456789
258 fI[1] = #3fff3c0c a428c59f b71a4194 68dd175c
259 = 1.2345678901234567890000000000000002
263 Input: 1.234567890123456789e301
265 strtoQ consumes 24 bytes and returns 33
266 with bits = #43e726f5 175f5641 3017ea80 763990ef
267 printf("%.35Lg") gives 1.2345678901234567890000000000000001e+301
268 g_Qfmt(0) gives 25 bytes: "1.234567890123456789e+301"
270 strtoIQ returns 33, consuming 24 bytes.
271 fI[0] = #43e726f5 175f5641 3017ea80 763990ee
272 = 1.2345678901234567889999999999999999e+301
273 fI[1] = #43e726f5 175f5641 3017ea80 763990ef
274 = 1.2345678901234567890000000000000001e+301
278 Input: 1.234567890123456789e-301
280 strtoQ consumes 25 bytes and returns 17
281 with bits = #3c1752a6 4e34ba0d 35b19b04 3222fce5
282 printf("%.35Lg") gives 1.234567890123456789e-301
283 g_Qfmt(0) gives 25 bytes: "1.234567890123456789e-301"
285 strtoIQ returns 17, consuming 25 bytes.
286 fI[0] = #3c1752a6 4e34ba0d 35b19b04 3222fce5
287 = 1.234567890123456789e-301
288 fI[1] = #3c1752a6 4e34ba0d 35b19b04 3222fce6
289 = 1.2345678901234567890000000000000002e-301
293 Input: 1.234567890123456789e-321
295 strtoQ consumes 25 bytes and returns 17
296 with bits = #3bd4f3c2 3699d4db 99d1ea94 2fecd7de
297 printf("%.35Lg") gives 1.234567890123456789e-321
298 g_Qfmt(0) gives 25 bytes: "1.234567890123456789e-321"
300 strtoIQ returns 17, consuming 25 bytes.
301 fI[0] = #3bd4f3c2 3699d4db 99d1ea94 2fecd7de
302 = 1.234567890123456789e-321
303 fI[1] = #3bd4f3c2 3699d4db 99d1ea94 2fecd7df
304 = 1.2345678901234567890000000000000001e-321
310 strtoQ consumes 4 bytes and returns 1
311 with bits = #404b52d0 2c7e14af 68000000 0
312 printf("%.35Lg") gives 100000000000000000000000
313 g_Qfmt(0) gives 5 bytes: "1e+23"
315 strtoIQ returns 1, consuming 4 bytes.
316 fI[0] == fI[1] = #404b52d0 2c7e14af 68000000 0
317 = 100000000000000000000000
322 strtoQ consumes 5 bytes and returns 33
323 with bits = #4404bd03 c8140697 9e9ff00e fefd4cbd
324 printf("%.35Lg") gives 1e+310
325 g_Qfmt(0) gives 6 bytes: "1e+310"
327 strtoIQ returns 33, consuming 5 bytes.
328 fI[0] = #4404bd03 c8140697 9e9ff00e fefd4cbc
329 = 9.9999999999999999999999999999999992e+309
330 fI[1] = #4404bd03 c8140697 9e9ff00e fefd4cbd
335 Input: 9.0259718793241475e-277
337 strtoQ consumes 23 bytes and returns 17
338 with bits = #3c69ffff ffffffff f9ed5779 ac118fe1
339 printf("%.35Lg") gives 9.0259718793241474999999999999999997e-277
340 g_Qfmt(0) gives 23 bytes: "9.0259718793241475e-277"
342 strtoIQ returns 17, consuming 23 bytes.
343 fI[0] = #3c69ffff ffffffff f9ed5779 ac118fe1
344 = 9.0259718793241474999999999999999997e-277
345 fI[1] = #3c69ffff ffffffff f9ed5779 ac118fe2
346 = 9.0259718793241475000000000000000006e-277
350 Input: 9.025971879324147880346310405869e-277
352 strtoQ consumes 37 bytes and returns 33
353 with bits = #3c6a0000 0 0 9a
354 printf("%.35Lg") gives 9.0259718793241478803463104058690004e-277
355 g_Qfmt(0) gives 37 bytes: "9.025971879324147880346310405869e-277"
357 strtoIQ returns 33, consuming 37 bytes.
358 fI[0] = #3c6a0000 0 0 99
359 = 9.0259718793241478803463104058689987e-277
360 fI[1] = #3c6a0000 0 0 9a
361 = 9.0259718793241478803463104058690004e-277
365 Input: 9.025971879324147880346310405868e-277
367 strtoQ consumes 37 bytes and returns 17
368 with bits = #3c69ffff ffffffff ffffffff fffffcb5
369 printf("%.35Lg") gives 9.025971879324147880346310405868e-277
370 g_Qfmt(0) gives 37 bytes: "9.025971879324147880346310405868e-277"
372 strtoIQ returns 17, consuming 37 bytes.
373 fI[0] = #3c69ffff ffffffff ffffffff fffffcb5
374 = 9.025971879324147880346310405868e-277
375 fI[1] = #3c69ffff ffffffff ffffffff fffffcb6
376 = 9.0259718793241478803463104058680009e-277
380 Input: 2.2250738585072014e-308
382 strtoQ consumes 23 bytes and returns 33
383 with bits = #3c010000 0 8c304c cf867de0
384 printf("%.35Lg") gives 2.2250738585072014000000000000000001e-308
385 g_Qfmt(0) gives 23 bytes: "2.2250738585072014e-308"
387 strtoIQ returns 33, consuming 23 bytes.
388 fI[0] = #3c010000 0 8c304c cf867ddf
389 = 2.2250738585072013999999999999999997e-308
390 fI[1] = #3c010000 0 8c304c cf867de0
391 = 2.2250738585072014000000000000000001e-308
395 Input: 2.2250738585072013e-308
397 strtoQ consumes 23 bytes and returns 33
398 with bits = #3c00ffff ffffffff fa9e4c4f 4c1e8a10
399 printf("%.35Lg") gives 2.2250738585072013e-308
400 g_Qfmt(0) gives 23 bytes: "2.2250738585072013e-308"
402 strtoIQ returns 33, consuming 23 bytes.
403 fI[0] = #3c00ffff ffffffff fa9e4c4f 4c1e8a0f
404 = 2.2250738585072012999999999999999998e-308
405 fI[1] = #3c00ffff ffffffff fa9e4c4f 4c1e8a10
406 = 2.2250738585072013e-308
409 Rounding mode for strtor... changed from 1 (nearest) to 0 (toward zero)
413 strtoQ consumes 3 bytes and returns 17
414 with bits = #3fff1999 99999999 99999999 99999999
415 printf("%.35Lg") gives 1.0999999999999999999999999999999999
416 g_Qfmt(0) gives 36 bytes: "1.0999999999999999999999999999999999"
418 strtoIQ returns 33, consuming 3 bytes.
419 fI[0] = #3fff1999 99999999 99999999 99999999
420 = 1.0999999999999999999999999999999999
421 fI[1] = #3fff1999 99999999 99999999 9999999a
422 = 1.1000000000000000000000000000000001
428 strtoQ consumes 4 bytes and returns 25
429 with bits = #bfff1999 99999999 99999999 99999999
430 printf("%.35Lg") gives -1.0999999999999999999999999999999999
431 g_Qfmt(0) gives 37 bytes: "-1.0999999999999999999999999999999999"
433 strtoIQ returns 41, consuming 4 bytes.
434 fI[0] = #bfff1999 99999999 99999999 9999999a
435 = -1.1000000000000000000000000000000001
436 fI[1] = #bfff1999 99999999 99999999 99999999
437 = -1.0999999999999999999999999999999999
443 strtoQ consumes 3 bytes and returns 17
444 with bits = #3fff3333 33333333 33333333 33333333
445 printf("%.35Lg") gives 1.2
446 g_Qfmt(0) gives 3 bytes: "1.2"
448 strtoIQ returns 17, consuming 3 bytes.
449 fI[0] = #3fff3333 33333333 33333333 33333333
451 fI[1] = #3fff3333 33333333 33333333 33333334
452 = 1.2000000000000000000000000000000002
458 strtoQ consumes 4 bytes and returns 25
459 with bits = #bfff3333 33333333 33333333 33333333
460 printf("%.35Lg") gives -1.2
461 g_Qfmt(0) gives 4 bytes: "-1.2"
463 strtoIQ returns 25, consuming 4 bytes.
464 fI[0] = #bfff3333 33333333 33333333 33333334
465 = -1.2000000000000000000000000000000002
466 fI[1] = #bfff3333 33333333 33333333 33333333
473 strtoQ consumes 3 bytes and returns 17
474 with bits = #3fff4ccc cccccccc cccccccc cccccccc
475 printf("%.35Lg") gives 1.2999999999999999999999999999999998
476 g_Qfmt(0) gives 36 bytes: "1.2999999999999999999999999999999998"
478 strtoIQ returns 33, consuming 3 bytes.
479 fI[0] = #3fff4ccc cccccccc cccccccc cccccccc
480 = 1.2999999999999999999999999999999998
481 fI[1] = #3fff4ccc cccccccc cccccccc cccccccd
488 strtoQ consumes 4 bytes and returns 25
489 with bits = #bfff4ccc cccccccc cccccccc cccccccc
490 printf("%.35Lg") gives -1.2999999999999999999999999999999998
491 g_Qfmt(0) gives 37 bytes: "-1.2999999999999999999999999999999998"
493 strtoIQ returns 41, consuming 4 bytes.
494 fI[0] = #bfff4ccc cccccccc cccccccc cccccccd
496 fI[1] = #bfff4ccc cccccccc cccccccc cccccccc
497 = -1.2999999999999999999999999999999998
503 strtoQ consumes 3 bytes and returns 17
504 with bits = #3fff6666 66666666 66666666 66666666
505 printf("%.35Lg") gives 1.3999999999999999999999999999999999
506 g_Qfmt(0) gives 3 bytes: "1.4"
508 strtoIQ returns 17, consuming 3 bytes.
509 fI[0] = #3fff6666 66666666 66666666 66666666
510 = 1.3999999999999999999999999999999999
511 fI[1] = #3fff6666 66666666 66666666 66666667
512 = 1.4000000000000000000000000000000001
518 strtoQ consumes 4 bytes and returns 25
519 with bits = #bfff6666 66666666 66666666 66666666
520 printf("%.35Lg") gives -1.3999999999999999999999999999999999
521 g_Qfmt(0) gives 4 bytes: "-1.4"
523 strtoIQ returns 25, consuming 4 bytes.
524 fI[0] = #bfff6666 66666666 66666666 66666667
525 = -1.4000000000000000000000000000000001
526 fI[1] = #bfff6666 66666666 66666666 66666666
527 = -1.3999999999999999999999999999999999
533 strtoQ consumes 3 bytes and returns 1
534 with bits = #3fff8000 0 0 0
535 printf("%.35Lg") gives 1.5
536 g_Qfmt(0) gives 3 bytes: "1.5"
538 strtoIQ returns 1, consuming 3 bytes.
539 fI[0] == fI[1] = #3fff8000 0 0 0
545 strtoQ consumes 4 bytes and returns 9
546 with bits = #bfff8000 0 0 0
547 printf("%.35Lg") gives -1.5
548 g_Qfmt(0) gives 4 bytes: "-1.5"
550 strtoIQ returns 9, consuming 4 bytes.
551 fI[0] == fI[1] = #bfff8000 0 0 0
557 strtoQ consumes 3 bytes and returns 17
558 with bits = #3fff9999 99999999 99999999 99999999
559 printf("%.35Lg") gives 1.5999999999999999999999999999999999
560 g_Qfmt(0) gives 36 bytes: "1.5999999999999999999999999999999999"
562 strtoIQ returns 33, consuming 3 bytes.
563 fI[0] = #3fff9999 99999999 99999999 99999999
564 = 1.5999999999999999999999999999999999
565 fI[1] = #3fff9999 99999999 99999999 9999999a
566 = 1.6000000000000000000000000000000001
572 strtoQ consumes 4 bytes and returns 25
573 with bits = #bfff9999 99999999 99999999 99999999
574 printf("%.35Lg") gives -1.5999999999999999999999999999999999
575 g_Qfmt(0) gives 37 bytes: "-1.5999999999999999999999999999999999"
577 strtoIQ returns 41, consuming 4 bytes.
578 fI[0] = #bfff9999 99999999 99999999 9999999a
579 = -1.6000000000000000000000000000000001
580 fI[1] = #bfff9999 99999999 99999999 99999999
581 = -1.5999999999999999999999999999999999
587 strtoQ consumes 3 bytes and returns 17
588 with bits = #3fffb333 33333333 33333333 33333333
589 printf("%.35Lg") gives 1.7
590 g_Qfmt(0) gives 3 bytes: "1.7"
592 strtoIQ returns 17, consuming 3 bytes.
593 fI[0] = #3fffb333 33333333 33333333 33333333
595 fI[1] = #3fffb333 33333333 33333333 33333334
596 = 1.7000000000000000000000000000000002
602 strtoQ consumes 4 bytes and returns 25
603 with bits = #bfffb333 33333333 33333333 33333333
604 printf("%.35Lg") gives -1.7
605 g_Qfmt(0) gives 4 bytes: "-1.7"
607 strtoIQ returns 25, consuming 4 bytes.
608 fI[0] = #bfffb333 33333333 33333333 33333334
609 = -1.7000000000000000000000000000000002
610 fI[1] = #bfffb333 33333333 33333333 33333333
617 strtoQ consumes 3 bytes and returns 17
618 with bits = #3fffcccc cccccccc cccccccc cccccccc
619 printf("%.35Lg") gives 1.7999999999999999999999999999999998
620 g_Qfmt(0) gives 36 bytes: "1.7999999999999999999999999999999998"
622 strtoIQ returns 33, consuming 3 bytes.
623 fI[0] = #3fffcccc cccccccc cccccccc cccccccc
624 = 1.7999999999999999999999999999999998
625 fI[1] = #3fffcccc cccccccc cccccccc cccccccd
632 strtoQ consumes 4 bytes and returns 25
633 with bits = #bfffcccc cccccccc cccccccc cccccccc
634 printf("%.35Lg") gives -1.7999999999999999999999999999999998
635 g_Qfmt(0) gives 37 bytes: "-1.7999999999999999999999999999999998"
637 strtoIQ returns 41, consuming 4 bytes.
638 fI[0] = #bfffcccc cccccccc cccccccc cccccccd
640 fI[1] = #bfffcccc cccccccc cccccccc cccccccc
641 = -1.7999999999999999999999999999999998
647 strtoQ consumes 3 bytes and returns 17
648 with bits = #3fffe666 66666666 66666666 66666666
649 printf("%.35Lg") gives 1.8999999999999999999999999999999999
650 g_Qfmt(0) gives 3 bytes: "1.9"
652 strtoIQ returns 17, consuming 3 bytes.
653 fI[0] = #3fffe666 66666666 66666666 66666666
654 = 1.8999999999999999999999999999999999
655 fI[1] = #3fffe666 66666666 66666666 66666667
656 = 1.9000000000000000000000000000000001
662 strtoQ consumes 4 bytes and returns 25
663 with bits = #bfffe666 66666666 66666666 66666666
664 printf("%.35Lg") gives -1.8999999999999999999999999999999999
665 g_Qfmt(0) gives 4 bytes: "-1.9"
667 strtoIQ returns 25, consuming 4 bytes.
668 fI[0] = #bfffe666 66666666 66666666 66666667
669 = -1.9000000000000000000000000000000001
670 fI[1] = #bfffe666 66666666 66666666 66666666
671 = -1.8999999999999999999999999999999999
674 Rounding mode for strtor... changed from 0 (toward zero) to 1 (nearest)
678 strtoQ consumes 3 bytes and returns 33
679 with bits = #3fff1999 99999999 99999999 9999999a
680 printf("%.35Lg") gives 1.1000000000000000000000000000000001
681 g_Qfmt(0) gives 3 bytes: "1.1"
683 strtoIQ returns 33, consuming 3 bytes.
684 fI[0] = #3fff1999 99999999 99999999 99999999
685 = 1.0999999999999999999999999999999999
686 fI[1] = #3fff1999 99999999 99999999 9999999a
687 = 1.1000000000000000000000000000000001
693 strtoQ consumes 4 bytes and returns 41
694 with bits = #bfff1999 99999999 99999999 9999999a
695 printf("%.35Lg") gives -1.1000000000000000000000000000000001
696 g_Qfmt(0) gives 4 bytes: "-1.1"
698 strtoIQ returns 41, consuming 4 bytes.
699 fI[0] = #bfff1999 99999999 99999999 9999999a
700 = -1.1000000000000000000000000000000001
701 fI[1] = #bfff1999 99999999 99999999 99999999
702 = -1.0999999999999999999999999999999999
708 strtoQ consumes 3 bytes and returns 17
709 with bits = #3fff3333 33333333 33333333 33333333
710 printf("%.35Lg") gives 1.2
711 g_Qfmt(0) gives 3 bytes: "1.2"
713 strtoIQ returns 17, consuming 3 bytes.
714 fI[0] = #3fff3333 33333333 33333333 33333333
716 fI[1] = #3fff3333 33333333 33333333 33333334
717 = 1.2000000000000000000000000000000002
723 strtoQ consumes 4 bytes and returns 25
724 with bits = #bfff3333 33333333 33333333 33333333
725 printf("%.35Lg") gives -1.2
726 g_Qfmt(0) gives 4 bytes: "-1.2"
728 strtoIQ returns 25, consuming 4 bytes.
729 fI[0] = #bfff3333 33333333 33333333 33333334
730 = -1.2000000000000000000000000000000002
731 fI[1] = #bfff3333 33333333 33333333 33333333
738 strtoQ consumes 3 bytes and returns 33
739 with bits = #3fff4ccc cccccccc cccccccc cccccccd
740 printf("%.35Lg") gives 1.3
741 g_Qfmt(0) gives 3 bytes: "1.3"
743 strtoIQ returns 33, consuming 3 bytes.
744 fI[0] = #3fff4ccc cccccccc cccccccc cccccccc
745 = 1.2999999999999999999999999999999998
746 fI[1] = #3fff4ccc cccccccc cccccccc cccccccd
753 strtoQ consumes 4 bytes and returns 41
754 with bits = #bfff4ccc cccccccc cccccccc cccccccd
755 printf("%.35Lg") gives -1.3
756 g_Qfmt(0) gives 4 bytes: "-1.3"
758 strtoIQ returns 41, consuming 4 bytes.
759 fI[0] = #bfff4ccc cccccccc cccccccc cccccccd
761 fI[1] = #bfff4ccc cccccccc cccccccc cccccccc
762 = -1.2999999999999999999999999999999998
768 strtoQ consumes 3 bytes and returns 17
769 with bits = #3fff6666 66666666 66666666 66666666
770 printf("%.35Lg") gives 1.3999999999999999999999999999999999
771 g_Qfmt(0) gives 3 bytes: "1.4"
773 strtoIQ returns 17, consuming 3 bytes.
774 fI[0] = #3fff6666 66666666 66666666 66666666
775 = 1.3999999999999999999999999999999999
776 fI[1] = #3fff6666 66666666 66666666 66666667
777 = 1.4000000000000000000000000000000001
783 strtoQ consumes 4 bytes and returns 25
784 with bits = #bfff6666 66666666 66666666 66666666
785 printf("%.35Lg") gives -1.3999999999999999999999999999999999
786 g_Qfmt(0) gives 4 bytes: "-1.4"
788 strtoIQ returns 25, consuming 4 bytes.
789 fI[0] = #bfff6666 66666666 66666666 66666667
790 = -1.4000000000000000000000000000000001
791 fI[1] = #bfff6666 66666666 66666666 66666666
792 = -1.3999999999999999999999999999999999
798 strtoQ consumes 3 bytes and returns 1
799 with bits = #3fff8000 0 0 0
800 printf("%.35Lg") gives 1.5
801 g_Qfmt(0) gives 3 bytes: "1.5"
803 strtoIQ returns 1, consuming 3 bytes.
804 fI[0] == fI[1] = #3fff8000 0 0 0
810 strtoQ consumes 4 bytes and returns 9
811 with bits = #bfff8000 0 0 0
812 printf("%.35Lg") gives -1.5
813 g_Qfmt(0) gives 4 bytes: "-1.5"
815 strtoIQ returns 9, consuming 4 bytes.
816 fI[0] == fI[1] = #bfff8000 0 0 0
822 strtoQ consumes 3 bytes and returns 33
823 with bits = #3fff9999 99999999 99999999 9999999a
824 printf("%.35Lg") gives 1.6000000000000000000000000000000001
825 g_Qfmt(0) gives 3 bytes: "1.6"
827 strtoIQ returns 33, consuming 3 bytes.
828 fI[0] = #3fff9999 99999999 99999999 99999999
829 = 1.5999999999999999999999999999999999
830 fI[1] = #3fff9999 99999999 99999999 9999999a
831 = 1.6000000000000000000000000000000001
837 strtoQ consumes 4 bytes and returns 41
838 with bits = #bfff9999 99999999 99999999 9999999a
839 printf("%.35Lg") gives -1.6000000000000000000000000000000001
840 g_Qfmt(0) gives 4 bytes: "-1.6"
842 strtoIQ returns 41, consuming 4 bytes.
843 fI[0] = #bfff9999 99999999 99999999 9999999a
844 = -1.6000000000000000000000000000000001
845 fI[1] = #bfff9999 99999999 99999999 99999999
846 = -1.5999999999999999999999999999999999
852 strtoQ consumes 3 bytes and returns 17
853 with bits = #3fffb333 33333333 33333333 33333333
854 printf("%.35Lg") gives 1.7
855 g_Qfmt(0) gives 3 bytes: "1.7"
857 strtoIQ returns 17, consuming 3 bytes.
858 fI[0] = #3fffb333 33333333 33333333 33333333
860 fI[1] = #3fffb333 33333333 33333333 33333334
861 = 1.7000000000000000000000000000000002
867 strtoQ consumes 4 bytes and returns 25
868 with bits = #bfffb333 33333333 33333333 33333333
869 printf("%.35Lg") gives -1.7
870 g_Qfmt(0) gives 4 bytes: "-1.7"
872 strtoIQ returns 25, consuming 4 bytes.
873 fI[0] = #bfffb333 33333333 33333333 33333334
874 = -1.7000000000000000000000000000000002
875 fI[1] = #bfffb333 33333333 33333333 33333333
882 strtoQ consumes 3 bytes and returns 33
883 with bits = #3fffcccc cccccccc cccccccc cccccccd
884 printf("%.35Lg") gives 1.8
885 g_Qfmt(0) gives 3 bytes: "1.8"
887 strtoIQ returns 33, consuming 3 bytes.
888 fI[0] = #3fffcccc cccccccc cccccccc cccccccc
889 = 1.7999999999999999999999999999999998
890 fI[1] = #3fffcccc cccccccc cccccccc cccccccd
897 strtoQ consumes 4 bytes and returns 41
898 with bits = #bfffcccc cccccccc cccccccc cccccccd
899 printf("%.35Lg") gives -1.8
900 g_Qfmt(0) gives 4 bytes: "-1.8"
902 strtoIQ returns 41, consuming 4 bytes.
903 fI[0] = #bfffcccc cccccccc cccccccc cccccccd
905 fI[1] = #bfffcccc cccccccc cccccccc cccccccc
906 = -1.7999999999999999999999999999999998
912 strtoQ consumes 3 bytes and returns 17
913 with bits = #3fffe666 66666666 66666666 66666666
914 printf("%.35Lg") gives 1.8999999999999999999999999999999999
915 g_Qfmt(0) gives 3 bytes: "1.9"
917 strtoIQ returns 17, consuming 3 bytes.
918 fI[0] = #3fffe666 66666666 66666666 66666666
919 = 1.8999999999999999999999999999999999
920 fI[1] = #3fffe666 66666666 66666666 66666667
921 = 1.9000000000000000000000000000000001
927 strtoQ consumes 4 bytes and returns 25
928 with bits = #bfffe666 66666666 66666666 66666666
929 printf("%.35Lg") gives -1.8999999999999999999999999999999999
930 g_Qfmt(0) gives 4 bytes: "-1.9"
932 strtoIQ returns 25, consuming 4 bytes.
933 fI[0] = #bfffe666 66666666 66666666 66666667
934 = -1.9000000000000000000000000000000001
935 fI[1] = #bfffe666 66666666 66666666 66666666
936 = -1.8999999999999999999999999999999999
939 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
943 strtoQ consumes 3 bytes and returns 33
944 with bits = #3fff1999 99999999 99999999 9999999a
945 printf("%.35Lg") gives 1.1000000000000000000000000000000001
946 g_Qfmt(0) gives 3 bytes: "1.1"
948 strtoIQ returns 33, consuming 3 bytes.
949 fI[0] = #3fff1999 99999999 99999999 99999999
950 = 1.0999999999999999999999999999999999
951 fI[1] = #3fff1999 99999999 99999999 9999999a
952 = 1.1000000000000000000000000000000001
958 strtoQ consumes 4 bytes and returns 25
959 with bits = #bfff1999 99999999 99999999 99999999
960 printf("%.35Lg") gives -1.0999999999999999999999999999999999
961 g_Qfmt(0) gives 37 bytes: "-1.0999999999999999999999999999999999"
963 strtoIQ returns 41, consuming 4 bytes.
964 fI[0] = #bfff1999 99999999 99999999 9999999a
965 = -1.1000000000000000000000000000000001
966 fI[1] = #bfff1999 99999999 99999999 99999999
967 = -1.0999999999999999999999999999999999
973 strtoQ consumes 3 bytes and returns 33
974 with bits = #3fff3333 33333333 33333333 33333334
975 printf("%.35Lg") gives 1.2000000000000000000000000000000002
976 g_Qfmt(0) gives 36 bytes: "1.2000000000000000000000000000000002"
978 strtoIQ returns 17, consuming 3 bytes.
979 fI[0] = #3fff3333 33333333 33333333 33333333
981 fI[1] = #3fff3333 33333333 33333333 33333334
982 = 1.2000000000000000000000000000000002
988 strtoQ consumes 4 bytes and returns 25
989 with bits = #bfff3333 33333333 33333333 33333333
990 printf("%.35Lg") gives -1.2
991 g_Qfmt(0) gives 4 bytes: "-1.2"
993 strtoIQ returns 25, consuming 4 bytes.
994 fI[0] = #bfff3333 33333333 33333333 33333334
995 = -1.2000000000000000000000000000000002
996 fI[1] = #bfff3333 33333333 33333333 33333333
1003 strtoQ consumes 3 bytes and returns 33
1004 with bits = #3fff4ccc cccccccc cccccccc cccccccd
1005 printf("%.35Lg") gives 1.3
1006 g_Qfmt(0) gives 3 bytes: "1.3"
1008 strtoIQ returns 33, consuming 3 bytes.
1009 fI[0] = #3fff4ccc cccccccc cccccccc cccccccc
1010 = 1.2999999999999999999999999999999998
1011 fI[1] = #3fff4ccc cccccccc cccccccc cccccccd
1018 strtoQ consumes 4 bytes and returns 25
1019 with bits = #bfff4ccc cccccccc cccccccc cccccccc
1020 printf("%.35Lg") gives -1.2999999999999999999999999999999998
1021 g_Qfmt(0) gives 37 bytes: "-1.2999999999999999999999999999999998"
1023 strtoIQ returns 41, consuming 4 bytes.
1024 fI[0] = #bfff4ccc cccccccc cccccccc cccccccd
1026 fI[1] = #bfff4ccc cccccccc cccccccc cccccccc
1027 = -1.2999999999999999999999999999999998
1033 strtoQ consumes 3 bytes and returns 33
1034 with bits = #3fff6666 66666666 66666666 66666667
1035 printf("%.35Lg") gives 1.4000000000000000000000000000000001
1036 g_Qfmt(0) gives 36 bytes: "1.4000000000000000000000000000000001"
1038 strtoIQ returns 17, consuming 3 bytes.
1039 fI[0] = #3fff6666 66666666 66666666 66666666
1040 = 1.3999999999999999999999999999999999
1041 fI[1] = #3fff6666 66666666 66666666 66666667
1042 = 1.4000000000000000000000000000000001
1048 strtoQ consumes 4 bytes and returns 25
1049 with bits = #bfff6666 66666666 66666666 66666666
1050 printf("%.35Lg") gives -1.3999999999999999999999999999999999
1051 g_Qfmt(0) gives 4 bytes: "-1.4"
1053 strtoIQ returns 25, consuming 4 bytes.
1054 fI[0] = #bfff6666 66666666 66666666 66666667
1055 = -1.4000000000000000000000000000000001
1056 fI[1] = #bfff6666 66666666 66666666 66666666
1057 = -1.3999999999999999999999999999999999
1063 strtoQ consumes 3 bytes and returns 1
1064 with bits = #3fff8000 0 0 0
1065 printf("%.35Lg") gives 1.5
1066 g_Qfmt(0) gives 3 bytes: "1.5"
1068 strtoIQ returns 1, consuming 3 bytes.
1069 fI[0] == fI[1] = #3fff8000 0 0 0
1075 strtoQ consumes 4 bytes and returns 9
1076 with bits = #bfff8000 0 0 0
1077 printf("%.35Lg") gives -1.5
1078 g_Qfmt(0) gives 4 bytes: "-1.5"
1080 strtoIQ returns 9, consuming 4 bytes.
1081 fI[0] == fI[1] = #bfff8000 0 0 0
1087 strtoQ consumes 3 bytes and returns 33
1088 with bits = #3fff9999 99999999 99999999 9999999a
1089 printf("%.35Lg") gives 1.6000000000000000000000000000000001
1090 g_Qfmt(0) gives 3 bytes: "1.6"
1092 strtoIQ returns 33, consuming 3 bytes.
1093 fI[0] = #3fff9999 99999999 99999999 99999999
1094 = 1.5999999999999999999999999999999999
1095 fI[1] = #3fff9999 99999999 99999999 9999999a
1096 = 1.6000000000000000000000000000000001
1102 strtoQ consumes 4 bytes and returns 25
1103 with bits = #bfff9999 99999999 99999999 99999999
1104 printf("%.35Lg") gives -1.5999999999999999999999999999999999
1105 g_Qfmt(0) gives 37 bytes: "-1.5999999999999999999999999999999999"
1107 strtoIQ returns 41, consuming 4 bytes.
1108 fI[0] = #bfff9999 99999999 99999999 9999999a
1109 = -1.6000000000000000000000000000000001
1110 fI[1] = #bfff9999 99999999 99999999 99999999
1111 = -1.5999999999999999999999999999999999
1117 strtoQ consumes 3 bytes and returns 33
1118 with bits = #3fffb333 33333333 33333333 33333334
1119 printf("%.35Lg") gives 1.7000000000000000000000000000000002
1120 g_Qfmt(0) gives 36 bytes: "1.7000000000000000000000000000000002"
1122 strtoIQ returns 17, consuming 3 bytes.
1123 fI[0] = #3fffb333 33333333 33333333 33333333
1125 fI[1] = #3fffb333 33333333 33333333 33333334
1126 = 1.7000000000000000000000000000000002
1132 strtoQ consumes 4 bytes and returns 25
1133 with bits = #bfffb333 33333333 33333333 33333333
1134 printf("%.35Lg") gives -1.7
1135 g_Qfmt(0) gives 4 bytes: "-1.7"
1137 strtoIQ returns 25, consuming 4 bytes.
1138 fI[0] = #bfffb333 33333333 33333333 33333334
1139 = -1.7000000000000000000000000000000002
1140 fI[1] = #bfffb333 33333333 33333333 33333333
1147 strtoQ consumes 3 bytes and returns 33
1148 with bits = #3fffcccc cccccccc cccccccc cccccccd
1149 printf("%.35Lg") gives 1.8
1150 g_Qfmt(0) gives 3 bytes: "1.8"
1152 strtoIQ returns 33, consuming 3 bytes.
1153 fI[0] = #3fffcccc cccccccc cccccccc cccccccc
1154 = 1.7999999999999999999999999999999998
1155 fI[1] = #3fffcccc cccccccc cccccccc cccccccd
1162 strtoQ consumes 4 bytes and returns 25
1163 with bits = #bfffcccc cccccccc cccccccc cccccccc
1164 printf("%.35Lg") gives -1.7999999999999999999999999999999998
1165 g_Qfmt(0) gives 37 bytes: "-1.7999999999999999999999999999999998"
1167 strtoIQ returns 41, consuming 4 bytes.
1168 fI[0] = #bfffcccc cccccccc cccccccc cccccccd
1170 fI[1] = #bfffcccc cccccccc cccccccc cccccccc
1171 = -1.7999999999999999999999999999999998
1177 strtoQ consumes 3 bytes and returns 33
1178 with bits = #3fffe666 66666666 66666666 66666667
1179 printf("%.35Lg") gives 1.9000000000000000000000000000000001
1180 g_Qfmt(0) gives 36 bytes: "1.9000000000000000000000000000000001"
1182 strtoIQ returns 17, consuming 3 bytes.
1183 fI[0] = #3fffe666 66666666 66666666 66666666
1184 = 1.8999999999999999999999999999999999
1185 fI[1] = #3fffe666 66666666 66666666 66666667
1186 = 1.9000000000000000000000000000000001
1192 strtoQ consumes 4 bytes and returns 25
1193 with bits = #bfffe666 66666666 66666666 66666666
1194 printf("%.35Lg") gives -1.8999999999999999999999999999999999
1195 g_Qfmt(0) gives 4 bytes: "-1.9"
1197 strtoIQ returns 25, consuming 4 bytes.
1198 fI[0] = #bfffe666 66666666 66666666 66666667
1199 = -1.9000000000000000000000000000000001
1200 fI[1] = #bfffe666 66666666 66666666 66666666
1201 = -1.8999999999999999999999999999999999
1204 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
1208 strtoQ consumes 3 bytes and returns 17
1209 with bits = #3fff1999 99999999 99999999 99999999
1210 printf("%.35Lg") gives 1.0999999999999999999999999999999999
1211 g_Qfmt(0) gives 36 bytes: "1.0999999999999999999999999999999999"
1213 strtoIQ returns 33, consuming 3 bytes.
1214 fI[0] = #3fff1999 99999999 99999999 99999999
1215 = 1.0999999999999999999999999999999999
1216 fI[1] = #3fff1999 99999999 99999999 9999999a
1217 = 1.1000000000000000000000000000000001
1223 strtoQ consumes 4 bytes and returns 41
1224 with bits = #bfff1999 99999999 99999999 9999999a
1225 printf("%.35Lg") gives -1.1000000000000000000000000000000001
1226 g_Qfmt(0) gives 4 bytes: "-1.1"
1228 strtoIQ returns 41, consuming 4 bytes.
1229 fI[0] = #bfff1999 99999999 99999999 9999999a
1230 = -1.1000000000000000000000000000000001
1231 fI[1] = #bfff1999 99999999 99999999 99999999
1232 = -1.0999999999999999999999999999999999
1238 strtoQ consumes 3 bytes and returns 17
1239 with bits = #3fff3333 33333333 33333333 33333333
1240 printf("%.35Lg") gives 1.2
1241 g_Qfmt(0) gives 3 bytes: "1.2"
1243 strtoIQ returns 17, consuming 3 bytes.
1244 fI[0] = #3fff3333 33333333 33333333 33333333
1246 fI[1] = #3fff3333 33333333 33333333 33333334
1247 = 1.2000000000000000000000000000000002
1253 strtoQ consumes 4 bytes and returns 41
1254 with bits = #bfff3333 33333333 33333333 33333334
1255 printf("%.35Lg") gives -1.2000000000000000000000000000000002
1256 g_Qfmt(0) gives 37 bytes: "-1.2000000000000000000000000000000002"
1258 strtoIQ returns 25, consuming 4 bytes.
1259 fI[0] = #bfff3333 33333333 33333333 33333334
1260 = -1.2000000000000000000000000000000002
1261 fI[1] = #bfff3333 33333333 33333333 33333333
1268 strtoQ consumes 3 bytes and returns 17
1269 with bits = #3fff4ccc cccccccc cccccccc cccccccc
1270 printf("%.35Lg") gives 1.2999999999999999999999999999999998
1271 g_Qfmt(0) gives 36 bytes: "1.2999999999999999999999999999999998"
1273 strtoIQ returns 33, consuming 3 bytes.
1274 fI[0] = #3fff4ccc cccccccc cccccccc cccccccc
1275 = 1.2999999999999999999999999999999998
1276 fI[1] = #3fff4ccc cccccccc cccccccc cccccccd
1283 strtoQ consumes 4 bytes and returns 41
1284 with bits = #bfff4ccc cccccccc cccccccc cccccccd
1285 printf("%.35Lg") gives -1.3
1286 g_Qfmt(0) gives 4 bytes: "-1.3"
1288 strtoIQ returns 41, consuming 4 bytes.
1289 fI[0] = #bfff4ccc cccccccc cccccccc cccccccd
1291 fI[1] = #bfff4ccc cccccccc cccccccc cccccccc
1292 = -1.2999999999999999999999999999999998
1298 strtoQ consumes 3 bytes and returns 17
1299 with bits = #3fff6666 66666666 66666666 66666666
1300 printf("%.35Lg") gives 1.3999999999999999999999999999999999
1301 g_Qfmt(0) gives 3 bytes: "1.4"
1303 strtoIQ returns 17, consuming 3 bytes.
1304 fI[0] = #3fff6666 66666666 66666666 66666666
1305 = 1.3999999999999999999999999999999999
1306 fI[1] = #3fff6666 66666666 66666666 66666667
1307 = 1.4000000000000000000000000000000001
1313 strtoQ consumes 4 bytes and returns 41
1314 with bits = #bfff6666 66666666 66666666 66666667
1315 printf("%.35Lg") gives -1.4000000000000000000000000000000001
1316 g_Qfmt(0) gives 37 bytes: "-1.4000000000000000000000000000000001"
1318 strtoIQ returns 25, consuming 4 bytes.
1319 fI[0] = #bfff6666 66666666 66666666 66666667
1320 = -1.4000000000000000000000000000000001
1321 fI[1] = #bfff6666 66666666 66666666 66666666
1322 = -1.3999999999999999999999999999999999
1328 strtoQ consumes 3 bytes and returns 1
1329 with bits = #3fff8000 0 0 0
1330 printf("%.35Lg") gives 1.5
1331 g_Qfmt(0) gives 3 bytes: "1.5"
1333 strtoIQ returns 1, consuming 3 bytes.
1334 fI[0] == fI[1] = #3fff8000 0 0 0
1340 strtoQ consumes 4 bytes and returns 9
1341 with bits = #bfff8000 0 0 0
1342 printf("%.35Lg") gives -1.5
1343 g_Qfmt(0) gives 4 bytes: "-1.5"
1345 strtoIQ returns 9, consuming 4 bytes.
1346 fI[0] == fI[1] = #bfff8000 0 0 0
1352 strtoQ consumes 3 bytes and returns 17
1353 with bits = #3fff9999 99999999 99999999 99999999
1354 printf("%.35Lg") gives 1.5999999999999999999999999999999999
1355 g_Qfmt(0) gives 36 bytes: "1.5999999999999999999999999999999999"
1357 strtoIQ returns 33, consuming 3 bytes.
1358 fI[0] = #3fff9999 99999999 99999999 99999999
1359 = 1.5999999999999999999999999999999999
1360 fI[1] = #3fff9999 99999999 99999999 9999999a
1361 = 1.6000000000000000000000000000000001
1367 strtoQ consumes 4 bytes and returns 41
1368 with bits = #bfff9999 99999999 99999999 9999999a
1369 printf("%.35Lg") gives -1.6000000000000000000000000000000001
1370 g_Qfmt(0) gives 4 bytes: "-1.6"
1372 strtoIQ returns 41, consuming 4 bytes.
1373 fI[0] = #bfff9999 99999999 99999999 9999999a
1374 = -1.6000000000000000000000000000000001
1375 fI[1] = #bfff9999 99999999 99999999 99999999
1376 = -1.5999999999999999999999999999999999
1382 strtoQ consumes 3 bytes and returns 17
1383 with bits = #3fffb333 33333333 33333333 33333333
1384 printf("%.35Lg") gives 1.7
1385 g_Qfmt(0) gives 3 bytes: "1.7"
1387 strtoIQ returns 17, consuming 3 bytes.
1388 fI[0] = #3fffb333 33333333 33333333 33333333
1390 fI[1] = #3fffb333 33333333 33333333 33333334
1391 = 1.7000000000000000000000000000000002
1397 strtoQ consumes 4 bytes and returns 41
1398 with bits = #bfffb333 33333333 33333333 33333334
1399 printf("%.35Lg") gives -1.7000000000000000000000000000000002
1400 g_Qfmt(0) gives 37 bytes: "-1.7000000000000000000000000000000002"
1402 strtoIQ returns 25, consuming 4 bytes.
1403 fI[0] = #bfffb333 33333333 33333333 33333334
1404 = -1.7000000000000000000000000000000002
1405 fI[1] = #bfffb333 33333333 33333333 33333333
1412 strtoQ consumes 3 bytes and returns 17
1413 with bits = #3fffcccc cccccccc cccccccc cccccccc
1414 printf("%.35Lg") gives 1.7999999999999999999999999999999998
1415 g_Qfmt(0) gives 36 bytes: "1.7999999999999999999999999999999998"
1417 strtoIQ returns 33, consuming 3 bytes.
1418 fI[0] = #3fffcccc cccccccc cccccccc cccccccc
1419 = 1.7999999999999999999999999999999998
1420 fI[1] = #3fffcccc cccccccc cccccccc cccccccd
1427 strtoQ consumes 4 bytes and returns 41
1428 with bits = #bfffcccc cccccccc cccccccc cccccccd
1429 printf("%.35Lg") gives -1.8
1430 g_Qfmt(0) gives 4 bytes: "-1.8"
1432 strtoIQ returns 41, consuming 4 bytes.
1433 fI[0] = #bfffcccc cccccccc cccccccc cccccccd
1435 fI[1] = #bfffcccc cccccccc cccccccc cccccccc
1436 = -1.7999999999999999999999999999999998
1442 strtoQ consumes 3 bytes and returns 17
1443 with bits = #3fffe666 66666666 66666666 66666666
1444 printf("%.35Lg") gives 1.8999999999999999999999999999999999
1445 g_Qfmt(0) gives 3 bytes: "1.9"
1447 strtoIQ returns 17, consuming 3 bytes.
1448 fI[0] = #3fffe666 66666666 66666666 66666666
1449 = 1.8999999999999999999999999999999999
1450 fI[1] = #3fffe666 66666666 66666666 66666667
1451 = 1.9000000000000000000000000000000001
1457 strtoQ consumes 4 bytes and returns 41
1458 with bits = #bfffe666 66666666 66666666 66666667
1459 printf("%.35Lg") gives -1.9000000000000000000000000000000001
1460 g_Qfmt(0) gives 37 bytes: "-1.9000000000000000000000000000000001"
1462 strtoIQ returns 25, consuming 4 bytes.
1463 fI[0] = #bfffe666 66666666 66666666 66666667
1464 = -1.9000000000000000000000000000000001
1465 fI[1] = #bfffe666 66666666 66666666 66666666
1466 = -1.8999999999999999999999999999999999