Lines Matching full:fix
3 (fixed-point mode); fix rounding bug in these modes when the input
17 dtoa.c: fix another bug in modes 3,5,7,9 when the result, before
38 dtoa.c: fix a botch in placement of #ifdef __cplusplus (which only
58 dtoa.c: fix bug in strtod's handling of numbers with very
60 fix storage leak in strtod with underflows and overflows near
112 -DNO_IEEE_Scale restores the old logic. Fix a bug, revealed by
118 dtoa.c: strtod: fix a glitch introduced with the scaling of 19970212
126 dtoa.c: strtod: fix another glitch with scaling to avoid underflow
176 dtoa.c: Fix bug in strtod under -DSudden_Underflow and (the default)
191 dtoa.c, gdtoa.tgz: fix a bug in strtod's reading of 4.9e-324:
198 gdtoa.tgz: gdtoa.c: fix two bugs reported by David Chase (thanks!):
264 1. Fix bug in test for exact half-way cases of denormalized numbers
318 gdtoa.tgz: Fix uninitialized variable bug in g_Qfmt.c's handling of NaNs.
321 gdtoa.tgz: strtodg: fix a storage leak and an apparently rare infinite
330 dtoa.c: fix bug (possible infinite loop, e.g., with
338 gdtoa.tgz: gdtoa/strtodg.c: fix bug in handling values exactly half
340 gdtoa/*test.c: fix glitch in handling "n ..." lines (intended to
351 gdtoa.tgz: fix a bug in strtod's handling of 0-valued 0x... "decimal"
356 gdtoa.tgz: fix a glitch in strtodg.c with -DUSE_LOCALE; add #ifdef
364 gdtoa.tgz: gethex.c: add #ifdef USE_LOCAL logic; strtod.c: fix a
391 gdtoa.tgz: strtod.c: fix glitch when both INFNAN_CHECK and No_Hex_NaN
396 gethex.c: fix the bug reported by Stefan Farfeleder of ignoring a
398 strto[pr]x.c: fix bug reported by Stefan Farfeleder in setting the
400 g_xfmt.c: fix a corresponding bug with denormals.
401 strtodg.c: fix a bug under IBM (base 16) arithemtic reported
408 gdtoa.tgz: gethex.c: fix a glitch introduced last week (and reported
415 Fix bug in strtod.c and strtodg.c under which, e.g., -.nan was read
417 comments in README about nan(...). Fix glitch in test/dt.c.
420 gdtoa.tgz: strtodg.c: fix long-standing bug in handling input
423 gdtoa.tgz: Fix some bugs with -DJust_16.
431 strtodg.c: fix a bug with handling numbers very near the largest
436 test/xtest.c: fix some subscript bugs.
437 test/x.ou0, test/x.ou1, test/xL.: update in response to the above fix to
443 strtodg.c: fix a botch in the test of whether to increase rvbits
468 dtoa.c and gdtoa.tgz: Fix a bug in strtod when compiled with
479 gdtoa/gethex.c: fix an off-by-one bug in a rounding test; detect and
499 gdtoa/strtodg.c: fix an off-by-one bug in rounding to the largest
512 gdtoa/gethex.c: fix a bug reading hexadecimal floating-point values
517 gdtoa/strtod.c: fix a comment glitch (with commented {}).
520 gdtoa: fix a glitch in the strto* routines when compiled with
525 gdtoa.tgz: fix bugs with reading C99-style hexadecimal floating-point
550 dtoa.c: Fix a bug under -DUSE_LOCALE in handling "decimal point"
570 dtoa.c: fix glitch in compiling with -DNo_Hex_NaN and the bug of
596 dtoa.c: fix a minor performance bug and, under compilation with -DDEBUG,
598 of some input that underflows to zero. Also fix a bug in bigcomp()'s
603 dtoa.c: Fix some glitches in recently introduced changes meant to
607 a quorem return > 9 (which in this case is not a bug). Fix a memory
609 high-precision integer computations. Fix an off-by-one bug in
612 with sensible input.) Fix an off-by-one bug in a recently introduced
617 dtoa.c and gdtoa/strtod.c: Fix an obscure bug in strtod's handling
631 is rounded to Infinity or underflows to zero. Fix a memory leak in
641 gdtoa/strtod.c: fix errors (introduced 20090411) when compiled
645 dtoa.c, gdtoa/dtoa.c, gdtoa/gdtoa.c: fix bugs with -DROUND_BIASED
649 gdtoa/gdtoa.c: fix a glitch (not revealed by compilation) in the
653 dtoa.c: fix a bug related to bigcomp: decimal strings with all
671 dtoa.c, gdtoa/gdtoa.c: fix a glith with ndigits with mode = 4 at