4 strtoQ consumes 4 bytes and returns 17
5 with bits = #3fff3ae1 47ae147a e147ae14 7ae147ae
6 g_Qfmt(0) gives 4 bytes: "1.23"
8 strtoIQ returns 17, consuming 4 bytes.
9 fI[0] = #3fff3ae1 47ae147a e147ae14 7ae147ae
10 fI[1] = #3fff3ae1 47ae147a e147ae14 7ae147af
16 strtoQ consumes 8 bytes and returns 1
17 with bits = #4041aabd f2145b43 0 0
18 g_Qfmt(0) gives 8 bytes: "1.23e+20"
20 strtoIQ returns 1, consuming 8 bytes.
21 fI[0] == fI[1] = #4041aabd f2145b43 0 0
26 strtoQ consumes 8 bytes and returns 17
27 with bits = #3fbcd0ae 4cf76753 9e4cbca ad934841
28 g_Qfmt(0) gives 8 bytes: "1.23e-20"
30 strtoIQ returns 17, consuming 8 bytes.
31 fI[0] = #3fbcd0ae 4cf76753 9e4cbca ad934841
32 fI[1] = #3fbcd0ae 4cf76753 9e4cbca ad934842
38 strtoQ consumes 10 bytes and returns 17
39 with bits = #3fff3c0c a4283de1 b7eb6945 1304948f
40 g_Qfmt(0) gives 10 bytes: "1.23456789"
42 strtoIQ returns 17, consuming 10 bytes.
43 fI[0] = #3fff3c0c a4283de1 b7eb6945 1304948f
44 fI[1] = #3fff3c0c a4283de1 b7eb6945 13049490
50 strtoQ consumes 14 bytes and returns 1
51 with bits = #4041ac53 7a660b99 74000000 0
52 g_Qfmt(0) gives 14 bytes: "1.23456589e+20"
54 strtoIQ returns 1, consuming 14 bytes.
55 fI[0] == fI[1] = #4041ac53 7a660b99 74000000 0
60 strtoQ consumes 8 bytes and returns 1
61 with bits = #4062f0cb 4e8fb79 4945600 0
62 g_Qfmt(0) gives 8 bytes: "1.23e+30"
64 strtoIQ returns 1, consuming 8 bytes.
65 fI[0] == fI[1] = #4062f0cb 4e8fb79 4945600 0
70 strtoQ consumes 8 bytes and returns 17
71 with bits = #3f9b8f28 66f5010a a9d63f9e d7e8ba14
72 g_Qfmt(0) gives 8 bytes: "1.23e-30"
74 strtoIQ returns 17, consuming 8 bytes.
75 fI[0] = #3f9b8f28 66f5010a a9d63f9e d7e8ba14
76 fI[1] = #3f9b8f28 66f5010a a9d63f9e d7e8ba15
82 strtoQ consumes 14 bytes and returns 33
83 with bits = #3fbcd268 1471e7ad a6a4a029 d86c1fa2
84 g_Qfmt(0) gives 14 bytes: "1.23456789e-20"
86 strtoIQ returns 33, consuming 14 bytes.
87 fI[0] = #3fbcd268 1471e7ad a6a4a029 d86c1fa1
88 fI[1] = #3fbcd268 1471e7ad a6a4a029 d86c1fa2
94 strtoQ consumes 14 bytes and returns 17
95 with bits = #3f9b90a3 e33bbd99 51f85855 5a6b19d4
96 g_Qfmt(0) gives 14 bytes: "1.23456789e-30"
98 strtoIQ returns 17, consuming 14 bytes.
99 fI[0] = #3f9b90a3 e33bbd99 51f85855 5a6b19d4
100 fI[1] = #3f9b90a3 e33bbd99 51f85855 5a6b19d5
104 Input: 1.234567890123456789
106 strtoQ consumes 20 bytes and returns 17
107 with bits = #3fff3c0c a428c59f b71a4194 68dd175b
108 g_Qfmt(0) gives 20 bytes: "1.234567890123456789"
110 strtoIQ returns 17, consuming 20 bytes.
111 fI[0] = #3fff3c0c a428c59f b71a4194 68dd175b
112 fI[1] = #3fff3c0c a428c59f b71a4194 68dd175c
116 Input: 1.23456789012345678901234567890123456789
118 strtoQ consumes 40 bytes and returns 17
119 with bits = #3fff3c0c a428c59f b71a7be1 6b6b6d5b
120 g_Qfmt(0) gives 36 bytes: "1.2345678901234567890123456789012346"
122 strtoIQ returns 17, consuming 40 bytes.
123 fI[0] = #3fff3c0c a428c59f b71a7be1 6b6b6d5b
124 fI[1] = #3fff3c0c a428c59f b71a7be1 6b6b6d5c
130 strtoQ consumes 8 bytes and returns 33
131 with bits = #43f7c067 6cd1c61f 4daac5f1 e9fa3b55
132 g_Qfmt(0) gives 9 bytes: "1.23e+306"
134 strtoIQ returns 33, consuming 8 bytes.
135 fI[0] = #43f7c067 6cd1c61f 4daac5f1 e9fa3b54
136 fI[1] = #43f7c067 6cd1c61f 4daac5f1 e9fa3b55
142 strtoQ consumes 9 bytes and returns 17
143 with bits = #3c06ba3b 85da396e 7e496ab7 d233c3dd
144 g_Qfmt(0) gives 9 bytes: "1.23e-306"
146 strtoIQ returns 17, consuming 9 bytes.
147 fI[0] = #3c06ba3b 85da396e 7e496ab7 d233c3dd
148 fI[1] = #3c06ba3b 85da396e 7e496ab7 d233c3de
154 strtoQ consumes 9 bytes and returns 33
155 with bits = #3bd83731 86e30898 7e33b2e8 355f847b
156 g_Qfmt(0) gives 9 bytes: "1.23e-320"
158 strtoIQ returns 33, consuming 9 bytes.
159 fI[0] = #3bd83731 86e30898 7e33b2e8 355f847a
160 fI[1] = #3bd83731 86e30898 7e33b2e8 355f847b
166 strtoQ consumes 8 bytes and returns 17
167 with bits = #3fbcd0ae 4cf76753 9e4cbca ad934841
168 g_Qfmt(0) gives 8 bytes: "1.23e-20"
170 strtoIQ returns 17, consuming 8 bytes.
171 fI[0] = #3fbcd0ae 4cf76753 9e4cbca ad934841
172 fI[1] = #3fbcd0ae 4cf76753 9e4cbca ad934842
176 Input: 1.23456789e307
178 strtoQ consumes 14 bytes and returns 17
179 with bits = #43fb194b 14bdaecd bcea468c 902464cf
180 g_Qfmt(0) gives 15 bytes: "1.23456789e+307"
182 strtoIQ returns 17, consuming 14 bytes.
183 fI[0] = #43fb194b 14bdaecd bcea468c 902464cf
184 fI[1] = #43fb194b 14bdaecd bcea468c 902464d0
188 Input: 1.23456589e-307
190 strtoQ consumes 15 bytes and returns 17
191 with bits = #3c036319 6bb9845f a6d234e3 39163574
192 g_Qfmt(0) gives 15 bytes: "1.23456589e-307"
194 strtoIQ returns 17, consuming 15 bytes.
195 fI[0] = #3c036319 6bb9845f a6d234e3 39163574
196 fI[1] = #3c036319 6bb9845f a6d234e3 39163575
200 Input: 1.234567890123456789
202 strtoQ consumes 20 bytes and returns 17
203 with bits = #3fff3c0c a428c59f b71a4194 68dd175b
204 g_Qfmt(0) gives 20 bytes: "1.234567890123456789"
206 strtoIQ returns 17, consuming 20 bytes.
207 fI[0] = #3fff3c0c a428c59f b71a4194 68dd175b
208 fI[1] = #3fff3c0c a428c59f b71a4194 68dd175c
212 Input: 1.234567890123456789e301
214 strtoQ consumes 24 bytes and returns 33
215 with bits = #43e726f5 175f5641 3017ea80 763990ef
216 g_Qfmt(0) gives 25 bytes: "1.234567890123456789e+301"
218 strtoIQ returns 33, consuming 24 bytes.
219 fI[0] = #43e726f5 175f5641 3017ea80 763990ee
220 fI[1] = #43e726f5 175f5641 3017ea80 763990ef
224 Input: 1.234567890123456789e-301
226 strtoQ consumes 25 bytes and returns 17
227 with bits = #3c1752a6 4e34ba0d 35b19b04 3222fce5
228 g_Qfmt(0) gives 25 bytes: "1.234567890123456789e-301"
230 strtoIQ returns 17, consuming 25 bytes.
231 fI[0] = #3c1752a6 4e34ba0d 35b19b04 3222fce5
232 fI[1] = #3c1752a6 4e34ba0d 35b19b04 3222fce6
236 Input: 1.234567890123456789e-321
238 strtoQ consumes 25 bytes and returns 17
239 with bits = #3bd4f3c2 3699d4db 99d1ea94 2fecd7de
240 g_Qfmt(0) gives 25 bytes: "1.234567890123456789e-321"
242 strtoIQ returns 17, consuming 25 bytes.
243 fI[0] = #3bd4f3c2 3699d4db 99d1ea94 2fecd7de
244 fI[1] = #3bd4f3c2 3699d4db 99d1ea94 2fecd7df
250 strtoQ consumes 4 bytes and returns 1
251 with bits = #404b52d0 2c7e14af 68000000 0
252 g_Qfmt(0) gives 5 bytes: "1e+23"
254 strtoIQ returns 1, consuming 4 bytes.
255 fI[0] == fI[1] = #404b52d0 2c7e14af 68000000 0
260 strtoQ consumes 5 bytes and returns 33
261 with bits = #4404bd03 c8140697 9e9ff00e fefd4cbd
262 g_Qfmt(0) gives 6 bytes: "1e+310"
264 strtoIQ returns 33, consuming 5 bytes.
265 fI[0] = #4404bd03 c8140697 9e9ff00e fefd4cbc
266 fI[1] = #4404bd03 c8140697 9e9ff00e fefd4cbd
270 Input: 9.0259718793241475e-277
272 strtoQ consumes 23 bytes and returns 17
273 with bits = #3c69ffff ffffffff f9ed5779 ac118fe1
274 g_Qfmt(0) gives 23 bytes: "9.0259718793241475e-277"
276 strtoIQ returns 17, consuming 23 bytes.
277 fI[0] = #3c69ffff ffffffff f9ed5779 ac118fe1
278 fI[1] = #3c69ffff ffffffff f9ed5779 ac118fe2
282 Input: 9.025971879324147880346310405869e-277
284 strtoQ consumes 37 bytes and returns 33
285 with bits = #3c6a0000 0 0 9a
286 g_Qfmt(0) gives 37 bytes: "9.025971879324147880346310405869e-277"
288 strtoIQ returns 33, consuming 37 bytes.
289 fI[0] = #3c6a0000 0 0 99
290 fI[1] = #3c6a0000 0 0 9a
294 Input: 9.025971879324147880346310405868e-277
296 strtoQ consumes 37 bytes and returns 17
297 with bits = #3c69ffff ffffffff ffffffff fffffcb5
298 g_Qfmt(0) gives 37 bytes: "9.025971879324147880346310405868e-277"
300 strtoIQ returns 17, consuming 37 bytes.
301 fI[0] = #3c69ffff ffffffff ffffffff fffffcb5
302 fI[1] = #3c69ffff ffffffff ffffffff fffffcb6
306 Input: 2.2250738585072014e-308
308 strtoQ consumes 23 bytes and returns 33
309 with bits = #3c010000 0 8c304c cf867de0
310 g_Qfmt(0) gives 23 bytes: "2.2250738585072014e-308"
312 strtoIQ returns 33, consuming 23 bytes.
313 fI[0] = #3c010000 0 8c304c cf867ddf
314 fI[1] = #3c010000 0 8c304c cf867de0
318 Input: 2.2250738585072013e-308
320 strtoQ consumes 23 bytes and returns 33
321 with bits = #3c00ffff ffffffff fa9e4c4f 4c1e8a10
322 g_Qfmt(0) gives 23 bytes: "2.2250738585072013e-308"
324 strtoIQ returns 33, consuming 23 bytes.
325 fI[0] = #3c00ffff ffffffff fa9e4c4f 4c1e8a0f
326 fI[1] = #3c00ffff ffffffff fa9e4c4f 4c1e8a10
329 Rounding mode for strtor... changed from 1 (nearest) to 0 (toward zero)
333 strtoQ consumes 3 bytes and returns 17
334 with bits = #3fff1999 99999999 99999999 99999999
335 g_Qfmt(0) gives 36 bytes: "1.0999999999999999999999999999999999"
337 strtoIQ returns 33, consuming 3 bytes.
338 fI[0] = #3fff1999 99999999 99999999 99999999
339 fI[1] = #3fff1999 99999999 99999999 9999999a
345 strtoQ consumes 4 bytes and returns 25
346 with bits = #bfff1999 99999999 99999999 99999999
347 g_Qfmt(0) gives 37 bytes: "-1.0999999999999999999999999999999999"
349 strtoIQ returns 41, consuming 4 bytes.
350 fI[0] = #bfff1999 99999999 99999999 9999999a
351 fI[1] = #bfff1999 99999999 99999999 99999999
357 strtoQ consumes 3 bytes and returns 17
358 with bits = #3fff3333 33333333 33333333 33333333
359 g_Qfmt(0) gives 3 bytes: "1.2"
361 strtoIQ returns 17, consuming 3 bytes.
362 fI[0] = #3fff3333 33333333 33333333 33333333
363 fI[1] = #3fff3333 33333333 33333333 33333334
369 strtoQ consumes 4 bytes and returns 25
370 with bits = #bfff3333 33333333 33333333 33333333
371 g_Qfmt(0) gives 4 bytes: "-1.2"
373 strtoIQ returns 25, consuming 4 bytes.
374 fI[0] = #bfff3333 33333333 33333333 33333334
375 fI[1] = #bfff3333 33333333 33333333 33333333
381 strtoQ consumes 3 bytes and returns 17
382 with bits = #3fff4ccc cccccccc cccccccc cccccccc
383 g_Qfmt(0) gives 36 bytes: "1.2999999999999999999999999999999998"
385 strtoIQ returns 33, consuming 3 bytes.
386 fI[0] = #3fff4ccc cccccccc cccccccc cccccccc
387 fI[1] = #3fff4ccc cccccccc cccccccc cccccccd
393 strtoQ consumes 4 bytes and returns 25
394 with bits = #bfff4ccc cccccccc cccccccc cccccccc
395 g_Qfmt(0) gives 37 bytes: "-1.2999999999999999999999999999999998"
397 strtoIQ returns 41, consuming 4 bytes.
398 fI[0] = #bfff4ccc cccccccc cccccccc cccccccd
399 fI[1] = #bfff4ccc cccccccc cccccccc cccccccc
405 strtoQ consumes 3 bytes and returns 17
406 with bits = #3fff6666 66666666 66666666 66666666
407 g_Qfmt(0) gives 3 bytes: "1.4"
409 strtoIQ returns 17, consuming 3 bytes.
410 fI[0] = #3fff6666 66666666 66666666 66666666
411 fI[1] = #3fff6666 66666666 66666666 66666667
417 strtoQ consumes 4 bytes and returns 25
418 with bits = #bfff6666 66666666 66666666 66666666
419 g_Qfmt(0) gives 4 bytes: "-1.4"
421 strtoIQ returns 25, consuming 4 bytes.
422 fI[0] = #bfff6666 66666666 66666666 66666667
423 fI[1] = #bfff6666 66666666 66666666 66666666
429 strtoQ consumes 3 bytes and returns 1
430 with bits = #3fff8000 0 0 0
431 g_Qfmt(0) gives 3 bytes: "1.5"
433 strtoIQ returns 1, consuming 3 bytes.
434 fI[0] == fI[1] = #3fff8000 0 0 0
439 strtoQ consumes 4 bytes and returns 9
440 with bits = #bfff8000 0 0 0
441 g_Qfmt(0) gives 4 bytes: "-1.5"
443 strtoIQ returns 9, consuming 4 bytes.
444 fI[0] == fI[1] = #bfff8000 0 0 0
449 strtoQ consumes 3 bytes and returns 17
450 with bits = #3fff9999 99999999 99999999 99999999
451 g_Qfmt(0) gives 36 bytes: "1.5999999999999999999999999999999999"
453 strtoIQ returns 33, consuming 3 bytes.
454 fI[0] = #3fff9999 99999999 99999999 99999999
455 fI[1] = #3fff9999 99999999 99999999 9999999a
461 strtoQ consumes 4 bytes and returns 25
462 with bits = #bfff9999 99999999 99999999 99999999
463 g_Qfmt(0) gives 37 bytes: "-1.5999999999999999999999999999999999"
465 strtoIQ returns 41, consuming 4 bytes.
466 fI[0] = #bfff9999 99999999 99999999 9999999a
467 fI[1] = #bfff9999 99999999 99999999 99999999
473 strtoQ consumes 3 bytes and returns 17
474 with bits = #3fffb333 33333333 33333333 33333333
475 g_Qfmt(0) gives 3 bytes: "1.7"
477 strtoIQ returns 17, consuming 3 bytes.
478 fI[0] = #3fffb333 33333333 33333333 33333333
479 fI[1] = #3fffb333 33333333 33333333 33333334
485 strtoQ consumes 4 bytes and returns 25
486 with bits = #bfffb333 33333333 33333333 33333333
487 g_Qfmt(0) gives 4 bytes: "-1.7"
489 strtoIQ returns 25, consuming 4 bytes.
490 fI[0] = #bfffb333 33333333 33333333 33333334
491 fI[1] = #bfffb333 33333333 33333333 33333333
497 strtoQ consumes 3 bytes and returns 17
498 with bits = #3fffcccc cccccccc cccccccc cccccccc
499 g_Qfmt(0) gives 36 bytes: "1.7999999999999999999999999999999998"
501 strtoIQ returns 33, consuming 3 bytes.
502 fI[0] = #3fffcccc cccccccc cccccccc cccccccc
503 fI[1] = #3fffcccc cccccccc cccccccc cccccccd
509 strtoQ consumes 4 bytes and returns 25
510 with bits = #bfffcccc cccccccc cccccccc cccccccc
511 g_Qfmt(0) gives 37 bytes: "-1.7999999999999999999999999999999998"
513 strtoIQ returns 41, consuming 4 bytes.
514 fI[0] = #bfffcccc cccccccc cccccccc cccccccd
515 fI[1] = #bfffcccc cccccccc cccccccc cccccccc
521 strtoQ consumes 3 bytes and returns 17
522 with bits = #3fffe666 66666666 66666666 66666666
523 g_Qfmt(0) gives 3 bytes: "1.9"
525 strtoIQ returns 17, consuming 3 bytes.
526 fI[0] = #3fffe666 66666666 66666666 66666666
527 fI[1] = #3fffe666 66666666 66666666 66666667
533 strtoQ consumes 4 bytes and returns 25
534 with bits = #bfffe666 66666666 66666666 66666666
535 g_Qfmt(0) gives 4 bytes: "-1.9"
537 strtoIQ returns 25, consuming 4 bytes.
538 fI[0] = #bfffe666 66666666 66666666 66666667
539 fI[1] = #bfffe666 66666666 66666666 66666666
542 Rounding mode for strtor... changed from 0 (toward zero) to 1 (nearest)
546 strtoQ consumes 3 bytes and returns 33
547 with bits = #3fff1999 99999999 99999999 9999999a
548 g_Qfmt(0) gives 3 bytes: "1.1"
550 strtoIQ returns 33, consuming 3 bytes.
551 fI[0] = #3fff1999 99999999 99999999 99999999
552 fI[1] = #3fff1999 99999999 99999999 9999999a
558 strtoQ consumes 4 bytes and returns 41
559 with bits = #bfff1999 99999999 99999999 9999999a
560 g_Qfmt(0) gives 4 bytes: "-1.1"
562 strtoIQ returns 41, consuming 4 bytes.
563 fI[0] = #bfff1999 99999999 99999999 9999999a
564 fI[1] = #bfff1999 99999999 99999999 99999999
570 strtoQ consumes 3 bytes and returns 17
571 with bits = #3fff3333 33333333 33333333 33333333
572 g_Qfmt(0) gives 3 bytes: "1.2"
574 strtoIQ returns 17, consuming 3 bytes.
575 fI[0] = #3fff3333 33333333 33333333 33333333
576 fI[1] = #3fff3333 33333333 33333333 33333334
582 strtoQ consumes 4 bytes and returns 25
583 with bits = #bfff3333 33333333 33333333 33333333
584 g_Qfmt(0) gives 4 bytes: "-1.2"
586 strtoIQ returns 25, consuming 4 bytes.
587 fI[0] = #bfff3333 33333333 33333333 33333334
588 fI[1] = #bfff3333 33333333 33333333 33333333
594 strtoQ consumes 3 bytes and returns 33
595 with bits = #3fff4ccc cccccccc cccccccc cccccccd
596 g_Qfmt(0) gives 3 bytes: "1.3"
598 strtoIQ returns 33, consuming 3 bytes.
599 fI[0] = #3fff4ccc cccccccc cccccccc cccccccc
600 fI[1] = #3fff4ccc cccccccc cccccccc cccccccd
606 strtoQ consumes 4 bytes and returns 41
607 with bits = #bfff4ccc cccccccc cccccccc cccccccd
608 g_Qfmt(0) gives 4 bytes: "-1.3"
610 strtoIQ returns 41, consuming 4 bytes.
611 fI[0] = #bfff4ccc cccccccc cccccccc cccccccd
612 fI[1] = #bfff4ccc cccccccc cccccccc cccccccc
618 strtoQ consumes 3 bytes and returns 17
619 with bits = #3fff6666 66666666 66666666 66666666
620 g_Qfmt(0) gives 3 bytes: "1.4"
622 strtoIQ returns 17, consuming 3 bytes.
623 fI[0] = #3fff6666 66666666 66666666 66666666
624 fI[1] = #3fff6666 66666666 66666666 66666667
630 strtoQ consumes 4 bytes and returns 25
631 with bits = #bfff6666 66666666 66666666 66666666
632 g_Qfmt(0) gives 4 bytes: "-1.4"
634 strtoIQ returns 25, consuming 4 bytes.
635 fI[0] = #bfff6666 66666666 66666666 66666667
636 fI[1] = #bfff6666 66666666 66666666 66666666
642 strtoQ consumes 3 bytes and returns 1
643 with bits = #3fff8000 0 0 0
644 g_Qfmt(0) gives 3 bytes: "1.5"
646 strtoIQ returns 1, consuming 3 bytes.
647 fI[0] == fI[1] = #3fff8000 0 0 0
652 strtoQ consumes 4 bytes and returns 9
653 with bits = #bfff8000 0 0 0
654 g_Qfmt(0) gives 4 bytes: "-1.5"
656 strtoIQ returns 9, consuming 4 bytes.
657 fI[0] == fI[1] = #bfff8000 0 0 0
662 strtoQ consumes 3 bytes and returns 33
663 with bits = #3fff9999 99999999 99999999 9999999a
664 g_Qfmt(0) gives 3 bytes: "1.6"
666 strtoIQ returns 33, consuming 3 bytes.
667 fI[0] = #3fff9999 99999999 99999999 99999999
668 fI[1] = #3fff9999 99999999 99999999 9999999a
674 strtoQ consumes 4 bytes and returns 41
675 with bits = #bfff9999 99999999 99999999 9999999a
676 g_Qfmt(0) gives 4 bytes: "-1.6"
678 strtoIQ returns 41, consuming 4 bytes.
679 fI[0] = #bfff9999 99999999 99999999 9999999a
680 fI[1] = #bfff9999 99999999 99999999 99999999
686 strtoQ consumes 3 bytes and returns 17
687 with bits = #3fffb333 33333333 33333333 33333333
688 g_Qfmt(0) gives 3 bytes: "1.7"
690 strtoIQ returns 17, consuming 3 bytes.
691 fI[0] = #3fffb333 33333333 33333333 33333333
692 fI[1] = #3fffb333 33333333 33333333 33333334
698 strtoQ consumes 4 bytes and returns 25
699 with bits = #bfffb333 33333333 33333333 33333333
700 g_Qfmt(0) gives 4 bytes: "-1.7"
702 strtoIQ returns 25, consuming 4 bytes.
703 fI[0] = #bfffb333 33333333 33333333 33333334
704 fI[1] = #bfffb333 33333333 33333333 33333333
710 strtoQ consumes 3 bytes and returns 33
711 with bits = #3fffcccc cccccccc cccccccc cccccccd
712 g_Qfmt(0) gives 3 bytes: "1.8"
714 strtoIQ returns 33, consuming 3 bytes.
715 fI[0] = #3fffcccc cccccccc cccccccc cccccccc
716 fI[1] = #3fffcccc cccccccc cccccccc cccccccd
722 strtoQ consumes 4 bytes and returns 41
723 with bits = #bfffcccc cccccccc cccccccc cccccccd
724 g_Qfmt(0) gives 4 bytes: "-1.8"
726 strtoIQ returns 41, consuming 4 bytes.
727 fI[0] = #bfffcccc cccccccc cccccccc cccccccd
728 fI[1] = #bfffcccc cccccccc cccccccc cccccccc
734 strtoQ consumes 3 bytes and returns 17
735 with bits = #3fffe666 66666666 66666666 66666666
736 g_Qfmt(0) gives 3 bytes: "1.9"
738 strtoIQ returns 17, consuming 3 bytes.
739 fI[0] = #3fffe666 66666666 66666666 66666666
740 fI[1] = #3fffe666 66666666 66666666 66666667
746 strtoQ consumes 4 bytes and returns 25
747 with bits = #bfffe666 66666666 66666666 66666666
748 g_Qfmt(0) gives 4 bytes: "-1.9"
750 strtoIQ returns 25, consuming 4 bytes.
751 fI[0] = #bfffe666 66666666 66666666 66666667
752 fI[1] = #bfffe666 66666666 66666666 66666666
755 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
759 strtoQ consumes 3 bytes and returns 33
760 with bits = #3fff1999 99999999 99999999 9999999a
761 g_Qfmt(0) gives 3 bytes: "1.1"
763 strtoIQ returns 33, consuming 3 bytes.
764 fI[0] = #3fff1999 99999999 99999999 99999999
765 fI[1] = #3fff1999 99999999 99999999 9999999a
771 strtoQ consumes 4 bytes and returns 25
772 with bits = #bfff1999 99999999 99999999 99999999
773 g_Qfmt(0) gives 37 bytes: "-1.0999999999999999999999999999999999"
775 strtoIQ returns 41, consuming 4 bytes.
776 fI[0] = #bfff1999 99999999 99999999 9999999a
777 fI[1] = #bfff1999 99999999 99999999 99999999
783 strtoQ consumes 3 bytes and returns 33
784 with bits = #3fff3333 33333333 33333333 33333334
785 g_Qfmt(0) gives 36 bytes: "1.2000000000000000000000000000000002"
787 strtoIQ returns 17, consuming 3 bytes.
788 fI[0] = #3fff3333 33333333 33333333 33333333
789 fI[1] = #3fff3333 33333333 33333333 33333334
795 strtoQ consumes 4 bytes and returns 25
796 with bits = #bfff3333 33333333 33333333 33333333
797 g_Qfmt(0) gives 4 bytes: "-1.2"
799 strtoIQ returns 25, consuming 4 bytes.
800 fI[0] = #bfff3333 33333333 33333333 33333334
801 fI[1] = #bfff3333 33333333 33333333 33333333
807 strtoQ consumes 3 bytes and returns 33
808 with bits = #3fff4ccc cccccccc cccccccc cccccccd
809 g_Qfmt(0) gives 3 bytes: "1.3"
811 strtoIQ returns 33, consuming 3 bytes.
812 fI[0] = #3fff4ccc cccccccc cccccccc cccccccc
813 fI[1] = #3fff4ccc cccccccc cccccccc cccccccd
819 strtoQ consumes 4 bytes and returns 25
820 with bits = #bfff4ccc cccccccc cccccccc cccccccc
821 g_Qfmt(0) gives 37 bytes: "-1.2999999999999999999999999999999998"
823 strtoIQ returns 41, consuming 4 bytes.
824 fI[0] = #bfff4ccc cccccccc cccccccc cccccccd
825 fI[1] = #bfff4ccc cccccccc cccccccc cccccccc
831 strtoQ consumes 3 bytes and returns 33
832 with bits = #3fff6666 66666666 66666666 66666667
833 g_Qfmt(0) gives 36 bytes: "1.4000000000000000000000000000000001"
835 strtoIQ returns 17, consuming 3 bytes.
836 fI[0] = #3fff6666 66666666 66666666 66666666
837 fI[1] = #3fff6666 66666666 66666666 66666667
843 strtoQ consumes 4 bytes and returns 25
844 with bits = #bfff6666 66666666 66666666 66666666
845 g_Qfmt(0) gives 4 bytes: "-1.4"
847 strtoIQ returns 25, consuming 4 bytes.
848 fI[0] = #bfff6666 66666666 66666666 66666667
849 fI[1] = #bfff6666 66666666 66666666 66666666
855 strtoQ consumes 3 bytes and returns 1
856 with bits = #3fff8000 0 0 0
857 g_Qfmt(0) gives 3 bytes: "1.5"
859 strtoIQ returns 1, consuming 3 bytes.
860 fI[0] == fI[1] = #3fff8000 0 0 0
865 strtoQ consumes 4 bytes and returns 9
866 with bits = #bfff8000 0 0 0
867 g_Qfmt(0) gives 4 bytes: "-1.5"
869 strtoIQ returns 9, consuming 4 bytes.
870 fI[0] == fI[1] = #bfff8000 0 0 0
875 strtoQ consumes 3 bytes and returns 33
876 with bits = #3fff9999 99999999 99999999 9999999a
877 g_Qfmt(0) gives 3 bytes: "1.6"
879 strtoIQ returns 33, consuming 3 bytes.
880 fI[0] = #3fff9999 99999999 99999999 99999999
881 fI[1] = #3fff9999 99999999 99999999 9999999a
887 strtoQ consumes 4 bytes and returns 25
888 with bits = #bfff9999 99999999 99999999 99999999
889 g_Qfmt(0) gives 37 bytes: "-1.5999999999999999999999999999999999"
891 strtoIQ returns 41, consuming 4 bytes.
892 fI[0] = #bfff9999 99999999 99999999 9999999a
893 fI[1] = #bfff9999 99999999 99999999 99999999
899 strtoQ consumes 3 bytes and returns 33
900 with bits = #3fffb333 33333333 33333333 33333334
901 g_Qfmt(0) gives 36 bytes: "1.7000000000000000000000000000000002"
903 strtoIQ returns 17, consuming 3 bytes.
904 fI[0] = #3fffb333 33333333 33333333 33333333
905 fI[1] = #3fffb333 33333333 33333333 33333334
911 strtoQ consumes 4 bytes and returns 25
912 with bits = #bfffb333 33333333 33333333 33333333
913 g_Qfmt(0) gives 4 bytes: "-1.7"
915 strtoIQ returns 25, consuming 4 bytes.
916 fI[0] = #bfffb333 33333333 33333333 33333334
917 fI[1] = #bfffb333 33333333 33333333 33333333
923 strtoQ consumes 3 bytes and returns 33
924 with bits = #3fffcccc cccccccc cccccccc cccccccd
925 g_Qfmt(0) gives 3 bytes: "1.8"
927 strtoIQ returns 33, consuming 3 bytes.
928 fI[0] = #3fffcccc cccccccc cccccccc cccccccc
929 fI[1] = #3fffcccc cccccccc cccccccc cccccccd
935 strtoQ consumes 4 bytes and returns 25
936 with bits = #bfffcccc cccccccc cccccccc cccccccc
937 g_Qfmt(0) gives 37 bytes: "-1.7999999999999999999999999999999998"
939 strtoIQ returns 41, consuming 4 bytes.
940 fI[0] = #bfffcccc cccccccc cccccccc cccccccd
941 fI[1] = #bfffcccc cccccccc cccccccc cccccccc
947 strtoQ consumes 3 bytes and returns 33
948 with bits = #3fffe666 66666666 66666666 66666667
949 g_Qfmt(0) gives 36 bytes: "1.9000000000000000000000000000000001"
951 strtoIQ returns 17, consuming 3 bytes.
952 fI[0] = #3fffe666 66666666 66666666 66666666
953 fI[1] = #3fffe666 66666666 66666666 66666667
959 strtoQ consumes 4 bytes and returns 25
960 with bits = #bfffe666 66666666 66666666 66666666
961 g_Qfmt(0) gives 4 bytes: "-1.9"
963 strtoIQ returns 25, consuming 4 bytes.
964 fI[0] = #bfffe666 66666666 66666666 66666667
965 fI[1] = #bfffe666 66666666 66666666 66666666
968 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
972 strtoQ consumes 3 bytes and returns 17
973 with bits = #3fff1999 99999999 99999999 99999999
974 g_Qfmt(0) gives 36 bytes: "1.0999999999999999999999999999999999"
976 strtoIQ returns 33, consuming 3 bytes.
977 fI[0] = #3fff1999 99999999 99999999 99999999
978 fI[1] = #3fff1999 99999999 99999999 9999999a
984 strtoQ consumes 4 bytes and returns 41
985 with bits = #bfff1999 99999999 99999999 9999999a
986 g_Qfmt(0) gives 4 bytes: "-1.1"
988 strtoIQ returns 41, consuming 4 bytes.
989 fI[0] = #bfff1999 99999999 99999999 9999999a
990 fI[1] = #bfff1999 99999999 99999999 99999999
996 strtoQ consumes 3 bytes and returns 17
997 with bits = #3fff3333 33333333 33333333 33333333
998 g_Qfmt(0) gives 3 bytes: "1.2"
1000 strtoIQ returns 17, consuming 3 bytes.
1001 fI[0] = #3fff3333 33333333 33333333 33333333
1002 fI[1] = #3fff3333 33333333 33333333 33333334
1008 strtoQ consumes 4 bytes and returns 41
1009 with bits = #bfff3333 33333333 33333333 33333334
1010 g_Qfmt(0) gives 37 bytes: "-1.2000000000000000000000000000000002"
1012 strtoIQ returns 25, consuming 4 bytes.
1013 fI[0] = #bfff3333 33333333 33333333 33333334
1014 fI[1] = #bfff3333 33333333 33333333 33333333
1020 strtoQ consumes 3 bytes and returns 17
1021 with bits = #3fff4ccc cccccccc cccccccc cccccccc
1022 g_Qfmt(0) gives 36 bytes: "1.2999999999999999999999999999999998"
1024 strtoIQ returns 33, consuming 3 bytes.
1025 fI[0] = #3fff4ccc cccccccc cccccccc cccccccc
1026 fI[1] = #3fff4ccc cccccccc cccccccc cccccccd
1032 strtoQ consumes 4 bytes and returns 41
1033 with bits = #bfff4ccc cccccccc cccccccc cccccccd
1034 g_Qfmt(0) gives 4 bytes: "-1.3"
1036 strtoIQ returns 41, consuming 4 bytes.
1037 fI[0] = #bfff4ccc cccccccc cccccccc cccccccd
1038 fI[1] = #bfff4ccc cccccccc cccccccc cccccccc
1044 strtoQ consumes 3 bytes and returns 17
1045 with bits = #3fff6666 66666666 66666666 66666666
1046 g_Qfmt(0) gives 3 bytes: "1.4"
1048 strtoIQ returns 17, consuming 3 bytes.
1049 fI[0] = #3fff6666 66666666 66666666 66666666
1050 fI[1] = #3fff6666 66666666 66666666 66666667
1056 strtoQ consumes 4 bytes and returns 41
1057 with bits = #bfff6666 66666666 66666666 66666667
1058 g_Qfmt(0) gives 37 bytes: "-1.4000000000000000000000000000000001"
1060 strtoIQ returns 25, consuming 4 bytes.
1061 fI[0] = #bfff6666 66666666 66666666 66666667
1062 fI[1] = #bfff6666 66666666 66666666 66666666
1068 strtoQ consumes 3 bytes and returns 1
1069 with bits = #3fff8000 0 0 0
1070 g_Qfmt(0) gives 3 bytes: "1.5"
1072 strtoIQ returns 1, consuming 3 bytes.
1073 fI[0] == fI[1] = #3fff8000 0 0 0
1078 strtoQ consumes 4 bytes and returns 9
1079 with bits = #bfff8000 0 0 0
1080 g_Qfmt(0) gives 4 bytes: "-1.5"
1082 strtoIQ returns 9, consuming 4 bytes.
1083 fI[0] == fI[1] = #bfff8000 0 0 0
1088 strtoQ consumes 3 bytes and returns 17
1089 with bits = #3fff9999 99999999 99999999 99999999
1090 g_Qfmt(0) gives 36 bytes: "1.5999999999999999999999999999999999"
1092 strtoIQ returns 33, consuming 3 bytes.
1093 fI[0] = #3fff9999 99999999 99999999 99999999
1094 fI[1] = #3fff9999 99999999 99999999 9999999a
1100 strtoQ consumes 4 bytes and returns 41
1101 with bits = #bfff9999 99999999 99999999 9999999a
1102 g_Qfmt(0) gives 4 bytes: "-1.6"
1104 strtoIQ returns 41, consuming 4 bytes.
1105 fI[0] = #bfff9999 99999999 99999999 9999999a
1106 fI[1] = #bfff9999 99999999 99999999 99999999
1112 strtoQ consumes 3 bytes and returns 17
1113 with bits = #3fffb333 33333333 33333333 33333333
1114 g_Qfmt(0) gives 3 bytes: "1.7"
1116 strtoIQ returns 17, consuming 3 bytes.
1117 fI[0] = #3fffb333 33333333 33333333 33333333
1118 fI[1] = #3fffb333 33333333 33333333 33333334
1124 strtoQ consumes 4 bytes and returns 41
1125 with bits = #bfffb333 33333333 33333333 33333334
1126 g_Qfmt(0) gives 37 bytes: "-1.7000000000000000000000000000000002"
1128 strtoIQ returns 25, consuming 4 bytes.
1129 fI[0] = #bfffb333 33333333 33333333 33333334
1130 fI[1] = #bfffb333 33333333 33333333 33333333
1136 strtoQ consumes 3 bytes and returns 17
1137 with bits = #3fffcccc cccccccc cccccccc cccccccc
1138 g_Qfmt(0) gives 36 bytes: "1.7999999999999999999999999999999998"
1140 strtoIQ returns 33, consuming 3 bytes.
1141 fI[0] = #3fffcccc cccccccc cccccccc cccccccc
1142 fI[1] = #3fffcccc cccccccc cccccccc cccccccd
1148 strtoQ consumes 4 bytes and returns 41
1149 with bits = #bfffcccc cccccccc cccccccc cccccccd
1150 g_Qfmt(0) gives 4 bytes: "-1.8"
1152 strtoIQ returns 41, consuming 4 bytes.
1153 fI[0] = #bfffcccc cccccccc cccccccc cccccccd
1154 fI[1] = #bfffcccc cccccccc cccccccc cccccccc
1160 strtoQ consumes 3 bytes and returns 17
1161 with bits = #3fffe666 66666666 66666666 66666666
1162 g_Qfmt(0) gives 3 bytes: "1.9"
1164 strtoIQ returns 17, consuming 3 bytes.
1165 fI[0] = #3fffe666 66666666 66666666 66666666
1166 fI[1] = #3fffe666 66666666 66666666 66666667
1172 strtoQ consumes 4 bytes and returns 41
1173 with bits = #bfffe666 66666666 66666666 66666667
1174 g_Qfmt(0) gives 37 bytes: "-1.9000000000000000000000000000000001"
1176 strtoIQ returns 25, consuming 4 bytes.
1177 fI[0] = #bfffe666 66666666 66666666 66666667
1178 fI[1] = #bfffe666 66666666 66666666 66666666