Lines Matching refs:strtod

24 strtod return HUGE_VAL only if __STDC__ is defined; otherwise have it
30 dtoa.c: tweak strtod (one-line addition) so the end-pointer = start
34 dtoa.c: adjust treatment of exponent field (in strtod) to behave
58 dtoa.c: fix bug in strtod's handling of numbers with very
60 fix storage leak in strtod with underflows and overflows near
96 (or the equivalent) on 80x87 machines before calling strtod or dtoa.
100 strtod check (case insensitively) for "Infinity" and "NaN" on machines
110 dtoa.c: strtod: on IEEE systems, scale to avoid intermediate
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
133 (with no effect on the resulting .o files except when strtod.c is
152 Functions strtopd and strtopf are variations of strtod and strtof,
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:
251 dtoa.c and gdtoa.tgz: strtod: set errno = ERANGE on all inputs that
255 errno assignments (by strtod and the core converter, strtodg).
258 dtoa.c and gdtoa.tgz: strtod: modify the test inserted yesterday so
266 2. Compilation with -DNO_ERRNO prevents strtod from assigning
270 permit strtod and dtoa to work correctly on machines that flush
272 Sudden_Underflow being #defined (and with strtod simply returning 0
274 4. Compilations with -DUSE_LOCALE causes strtod to use the current
276 5. Under compilations with -DINFNAN_CHECK, strtod and strtodg (case
291 strtod and dtoa to round according to FLT_ROUNDS:
297 computation (and sometimes slower conversions in dtoa and strtod,
309 constants read by strtod and friends had to have either a decimal point
312 only in the variant of strtod that appears in gdtoa.tgz.
335 gdtoa.tgz: corresponding adjustments to strtod.c and strtodg.c.
345 strtod on hard cases posted by Fred Tydeman to comp.arch.arithmetic on
346 26 Feb. 1996. Add comment to gdtoa/README about strtod requiring true
351 gdtoa.tgz: fix a bug in strtod's handling of 0-valued 0x... "decimal"
359 In short, compiling strtod.c, strtodg.c, and g__fmt.c with -DUSE_LOCALE
364 gdtoa.tgz: gethex.c: add #ifdef USE_LOCAL logic; strtod.c: fix a
375 strtod.c: switch on gethex(...) & STRTOG_Retmask rather than just on
387 gdtoa.tgz: add strtodnrp.c for a variant of strtod that is slower
391 gdtoa.tgz: strtod.c: fix glitch when both INFNAN_CHECK and No_Hex_NaN
415 Fix bug in strtod.c and strtodg.c under which, e.g., -.nan was read
427 strtod.c: unless prevented by -DNO_FENV_H, include C99's fenv.h
429 With decimal input, strtod honors the rounding mode automatically.
464 gdtoa.tgz: gethex.c: have, e.g., strtod("0xyz",&se) set se to "xyz".
468 dtoa.c and gdtoa.tgz: Fix a bug in strtod when compiled with
470 strtod looped on input larger than and within a factor of 2 of
483 gdtoa/strtod.c: adjust scaling of tinytens[4] (as in dtoa.c) to
496 dtoa.c and gdtoa/strtod.c: on systems with IEEE arithmetic (and without
517 gdtoa/strtod.c: fix a comment glitch (with commented {}).
539 dtoa.c, gdtoa/{g__fmt.c, gethex.c, strtod.c, strtodg.c}: change malloc
544 digits requested, or strtod() calls with thousand of digits. For the
556 and that) to strtod for more efficiently handling a very long input
597 an erroneous error message "oversize b in quorem" in strtod's processing
617 dtoa.c and gdtoa/strtod.c: Fix an obscure bug in strtod's handling
619 results were sometimes off by a bit when gdtoa/strtod.c or dtoa.c was
633 gdtoa/strtod.c: make some corresponding changes.
641 gdtoa/strtod.c: fix errors (introduced 20090411) when compiled
661 dtoa.c, gdtoa/gdtoaimp.h, gdtoa/strtod.c: if