4 strtoxL consumes 4 bytes and returns 33
5 with bits = #3fff0000 9d70a3d7 a3d70a4
6 printf("%.21Lg") gives 7.73283722915781506499e-4933
7 g_xLfmt(0) gives 4 bytes: "1.23"
9 strtoIxL returns 33, consuming 4 bytes.
10 fI[0] = #3fff0000 9d70a3d7 a3d70a3
11 = 7.73283722915781506134e-4933
12 fI[1] = #3fff0000 9d70a3d7 a3d70a4
13 = 7.73283722915781506499e-4933
19 strtoxL consumes 8 bytes and returns 1
20 with bits = #40410000 d55ef90a 2da18000
21 printf("%.21Lg") gives 2.24239113715721119512e-4932
22 g_xLfmt(0) gives 8 bytes: "1.23e+20"
24 strtoIxL returns 1, consuming 8 bytes.
25 fI[0] == fI[1] == strtoxL
30 strtoxL consumes 8 bytes and returns 17
31 with bits = #3fbc0000 e857267b b3a984f2
32 printf("%.21Lg") gives 2.74065070995958800375e-4932
33 g_xLfmt(0) gives 8 bytes: "1.23e-20"
35 strtoIxL returns 17, consuming 8 bytes.
36 fI[0] = #3fbc0000 e857267b b3a984f2
37 = 2.74065070995958800375e-4932
38 fI[1] = #3fbc0000 e857267b b3a984f3
39 = 2.74065070995958800411e-4932
45 strtoxL consumes 10 bytes and returns 33
46 with bits = #3fff0000 9e065214 1ef0dbf6
47 printf("%.21Lg") gives 7.88641440242171807354e-4933
48 g_xLfmt(0) gives 10 bytes: "1.23456789"
50 strtoIxL returns 33, consuming 10 bytes.
51 fI[0] = #3fff0000 9e065214 1ef0dbf5
52 = 7.8864144024217180699e-4933
53 fI[1] = #3fff0000 9e065214 1ef0dbf6
54 = 7.88641440242171807354e-4933
60 strtoxL consumes 14 bytes and returns 1
61 with bits = #40410000 d629bd33 5ccba00
62 printf("%.21Lg") gives 2.26319561227049478508e-4932
63 g_xLfmt(0) gives 14 bytes: "1.23456589e+20"
65 strtoIxL returns 1, consuming 14 bytes.
66 fI[0] == fI[1] == strtoxL
71 strtoxL consumes 8 bytes and returns 17
72 with bits = #40620000 f8658274 7dbc824a
73 printf("%.21Lg") gives 3.16238691003557160385e-4932
74 g_xLfmt(0) gives 8 bytes: "1.23e+30"
76 strtoIxL returns 17, consuming 8 bytes.
77 fI[0] = #40620000 f8658274 7dbc824a
78 = 3.16238691003557160385e-4932
79 fI[1] = #40620000 f8658274 7dbc824b
80 = 3.16238691003557160421e-4932
86 strtoxL consumes 8 bytes and returns 17
87 with bits = #3f9b0000 c794337a 808554eb
88 printf("%.21Lg") gives 1.88012249978407873966e-4932
89 g_xLfmt(0) gives 8 bytes: "1.23e-30"
91 strtoIxL returns 17, consuming 8 bytes.
92 fI[0] = #3f9b0000 c794337a 808554eb
93 = 1.88012249978407873966e-4932
94 fI[1] = #3f9b0000 c794337a 808554ec
95 = 1.88012249978407874003e-4932
101 strtoxL consumes 14 bytes and returns 17
102 with bits = #3fbc0000 e9340a38 f3d6d352
103 printf("%.21Lg") gives 2.76331470044569174626e-4932
104 g_xLfmt(0) gives 14 bytes: "1.23456789e-20"
106 strtoIxL returns 17, consuming 14 bytes.
107 fI[0] = #3fbc0000 e9340a38 f3d6d352
108 = 2.76331470044569174626e-4932
109 fI[1] = #3fbc0000 e9340a38 f3d6d353
110 = 2.76331470044569174663e-4932
114 Input: 1.23456789e-30
116 strtoxL consumes 14 bytes and returns 17
117 with bits = #3f9b0000 c851f19d decca8fc
118 printf("%.21Lg") gives 1.89959071937101288293e-4932
119 g_xLfmt(0) gives 14 bytes: "1.23456789e-30"
121 strtoIxL returns 17, consuming 14 bytes.
122 fI[0] = #3f9b0000 c851f19d decca8fc
123 = 1.89959071937101288293e-4932
124 fI[1] = #3f9b0000 c851f19d decca8fd
125 = 1.89959071937101288329e-4932
129 Input: 1.234567890123456789
131 strtoxL consumes 20 bytes and returns 17
132 with bits = #3fff0000 9e065214 62cfdb8d
133 printf("%.21Lg") gives 7.88641440657246265535e-4933
134 g_xLfmt(0) gives 20 bytes: "1.234567890123456789"
136 strtoIxL returns 17, consuming 20 bytes.
137 fI[0] = #3fff0000 9e065214 62cfdb8d
138 = 7.88641440657246265535e-4933
139 fI[1] = #3fff0000 9e065214 62cfdb8e
140 = 7.886414406572462659e-4933
144 Input: 1.23456789012345678901234567890123456789
146 strtoxL consumes 40 bytes and returns 17
147 with bits = #3fff0000 9e065214 62cfdb8d
148 printf("%.21Lg") gives 7.88641440657246265535e-4933
149 g_xLfmt(0) gives 20 bytes: "1.234567890123456789"
151 strtoIxL returns 17, consuming 40 bytes.
152 fI[0] = #3fff0000 9e065214 62cfdb8d
153 = 7.88641440657246265535e-4933
154 fI[1] = #3fff0000 9e065214 62cfdb8e
155 = 7.886414406572462659e-4933
161 strtoxL consumes 8 bytes and returns 17
162 with bits = #43f70000 e033b668 e30fa6d5
163 printf("%.21Lg") gives 2.52688323155200052759e-4932
164 g_xLfmt(0) gives 9 bytes: "1.23e+306"
166 strtoIxL returns 17, consuming 8 bytes.
167 fI[0] = #43f70000 e033b668 e30fa6d5
168 = 2.52688323155200052759e-4932
169 fI[1] = #43f70000 e033b668 e30fa6d6
170 = 2.52688323155200052796e-4932
176 strtoxL consumes 9 bytes and returns 33
177 with bits = #3c060000 dd1dc2ed 1cb73f25
178 printf("%.21Lg") gives 2.44583168427704605801e-4932
179 g_xLfmt(0) gives 9 bytes: "1.23e-306"
181 strtoIxL returns 33, consuming 9 bytes.
182 fI[0] = #3c060000 dd1dc2ed 1cb73f24
183 = 2.44583168427704605765e-4932
184 fI[1] = #3c060000 dd1dc2ed 1cb73f25
185 = 2.44583168427704605801e-4932
191 strtoxL consumes 9 bytes and returns 33
192 with bits = #3bd80000 9b98c371 844c3f1a
193 printf("%.21Lg") gives 7.24867657578821329238e-4933
194 g_xLfmt(0) gives 9 bytes: "1.23e-320"
196 strtoIxL returns 33, consuming 9 bytes.
197 fI[0] = #3bd80000 9b98c371 844c3f19
198 = 7.24867657578821328874e-4933
199 fI[1] = #3bd80000 9b98c371 844c3f1a
200 = 7.24867657578821329238e-4933
206 strtoxL consumes 8 bytes and returns 17
207 with bits = #3fbc0000 e857267b b3a984f2
208 printf("%.21Lg") gives 2.74065070995958800375e-4932
209 g_xLfmt(0) gives 8 bytes: "1.23e-20"
211 strtoIxL returns 17, consuming 8 bytes.
212 fI[0] = #3fbc0000 e857267b b3a984f2
213 = 2.74065070995958800375e-4932
214 fI[1] = #3fbc0000 e857267b b3a984f3
215 = 2.74065070995958800411e-4932
219 Input: 1.23456789e307
221 strtoxL consumes 14 bytes and returns 17
222 with bits = #43fb0000 8ca58a5e d766de75
223 printf("%.21Lg") gives 3.32182163192682931854e-4933
224 g_xLfmt(0) gives 15 bytes: "1.23456789e+307"
226 strtoIxL returns 17, consuming 14 bytes.
227 fI[0] = #43fb0000 8ca58a5e d766de75
228 = 3.32182163192682931854e-4933
229 fI[1] = #43fb0000 8ca58a5e d766de76
230 = 3.32182163192682932219e-4933
234 Input: 1.23456589e-307
236 strtoxL consumes 15 bytes and returns 17
237 with bits = #3c030000 b18cb5dc c22fd369
238 printf("%.21Lg") gives 1.30149245314004923345e-4932
239 g_xLfmt(0) gives 15 bytes: "1.23456589e-307"
241 strtoIxL returns 17, consuming 15 bytes.
242 fI[0] = #3c030000 b18cb5dc c22fd369
243 = 1.30149245314004923345e-4932
244 fI[1] = #3c030000 b18cb5dc c22fd36a
245 = 1.30149245314004923382e-4932
249 Input: 1.234567890123456789
251 strtoxL consumes 20 bytes and returns 17
252 with bits = #3fff0000 9e065214 62cfdb8d
253 printf("%.21Lg") gives 7.88641440657246265535e-4933
254 g_xLfmt(0) gives 20 bytes: "1.234567890123456789"
256 strtoIxL returns 17, consuming 20 bytes.
257 fI[0] = #3fff0000 9e065214 62cfdb8d
258 = 7.88641440657246265535e-4933
259 fI[1] = #3fff0000 9e065214 62cfdb8e
260 = 7.886414406572462659e-4933
264 Input: 1.234567890123456789e301
266 strtoxL consumes 24 bytes and returns 33
267 with bits = #43e70000 937a8baf ab20980c
268 printf("%.21Lg") gives 5.11635766619117643114e-4933
269 g_xLfmt(0) gives 25 bytes: "1.234567890123456789e+301"
271 strtoIxL returns 33, consuming 24 bytes.
272 fI[0] = #43e70000 937a8baf ab20980b
273 = 5.1163576661911764275e-4933
274 fI[1] = #43e70000 937a8baf ab20980c
275 = 5.11635766619117643114e-4933
279 Input: 1.234567890123456789e-301
281 strtoxL consumes 25 bytes and returns 33
282 with bits = #3c170000 a953271a 5d069ad9
283 printf("%.21Lg") gives 1.08545540462853463561e-4932
284 g_xLfmt(0) gives 25 bytes: "1.234567890123456789e-301"
286 strtoIxL returns 33, consuming 25 bytes.
287 fI[0] = #3c170000 a953271a 5d069ad8
288 = 1.08545540462853463524e-4932
289 fI[1] = #3c170000 a953271a 5d069ad9
290 = 1.08545540462853463561e-4932
294 Input: 1.234567890123456789e-321
296 strtoxL consumes 25 bytes and returns 33
297 with bits = #3bd40000 f9e11b4c ea6dcce9
298 printf("%.21Lg") gives 3.20133479952876185942e-4932
299 g_xLfmt(0) gives 25 bytes: "1.234567890123456789e-321"
301 strtoIxL returns 33, consuming 25 bytes.
302 fI[0] = #3bd40000 f9e11b4c ea6dcce8
303 = 3.20133479952876185905e-4932
304 fI[1] = #3bd40000 f9e11b4c ea6dcce9
305 = 3.20133479952876185942e-4932
311 strtoxL consumes 4 bytes and returns 1
312 with bits = #404b0000 a968163f a57b400
313 printf("%.21Lg") gives 1.08760331670538037378e-4932
314 g_xLfmt(0) gives 5 bytes: "1e+23"
316 strtoIxL returns 1, consuming 4 bytes.
317 fI[0] == fI[1] == strtoxL
322 strtoxL consumes 5 bytes and returns 33
323 with bits = #44040000 de81e40a 34bcf50
324 printf("%.21Lg") gives 2.48237171106260601618e-4932
325 g_xLfmt(0) gives 6 bytes: "1e+310"
327 strtoIxL returns 33, consuming 5 bytes.
328 fI[0] = #44040000 de81e40a 34bcf4f
329 = 2.48237171106260601582e-4932
330 fI[1] = #44040000 de81e40a 34bcf50
331 = 2.48237171106260601618e-4932
335 Input: 9.0259718793241475e-277
337 strtoxL consumes 23 bytes and returns 33
338 with bits = #3c690000 ffffffff fffffcf7
339 printf("%.21Lg") gives 3.36210314311209322303e-4932
340 g_xLfmt(0) gives 23 bytes: "9.0259718793241475e-277"
342 strtoIxL returns 33, consuming 23 bytes.
343 fI[0] = #3c690000 ffffffff fffffcf6
344 = 3.36210314311209322267e-4932
345 fI[1] = #3c690000 ffffffff fffffcf7
346 = 3.36210314311209322303e-4932
350 Input: 9.025971879324147880346310405869e-277
352 strtoxL consumes 37 bytes and returns 17
353 with bits = #3c6a0000 80000000 0
354 printf("%.21Lg") gives 3.36210314311209350626e-4932
355 g_xLfmt(0) gives 26 bytes: "9.0259718793241478803e-277"
357 strtoIxL returns 17, consuming 37 bytes.
358 fI[0] = #3c6a0000 80000000 0
359 = 3.36210314311209350626e-4932
360 fI[1] = #3c6a0000 80000000 1
361 = 3.64519953188247460253e-4951
365 Input: 9.025971879324147880346310405868e-277
367 strtoxL consumes 37 bytes and returns 33
368 with bits = #3c6a0000 80000000 0
369 printf("%.21Lg") gives 3.36210314311209350626e-4932
370 g_xLfmt(0) gives 26 bytes: "9.0259718793241478803e-277"
372 strtoIxL returns 33, consuming 37 bytes.
373 fI[0] = #3c690000 ffffffff ffffffff
374 = 3.3621031431120935059e-4932
375 fI[1] = #3c6a0000 80000000 0
376 = 3.36210314311209350626e-4932
380 Input: 2.2250738585072014e-308
382 strtoxL consumes 23 bytes and returns 17
383 with bits = #3c010000 80000000 46
384 printf("%.21Lg") gives 2.55163967231773222177e-4949
385 g_xLfmt(0) gives 23 bytes: "2.2250738585072014e-308"
387 strtoIxL returns 17, consuming 23 bytes.
388 fI[0] = #3c010000 80000000 46
389 = 2.55163967231773222177e-4949
390 fI[1] = #3c010000 80000000 47
391 = 2.5880916676365569678e-4949
395 Input: 2.2250738585072013e-308
397 strtoxL consumes 23 bytes and returns 17
398 with bits = #3c000000 ffffffff fffffd4f
399 printf("%.21Lg") gives 3.36210314311209325511e-4932
400 g_xLfmt(0) gives 23 bytes: "2.2250738585072013e-308"
402 strtoIxL returns 17, consuming 23 bytes.
403 fI[0] = #3c000000 ffffffff fffffd4f
404 = 3.36210314311209325511e-4932
405 fI[1] = #3c000000 ffffffff fffffd50
406 = 3.36210314311209325547e-4932
409 Rounding mode for strtor... changed from 1 (nearest) to 0 (toward zero)
413 strtoxL consumes 3 bytes and returns 17
414 with bits = #3fff0000 8ccccccc cccccccc
415 printf("%.21Lg") gives 3.36210314311209350335e-4933
416 g_xLfmt(0) gives 21 bytes: "1.0999999999999999999"
418 strtoIxL returns 33, consuming 3 bytes.
419 fI[0] = #3fff0000 8ccccccc cccccccc
420 = 3.36210314311209350335e-4933
421 fI[1] = #3fff0000 8ccccccc cccccccd
422 = 3.36210314311209350699e-4933
428 strtoxL consumes 4 bytes and returns 25
429 with bits = #bfff0000 8ccccccc cccccccc
430 printf("%.21Lg") gives 3.36210314311209350335e-4933
431 g_xLfmt(0) gives 22 bytes: "-1.0999999999999999999"
433 strtoIxL returns 41, consuming 4 bytes.
434 fI[0] = #bfff0000 8ccccccc cccccccd
435 = 3.36210314311209350699e-4933
436 fI[1] = #bfff0000 8ccccccc cccccccc
437 = 3.36210314311209350335e-4933
443 strtoxL consumes 3 bytes and returns 17
444 with bits = #3fff0000 99999999 99999999
445 printf("%.21Lg") gives 6.72420628622418701034e-4933
446 g_xLfmt(0) gives 21 bytes: "1.1999999999999999999"
448 strtoIxL returns 33, consuming 3 bytes.
449 fI[0] = #3fff0000 99999999 99999999
450 = 6.72420628622418701034e-4933
451 fI[1] = #3fff0000 99999999 9999999a
452 = 6.72420628622418701398e-4933
458 strtoxL consumes 4 bytes and returns 25
459 with bits = #bfff0000 99999999 99999999
460 printf("%.21Lg") gives 6.72420628622418701034e-4933
461 g_xLfmt(0) gives 22 bytes: "-1.1999999999999999999"
463 strtoIxL returns 41, consuming 4 bytes.
464 fI[0] = #bfff0000 99999999 9999999a
465 = 6.72420628622418701398e-4933
466 fI[1] = #bfff0000 99999999 99999999
467 = 6.72420628622418701034e-4933
473 strtoxL consumes 3 bytes and returns 17
474 with bits = #3fff0000 a6666666 66666666
475 printf("%.21Lg") gives 1.00863094293362805173e-4932
476 g_xLfmt(0) gives 3 bytes: "1.3"
478 strtoIxL returns 17, consuming 3 bytes.
479 fI[0] = #3fff0000 a6666666 66666666
480 = 1.00863094293362805173e-4932
481 fI[1] = #3fff0000 a6666666 66666667
482 = 1.0086309429336280521e-4932
488 strtoxL consumes 4 bytes and returns 25
489 with bits = #bfff0000 a6666666 66666666
490 printf("%.21Lg") gives 1.00863094293362805173e-4932
491 g_xLfmt(0) gives 4 bytes: "-1.3"
493 strtoIxL returns 25, consuming 4 bytes.
494 fI[0] = #bfff0000 a6666666 66666667
495 = 1.0086309429336280521e-4932
496 fI[1] = #bfff0000 a6666666 66666666
497 = 1.00863094293362805173e-4932
503 strtoxL consumes 3 bytes and returns 17
504 with bits = #3fff0000 b3333333 33333333
505 printf("%.21Lg") gives 1.34484125724483740243e-4932
506 g_xLfmt(0) gives 3 bytes: "1.4"
508 strtoIxL returns 17, consuming 3 bytes.
509 fI[0] = #3fff0000 b3333333 33333333
510 = 1.34484125724483740243e-4932
511 fI[1] = #3fff0000 b3333333 33333334
512 = 1.3448412572448374028e-4932
518 strtoxL consumes 4 bytes and returns 25
519 with bits = #bfff0000 b3333333 33333333
520 printf("%.21Lg") gives 1.34484125724483740243e-4932
521 g_xLfmt(0) gives 4 bytes: "-1.4"
523 strtoIxL returns 25, consuming 4 bytes.
524 fI[0] = #bfff0000 b3333333 33333334
525 = 1.3448412572448374028e-4932
526 fI[1] = #bfff0000 b3333333 33333333
527 = 1.34484125724483740243e-4932
533 strtoxL consumes 3 bytes and returns 1
534 with bits = #3fff0000 c0000000 0
535 printf("%.21Lg") gives 1.68105157155604675313e-4932
536 g_xLfmt(0) gives 3 bytes: "1.5"
538 strtoIxL returns 1, consuming 3 bytes.
539 fI[0] == fI[1] == strtoxL
544 strtoxL consumes 4 bytes and returns 9
545 with bits = #bfff0000 c0000000 0
546 printf("%.21Lg") gives 1.68105157155604675313e-4932
547 g_xLfmt(0) gives 4 bytes: "-1.5"
549 strtoIxL returns 9, consuming 4 bytes.
550 fI[0] == fI[1] == strtoxL
555 strtoxL consumes 3 bytes and returns 17
556 with bits = #3fff0000 cccccccc cccccccc
557 printf("%.21Lg") gives 2.01726188586725610347e-4932
558 g_xLfmt(0) gives 21 bytes: "1.5999999999999999999"
560 strtoIxL returns 33, consuming 3 bytes.
561 fI[0] = #3fff0000 cccccccc cccccccc
562 = 2.01726188586725610347e-4932
563 fI[1] = #3fff0000 cccccccc cccccccd
564 = 2.01726188586725610383e-4932
570 strtoxL consumes 4 bytes and returns 25
571 with bits = #bfff0000 cccccccc cccccccc
572 printf("%.21Lg") gives 2.01726188586725610347e-4932
573 g_xLfmt(0) gives 22 bytes: "-1.5999999999999999999"
575 strtoIxL returns 41, consuming 4 bytes.
576 fI[0] = #bfff0000 cccccccc cccccccd
577 = 2.01726188586725610383e-4932
578 fI[1] = #bfff0000 cccccccc cccccccc
579 = 2.01726188586725610347e-4932
585 strtoxL consumes 3 bytes and returns 17
586 with bits = #3fff0000 d9999999 99999999
587 printf("%.21Lg") gives 2.35347220017846545417e-4932
588 g_xLfmt(0) gives 21 bytes: "1.6999999999999999999"
590 strtoIxL returns 33, consuming 3 bytes.
591 fI[0] = #3fff0000 d9999999 99999999
592 = 2.35347220017846545417e-4932
593 fI[1] = #3fff0000 d9999999 9999999a
594 = 2.35347220017846545453e-4932
600 strtoxL consumes 4 bytes and returns 25
601 with bits = #bfff0000 d9999999 99999999
602 printf("%.21Lg") gives 2.35347220017846545417e-4932
603 g_xLfmt(0) gives 22 bytes: "-1.6999999999999999999"
605 strtoIxL returns 41, consuming 4 bytes.
606 fI[0] = #bfff0000 d9999999 9999999a
607 = 2.35347220017846545453e-4932
608 fI[1] = #bfff0000 d9999999 99999999
609 = 2.35347220017846545417e-4932
615 strtoxL consumes 3 bytes and returns 17
616 with bits = #3fff0000 e6666666 66666666
617 printf("%.21Lg") gives 2.68968251448967480486e-4932
618 g_xLfmt(0) gives 3 bytes: "1.8"
620 strtoIxL returns 17, consuming 3 bytes.
621 fI[0] = #3fff0000 e6666666 66666666
622 = 2.68968251448967480486e-4932
623 fI[1] = #3fff0000 e6666666 66666667
624 = 2.68968251448967480523e-4932
630 strtoxL consumes 4 bytes and returns 25
631 with bits = #bfff0000 e6666666 66666666
632 printf("%.21Lg") gives 2.68968251448967480486e-4932
633 g_xLfmt(0) gives 4 bytes: "-1.8"
635 strtoIxL returns 25, consuming 4 bytes.
636 fI[0] = #bfff0000 e6666666 66666667
637 = 2.68968251448967480523e-4932
638 fI[1] = #bfff0000 e6666666 66666666
639 = 2.68968251448967480486e-4932
645 strtoxL consumes 3 bytes and returns 17
646 with bits = #3fff0000 f3333333 33333333
647 printf("%.21Lg") gives 3.02589282880088415556e-4932
648 g_xLfmt(0) gives 3 bytes: "1.9"
650 strtoIxL returns 17, consuming 3 bytes.
651 fI[0] = #3fff0000 f3333333 33333333
652 = 3.02589282880088415556e-4932
653 fI[1] = #3fff0000 f3333333 33333334
654 = 3.02589282880088415593e-4932
660 strtoxL consumes 4 bytes and returns 25
661 with bits = #bfff0000 f3333333 33333333
662 printf("%.21Lg") gives 3.02589282880088415556e-4932
663 g_xLfmt(0) gives 4 bytes: "-1.9"
665 strtoIxL returns 25, consuming 4 bytes.
666 fI[0] = #bfff0000 f3333333 33333334
667 = 3.02589282880088415593e-4932
668 fI[1] = #bfff0000 f3333333 33333333
669 = 3.02589282880088415556e-4932
672 Rounding mode for strtor... changed from 0 (toward zero) to 1 (nearest)
676 strtoxL consumes 3 bytes and returns 33
677 with bits = #3fff0000 8ccccccc cccccccd
678 printf("%.21Lg") gives 3.36210314311209350699e-4933
679 g_xLfmt(0) gives 3 bytes: "1.1"
681 strtoIxL returns 33, consuming 3 bytes.
682 fI[0] = #3fff0000 8ccccccc cccccccc
683 = 3.36210314311209350335e-4933
684 fI[1] = #3fff0000 8ccccccc cccccccd
685 = 3.36210314311209350699e-4933
691 strtoxL consumes 4 bytes and returns 41
692 with bits = #bfff0000 8ccccccc cccccccd
693 printf("%.21Lg") gives 3.36210314311209350699e-4933
694 g_xLfmt(0) gives 4 bytes: "-1.1"
696 strtoIxL returns 41, consuming 4 bytes.
697 fI[0] = #bfff0000 8ccccccc cccccccd
698 = 3.36210314311209350699e-4933
699 fI[1] = #bfff0000 8ccccccc cccccccc
700 = 3.36210314311209350335e-4933
706 strtoxL consumes 3 bytes and returns 33
707 with bits = #3fff0000 99999999 9999999a
708 printf("%.21Lg") gives 6.72420628622418701398e-4933
709 g_xLfmt(0) gives 3 bytes: "1.2"
711 strtoIxL returns 33, consuming 3 bytes.
712 fI[0] = #3fff0000 99999999 99999999
713 = 6.72420628622418701034e-4933
714 fI[1] = #3fff0000 99999999 9999999a
715 = 6.72420628622418701398e-4933
721 strtoxL consumes 4 bytes and returns 41
722 with bits = #bfff0000 99999999 9999999a
723 printf("%.21Lg") gives 6.72420628622418701398e-4933
724 g_xLfmt(0) gives 4 bytes: "-1.2"
726 strtoIxL returns 41, consuming 4 bytes.
727 fI[0] = #bfff0000 99999999 9999999a
728 = 6.72420628622418701398e-4933
729 fI[1] = #bfff0000 99999999 99999999
730 = 6.72420628622418701034e-4933
736 strtoxL consumes 3 bytes and returns 17
737 with bits = #3fff0000 a6666666 66666666
738 printf("%.21Lg") gives 1.00863094293362805173e-4932
739 g_xLfmt(0) gives 3 bytes: "1.3"
741 strtoIxL returns 17, consuming 3 bytes.
742 fI[0] = #3fff0000 a6666666 66666666
743 = 1.00863094293362805173e-4932
744 fI[1] = #3fff0000 a6666666 66666667
745 = 1.0086309429336280521e-4932
751 strtoxL consumes 4 bytes and returns 25
752 with bits = #bfff0000 a6666666 66666666
753 printf("%.21Lg") gives 1.00863094293362805173e-4932
754 g_xLfmt(0) gives 4 bytes: "-1.3"
756 strtoIxL returns 25, consuming 4 bytes.
757 fI[0] = #bfff0000 a6666666 66666667
758 = 1.0086309429336280521e-4932
759 fI[1] = #bfff0000 a6666666 66666666
760 = 1.00863094293362805173e-4932
766 strtoxL consumes 3 bytes and returns 17
767 with bits = #3fff0000 b3333333 33333333
768 printf("%.21Lg") gives 1.34484125724483740243e-4932
769 g_xLfmt(0) gives 3 bytes: "1.4"
771 strtoIxL returns 17, consuming 3 bytes.
772 fI[0] = #3fff0000 b3333333 33333333
773 = 1.34484125724483740243e-4932
774 fI[1] = #3fff0000 b3333333 33333334
775 = 1.3448412572448374028e-4932
781 strtoxL consumes 4 bytes and returns 25
782 with bits = #bfff0000 b3333333 33333333
783 printf("%.21Lg") gives 1.34484125724483740243e-4932
784 g_xLfmt(0) gives 4 bytes: "-1.4"
786 strtoIxL returns 25, consuming 4 bytes.
787 fI[0] = #bfff0000 b3333333 33333334
788 = 1.3448412572448374028e-4932
789 fI[1] = #bfff0000 b3333333 33333333
790 = 1.34484125724483740243e-4932
796 strtoxL consumes 3 bytes and returns 1
797 with bits = #3fff0000 c0000000 0
798 printf("%.21Lg") gives 1.68105157155604675313e-4932
799 g_xLfmt(0) gives 3 bytes: "1.5"
801 strtoIxL returns 1, consuming 3 bytes.
802 fI[0] == fI[1] == strtoxL
807 strtoxL consumes 4 bytes and returns 9
808 with bits = #bfff0000 c0000000 0
809 printf("%.21Lg") gives 1.68105157155604675313e-4932
810 g_xLfmt(0) gives 4 bytes: "-1.5"
812 strtoIxL returns 9, consuming 4 bytes.
813 fI[0] == fI[1] == strtoxL
818 strtoxL consumes 3 bytes and returns 33
819 with bits = #3fff0000 cccccccc cccccccd
820 printf("%.21Lg") gives 2.01726188586725610383e-4932
821 g_xLfmt(0) gives 3 bytes: "1.6"
823 strtoIxL returns 33, consuming 3 bytes.
824 fI[0] = #3fff0000 cccccccc cccccccc
825 = 2.01726188586725610347e-4932
826 fI[1] = #3fff0000 cccccccc cccccccd
827 = 2.01726188586725610383e-4932
833 strtoxL consumes 4 bytes and returns 41
834 with bits = #bfff0000 cccccccc cccccccd
835 printf("%.21Lg") gives 2.01726188586725610383e-4932
836 g_xLfmt(0) gives 4 bytes: "-1.6"
838 strtoIxL returns 41, consuming 4 bytes.
839 fI[0] = #bfff0000 cccccccc cccccccd
840 = 2.01726188586725610383e-4932
841 fI[1] = #bfff0000 cccccccc cccccccc
842 = 2.01726188586725610347e-4932
848 strtoxL consumes 3 bytes and returns 33
849 with bits = #3fff0000 d9999999 9999999a
850 printf("%.21Lg") gives 2.35347220017846545453e-4932
851 g_xLfmt(0) gives 3 bytes: "1.7"
853 strtoIxL returns 33, consuming 3 bytes.
854 fI[0] = #3fff0000 d9999999 99999999
855 = 2.35347220017846545417e-4932
856 fI[1] = #3fff0000 d9999999 9999999a
857 = 2.35347220017846545453e-4932
863 strtoxL consumes 4 bytes and returns 41
864 with bits = #bfff0000 d9999999 9999999a
865 printf("%.21Lg") gives 2.35347220017846545453e-4932
866 g_xLfmt(0) gives 4 bytes: "-1.7"
868 strtoIxL returns 41, consuming 4 bytes.
869 fI[0] = #bfff0000 d9999999 9999999a
870 = 2.35347220017846545453e-4932
871 fI[1] = #bfff0000 d9999999 99999999
872 = 2.35347220017846545417e-4932
878 strtoxL consumes 3 bytes and returns 17
879 with bits = #3fff0000 e6666666 66666666
880 printf("%.21Lg") gives 2.68968251448967480486e-4932
881 g_xLfmt(0) gives 3 bytes: "1.8"
883 strtoIxL returns 17, consuming 3 bytes.
884 fI[0] = #3fff0000 e6666666 66666666
885 = 2.68968251448967480486e-4932
886 fI[1] = #3fff0000 e6666666 66666667
887 = 2.68968251448967480523e-4932
893 strtoxL consumes 4 bytes and returns 25
894 with bits = #bfff0000 e6666666 66666666
895 printf("%.21Lg") gives 2.68968251448967480486e-4932
896 g_xLfmt(0) gives 4 bytes: "-1.8"
898 strtoIxL returns 25, consuming 4 bytes.
899 fI[0] = #bfff0000 e6666666 66666667
900 = 2.68968251448967480523e-4932
901 fI[1] = #bfff0000 e6666666 66666666
902 = 2.68968251448967480486e-4932
908 strtoxL consumes 3 bytes and returns 17
909 with bits = #3fff0000 f3333333 33333333
910 printf("%.21Lg") gives 3.02589282880088415556e-4932
911 g_xLfmt(0) gives 3 bytes: "1.9"
913 strtoIxL returns 17, consuming 3 bytes.
914 fI[0] = #3fff0000 f3333333 33333333
915 = 3.02589282880088415556e-4932
916 fI[1] = #3fff0000 f3333333 33333334
917 = 3.02589282880088415593e-4932
923 strtoxL consumes 4 bytes and returns 25
924 with bits = #bfff0000 f3333333 33333333
925 printf("%.21Lg") gives 3.02589282880088415556e-4932
926 g_xLfmt(0) gives 4 bytes: "-1.9"
928 strtoIxL returns 25, consuming 4 bytes.
929 fI[0] = #bfff0000 f3333333 33333334
930 = 3.02589282880088415593e-4932
931 fI[1] = #bfff0000 f3333333 33333333
932 = 3.02589282880088415556e-4932
935 Rounding mode for strtor... changed from 1 (nearest) to 2 (toward +Infinity)
939 strtoxL consumes 3 bytes and returns 33
940 with bits = #3fff0000 8ccccccc cccccccd
941 printf("%.21Lg") gives 3.36210314311209350699e-4933
942 g_xLfmt(0) gives 3 bytes: "1.1"
944 strtoIxL returns 33, consuming 3 bytes.
945 fI[0] = #3fff0000 8ccccccc cccccccc
946 = 3.36210314311209350335e-4933
947 fI[1] = #3fff0000 8ccccccc cccccccd
948 = 3.36210314311209350699e-4933
954 strtoxL consumes 4 bytes and returns 25
955 with bits = #bfff0000 8ccccccc cccccccc
956 printf("%.21Lg") gives 3.36210314311209350335e-4933
957 g_xLfmt(0) gives 22 bytes: "-1.0999999999999999999"
959 strtoIxL returns 41, consuming 4 bytes.
960 fI[0] = #bfff0000 8ccccccc cccccccd
961 = 3.36210314311209350699e-4933
962 fI[1] = #bfff0000 8ccccccc cccccccc
963 = 3.36210314311209350335e-4933
969 strtoxL consumes 3 bytes and returns 33
970 with bits = #3fff0000 99999999 9999999a
971 printf("%.21Lg") gives 6.72420628622418701398e-4933
972 g_xLfmt(0) gives 3 bytes: "1.2"
974 strtoIxL returns 33, consuming 3 bytes.
975 fI[0] = #3fff0000 99999999 99999999
976 = 6.72420628622418701034e-4933
977 fI[1] = #3fff0000 99999999 9999999a
978 = 6.72420628622418701398e-4933
984 strtoxL consumes 4 bytes and returns 25
985 with bits = #bfff0000 99999999 99999999
986 printf("%.21Lg") gives 6.72420628622418701034e-4933
987 g_xLfmt(0) gives 22 bytes: "-1.1999999999999999999"
989 strtoIxL returns 41, consuming 4 bytes.
990 fI[0] = #bfff0000 99999999 9999999a
991 = 6.72420628622418701398e-4933
992 fI[1] = #bfff0000 99999999 99999999
993 = 6.72420628622418701034e-4933
999 strtoxL consumes 3 bytes and returns 33
1000 with bits = #3fff0000 a6666666 66666667
1001 printf("%.21Lg") gives 1.0086309429336280521e-4932
1002 g_xLfmt(0) gives 21 bytes: "1.3000000000000000001"
1004 strtoIxL returns 17, consuming 3 bytes.
1005 fI[0] = #3fff0000 a6666666 66666666
1006 = 1.00863094293362805173e-4932
1007 fI[1] = #3fff0000 a6666666 66666667
1008 = 1.0086309429336280521e-4932
1014 strtoxL consumes 4 bytes and returns 25
1015 with bits = #bfff0000 a6666666 66666666
1016 printf("%.21Lg") gives 1.00863094293362805173e-4932
1017 g_xLfmt(0) gives 4 bytes: "-1.3"
1019 strtoIxL returns 25, consuming 4 bytes.
1020 fI[0] = #bfff0000 a6666666 66666667
1021 = 1.0086309429336280521e-4932
1022 fI[1] = #bfff0000 a6666666 66666666
1023 = 1.00863094293362805173e-4932
1029 strtoxL consumes 3 bytes and returns 33
1030 with bits = #3fff0000 b3333333 33333334
1031 printf("%.21Lg") gives 1.3448412572448374028e-4932
1032 g_xLfmt(0) gives 21 bytes: "1.4000000000000000001"
1034 strtoIxL returns 17, consuming 3 bytes.
1035 fI[0] = #3fff0000 b3333333 33333333
1036 = 1.34484125724483740243e-4932
1037 fI[1] = #3fff0000 b3333333 33333334
1038 = 1.3448412572448374028e-4932
1044 strtoxL consumes 4 bytes and returns 25
1045 with bits = #bfff0000 b3333333 33333333
1046 printf("%.21Lg") gives 1.34484125724483740243e-4932
1047 g_xLfmt(0) gives 4 bytes: "-1.4"
1049 strtoIxL returns 25, consuming 4 bytes.
1050 fI[0] = #bfff0000 b3333333 33333334
1051 = 1.3448412572448374028e-4932
1052 fI[1] = #bfff0000 b3333333 33333333
1053 = 1.34484125724483740243e-4932
1059 strtoxL consumes 3 bytes and returns 1
1060 with bits = #3fff0000 c0000000 0
1061 printf("%.21Lg") gives 1.68105157155604675313e-4932
1062 g_xLfmt(0) gives 3 bytes: "1.5"
1064 strtoIxL returns 1, consuming 3 bytes.
1065 fI[0] == fI[1] == strtoxL
1070 strtoxL consumes 4 bytes and returns 9
1071 with bits = #bfff0000 c0000000 0
1072 printf("%.21Lg") gives 1.68105157155604675313e-4932
1073 g_xLfmt(0) gives 4 bytes: "-1.5"
1075 strtoIxL returns 9, consuming 4 bytes.
1076 fI[0] == fI[1] == strtoxL
1081 strtoxL consumes 3 bytes and returns 33
1082 with bits = #3fff0000 cccccccc cccccccd
1083 printf("%.21Lg") gives 2.01726188586725610383e-4932
1084 g_xLfmt(0) gives 3 bytes: "1.6"
1086 strtoIxL returns 33, consuming 3 bytes.
1087 fI[0] = #3fff0000 cccccccc cccccccc
1088 = 2.01726188586725610347e-4932
1089 fI[1] = #3fff0000 cccccccc cccccccd
1090 = 2.01726188586725610383e-4932
1096 strtoxL consumes 4 bytes and returns 25
1097 with bits = #bfff0000 cccccccc cccccccc
1098 printf("%.21Lg") gives 2.01726188586725610347e-4932
1099 g_xLfmt(0) gives 22 bytes: "-1.5999999999999999999"
1101 strtoIxL returns 41, consuming 4 bytes.
1102 fI[0] = #bfff0000 cccccccc cccccccd
1103 = 2.01726188586725610383e-4932
1104 fI[1] = #bfff0000 cccccccc cccccccc
1105 = 2.01726188586725610347e-4932
1111 strtoxL consumes 3 bytes and returns 33
1112 with bits = #3fff0000 d9999999 9999999a
1113 printf("%.21Lg") gives 2.35347220017846545453e-4932
1114 g_xLfmt(0) gives 3 bytes: "1.7"
1116 strtoIxL returns 33, consuming 3 bytes.
1117 fI[0] = #3fff0000 d9999999 99999999
1118 = 2.35347220017846545417e-4932
1119 fI[1] = #3fff0000 d9999999 9999999a
1120 = 2.35347220017846545453e-4932
1126 strtoxL consumes 4 bytes and returns 25
1127 with bits = #bfff0000 d9999999 99999999
1128 printf("%.21Lg") gives 2.35347220017846545417e-4932
1129 g_xLfmt(0) gives 22 bytes: "-1.6999999999999999999"
1131 strtoIxL returns 41, consuming 4 bytes.
1132 fI[0] = #bfff0000 d9999999 9999999a
1133 = 2.35347220017846545453e-4932
1134 fI[1] = #bfff0000 d9999999 99999999
1135 = 2.35347220017846545417e-4932
1141 strtoxL consumes 3 bytes and returns 33
1142 with bits = #3fff0000 e6666666 66666667
1143 printf("%.21Lg") gives 2.68968251448967480523e-4932
1144 g_xLfmt(0) gives 21 bytes: "1.8000000000000000001"
1146 strtoIxL returns 17, consuming 3 bytes.
1147 fI[0] = #3fff0000 e6666666 66666666
1148 = 2.68968251448967480486e-4932
1149 fI[1] = #3fff0000 e6666666 66666667
1150 = 2.68968251448967480523e-4932
1156 strtoxL consumes 4 bytes and returns 25
1157 with bits = #bfff0000 e6666666 66666666
1158 printf("%.21Lg") gives 2.68968251448967480486e-4932
1159 g_xLfmt(0) gives 4 bytes: "-1.8"
1161 strtoIxL returns 25, consuming 4 bytes.
1162 fI[0] = #bfff0000 e6666666 66666667
1163 = 2.68968251448967480523e-4932
1164 fI[1] = #bfff0000 e6666666 66666666
1165 = 2.68968251448967480486e-4932
1171 strtoxL consumes 3 bytes and returns 33
1172 with bits = #3fff0000 f3333333 33333334
1173 printf("%.21Lg") gives 3.02589282880088415593e-4932
1174 g_xLfmt(0) gives 21 bytes: "1.9000000000000000001"
1176 strtoIxL returns 17, consuming 3 bytes.
1177 fI[0] = #3fff0000 f3333333 33333333
1178 = 3.02589282880088415556e-4932
1179 fI[1] = #3fff0000 f3333333 33333334
1180 = 3.02589282880088415593e-4932
1186 strtoxL consumes 4 bytes and returns 25
1187 with bits = #bfff0000 f3333333 33333333
1188 printf("%.21Lg") gives 3.02589282880088415556e-4932
1189 g_xLfmt(0) gives 4 bytes: "-1.9"
1191 strtoIxL returns 25, consuming 4 bytes.
1192 fI[0] = #bfff0000 f3333333 33333334
1193 = 3.02589282880088415593e-4932
1194 fI[1] = #bfff0000 f3333333 33333333
1195 = 3.02589282880088415556e-4932
1198 Rounding mode for strtor... changed from 2 (toward +Infinity) to 3 (toward -Infinity)
1202 strtoxL consumes 3 bytes and returns 17
1203 with bits = #3fff0000 8ccccccc cccccccc
1204 printf("%.21Lg") gives 3.36210314311209350335e-4933
1205 g_xLfmt(0) gives 21 bytes: "1.0999999999999999999"
1207 strtoIxL returns 33, consuming 3 bytes.
1208 fI[0] = #3fff0000 8ccccccc cccccccc
1209 = 3.36210314311209350335e-4933
1210 fI[1] = #3fff0000 8ccccccc cccccccd
1211 = 3.36210314311209350699e-4933
1217 strtoxL consumes 4 bytes and returns 41
1218 with bits = #bfff0000 8ccccccc cccccccd
1219 printf("%.21Lg") gives 3.36210314311209350699e-4933
1220 g_xLfmt(0) gives 4 bytes: "-1.1"
1222 strtoIxL returns 41, consuming 4 bytes.
1223 fI[0] = #bfff0000 8ccccccc cccccccd
1224 = 3.36210314311209350699e-4933
1225 fI[1] = #bfff0000 8ccccccc cccccccc
1226 = 3.36210314311209350335e-4933
1232 strtoxL consumes 3 bytes and returns 17
1233 with bits = #3fff0000 99999999 99999999
1234 printf("%.21Lg") gives 6.72420628622418701034e-4933
1235 g_xLfmt(0) gives 21 bytes: "1.1999999999999999999"
1237 strtoIxL returns 33, consuming 3 bytes.
1238 fI[0] = #3fff0000 99999999 99999999
1239 = 6.72420628622418701034e-4933
1240 fI[1] = #3fff0000 99999999 9999999a
1241 = 6.72420628622418701398e-4933
1247 strtoxL consumes 4 bytes and returns 41
1248 with bits = #bfff0000 99999999 9999999a
1249 printf("%.21Lg") gives 6.72420628622418701398e-4933
1250 g_xLfmt(0) gives 4 bytes: "-1.2"
1252 strtoIxL returns 41, consuming 4 bytes.
1253 fI[0] = #bfff0000 99999999 9999999a
1254 = 6.72420628622418701398e-4933
1255 fI[1] = #bfff0000 99999999 99999999
1256 = 6.72420628622418701034e-4933
1262 strtoxL consumes 3 bytes and returns 17
1263 with bits = #3fff0000 a6666666 66666666
1264 printf("%.21Lg") gives 1.00863094293362805173e-4932
1265 g_xLfmt(0) gives 3 bytes: "1.3"
1267 strtoIxL returns 17, consuming 3 bytes.
1268 fI[0] = #3fff0000 a6666666 66666666
1269 = 1.00863094293362805173e-4932
1270 fI[1] = #3fff0000 a6666666 66666667
1271 = 1.0086309429336280521e-4932
1277 strtoxL consumes 4 bytes and returns 41
1278 with bits = #bfff0000 a6666666 66666667
1279 printf("%.21Lg") gives 1.0086309429336280521e-4932
1280 g_xLfmt(0) gives 22 bytes: "-1.3000000000000000001"
1282 strtoIxL returns 25, consuming 4 bytes.
1283 fI[0] = #bfff0000 a6666666 66666667
1284 = 1.0086309429336280521e-4932
1285 fI[1] = #bfff0000 a6666666 66666666
1286 = 1.00863094293362805173e-4932
1292 strtoxL consumes 3 bytes and returns 17
1293 with bits = #3fff0000 b3333333 33333333
1294 printf("%.21Lg") gives 1.34484125724483740243e-4932
1295 g_xLfmt(0) gives 3 bytes: "1.4"
1297 strtoIxL returns 17, consuming 3 bytes.
1298 fI[0] = #3fff0000 b3333333 33333333
1299 = 1.34484125724483740243e-4932
1300 fI[1] = #3fff0000 b3333333 33333334
1301 = 1.3448412572448374028e-4932
1307 strtoxL consumes 4 bytes and returns 41
1308 with bits = #bfff0000 b3333333 33333334
1309 printf("%.21Lg") gives 1.3448412572448374028e-4932
1310 g_xLfmt(0) gives 22 bytes: "-1.4000000000000000001"
1312 strtoIxL returns 25, consuming 4 bytes.
1313 fI[0] = #bfff0000 b3333333 33333334
1314 = 1.3448412572448374028e-4932
1315 fI[1] = #bfff0000 b3333333 33333333
1316 = 1.34484125724483740243e-4932
1322 strtoxL consumes 3 bytes and returns 1
1323 with bits = #3fff0000 c0000000 0
1324 printf("%.21Lg") gives 1.68105157155604675313e-4932
1325 g_xLfmt(0) gives 3 bytes: "1.5"
1327 strtoIxL returns 1, consuming 3 bytes.
1328 fI[0] == fI[1] == strtoxL
1333 strtoxL consumes 4 bytes and returns 9
1334 with bits = #bfff0000 c0000000 0
1335 printf("%.21Lg") gives 1.68105157155604675313e-4932
1336 g_xLfmt(0) gives 4 bytes: "-1.5"
1338 strtoIxL returns 9, consuming 4 bytes.
1339 fI[0] == fI[1] == strtoxL
1344 strtoxL consumes 3 bytes and returns 17
1345 with bits = #3fff0000 cccccccc cccccccc
1346 printf("%.21Lg") gives 2.01726188586725610347e-4932
1347 g_xLfmt(0) gives 21 bytes: "1.5999999999999999999"
1349 strtoIxL returns 33, consuming 3 bytes.
1350 fI[0] = #3fff0000 cccccccc cccccccc
1351 = 2.01726188586725610347e-4932
1352 fI[1] = #3fff0000 cccccccc cccccccd
1353 = 2.01726188586725610383e-4932
1359 strtoxL consumes 4 bytes and returns 41
1360 with bits = #bfff0000 cccccccc cccccccd
1361 printf("%.21Lg") gives 2.01726188586725610383e-4932
1362 g_xLfmt(0) gives 4 bytes: "-1.6"
1364 strtoIxL returns 41, consuming 4 bytes.
1365 fI[0] = #bfff0000 cccccccc cccccccd
1366 = 2.01726188586725610383e-4932
1367 fI[1] = #bfff0000 cccccccc cccccccc
1368 = 2.01726188586725610347e-4932
1374 strtoxL consumes 3 bytes and returns 17
1375 with bits = #3fff0000 d9999999 99999999
1376 printf("%.21Lg") gives 2.35347220017846545417e-4932
1377 g_xLfmt(0) gives 21 bytes: "1.6999999999999999999"
1379 strtoIxL returns 33, consuming 3 bytes.
1380 fI[0] = #3fff0000 d9999999 99999999
1381 = 2.35347220017846545417e-4932
1382 fI[1] = #3fff0000 d9999999 9999999a
1383 = 2.35347220017846545453e-4932
1389 strtoxL consumes 4 bytes and returns 41
1390 with bits = #bfff0000 d9999999 9999999a
1391 printf("%.21Lg") gives 2.35347220017846545453e-4932
1392 g_xLfmt(0) gives 4 bytes: "-1.7"
1394 strtoIxL returns 41, consuming 4 bytes.
1395 fI[0] = #bfff0000 d9999999 9999999a
1396 = 2.35347220017846545453e-4932
1397 fI[1] = #bfff0000 d9999999 99999999
1398 = 2.35347220017846545417e-4932
1404 strtoxL consumes 3 bytes and returns 17
1405 with bits = #3fff0000 e6666666 66666666
1406 printf("%.21Lg") gives 2.68968251448967480486e-4932
1407 g_xLfmt(0) gives 3 bytes: "1.8"
1409 strtoIxL returns 17, consuming 3 bytes.
1410 fI[0] = #3fff0000 e6666666 66666666
1411 = 2.68968251448967480486e-4932
1412 fI[1] = #3fff0000 e6666666 66666667
1413 = 2.68968251448967480523e-4932
1419 strtoxL consumes 4 bytes and returns 41
1420 with bits = #bfff0000 e6666666 66666667
1421 printf("%.21Lg") gives 2.68968251448967480523e-4932
1422 g_xLfmt(0) gives 22 bytes: "-1.8000000000000000001"
1424 strtoIxL returns 25, consuming 4 bytes.
1425 fI[0] = #bfff0000 e6666666 66666667
1426 = 2.68968251448967480523e-4932
1427 fI[1] = #bfff0000 e6666666 66666666
1428 = 2.68968251448967480486e-4932
1434 strtoxL consumes 3 bytes and returns 17
1435 with bits = #3fff0000 f3333333 33333333
1436 printf("%.21Lg") gives 3.02589282880088415556e-4932
1437 g_xLfmt(0) gives 3 bytes: "1.9"
1439 strtoIxL returns 17, consuming 3 bytes.
1440 fI[0] = #3fff0000 f3333333 33333333
1441 = 3.02589282880088415556e-4932
1442 fI[1] = #3fff0000 f3333333 33333334
1443 = 3.02589282880088415593e-4932
1449 strtoxL consumes 4 bytes and returns 41
1450 with bits = #bfff0000 f3333333 33333334
1451 printf("%.21Lg") gives 3.02589282880088415593e-4932
1452 g_xLfmt(0) gives 22 bytes: "-1.9000000000000000001"
1454 strtoIxL returns 25, consuming 4 bytes.
1455 fI[0] = #bfff0000 f3333333 33333334
1456 = 3.02589282880088415593e-4932
1457 fI[1] = #bfff0000 f3333333 33333333
1458 = 3.02589282880088415556e-4932