Home
last modified time | relevance | path

Searched refs:strtodg (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/gdtoa/
H A DREADME31 The core conversion routines are strtodg for decimal -> binary conversions
91 The latter call strtoIg, which makes one call on strtodg and adjusts
111 on strtodg; see the enum of possible return values in gdtoa.h.
113 Source files g_ddfmt.c, misc.c, smisc.c, strtod.c, strtodg.c, and ulp.c
128 would (in general) require two calls on strtodg (one specifying
132 By default, the core routine strtodg and strtod set errno to ERANGE
280 strtodg
299 array may be helpful. Both gdtoa and strtodg operate on a bits array
305 argument (be) to gdtoa and is stored in *exp by strtodg. The minimum
330 Field fpi->sudden_underflow indicates whether strtodg should return
[all …]
H A Dstrtopd.c51 k = strtodg(s, sp, fpi, &exp, bits);
H A Dmakefile53 strtodg.c strtof.c strtopQ.c strtopd.c strtopdd.c strtopf.c\
73 strtoIxL.c strtod.c strtodI.c strtodg.c strtodnrp.c strtof.c\
H A Dchanges157 int value they get from strtodg.
255 errno assignments (by strtod and the core converter, strtodg).
276 5. Under compilations with -DINFNAN_CHECK, strtod and strtodg (case
314 strtodg (gdtoa.tgz): New return value STRTOG_NaNbits (with
335 gdtoa.tgz: corresponding adjustments to strtod.c and strtodg.c.
401 strtodg.c: fix a bug under IBM (base 16) arithemtic reported
415 Fix bug in strtod.c and strtodg.c under which, e.g., -.nan was read
420 gdtoa.tgz: strtodg.c: fix long-standing bug in handling input
431 strtodg.c: fix a bug with handling numbers very near the largest
443 strtodg.c: fix a botch in the test of whether to increase rvbits
[all …]
H A Dstrtopf.c51 k = strtodg(s, sp, fpi, &exp, bits);
H A Dstrtodnrp.c53 k = strtodg(s, sp, &fpi, &exp, bits);
H A DstrtopxL.c68 k = strtodg(s, sp, fpi, &exp, bits);
H A Dstrtorf.c86 k = strtodg(s, sp, fpi, &exp, bits);
H A DstrtopQ.c70 k = strtodg(s, sp, fpi, &exp, bits);
H A Dstrtopx.c72 k = strtodg(s, sp, fpi, &exp, bits);
H A DstrtorxL.c105 k = strtodg(s, sp, fpi, &exp, bits);
H A Dgdtoa.h113 extern int strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
H A DstrtoIg.c47 rv = strtodg(s00, se, fpi, exp, b->x);
H A DstrtodI.c64 k = strtodg(s, sp, &fpi, &exp, bits);
H A Dstrtopdd.c60 rv = strtodg(s, sp, fpi, &exp, bits);
H A Dstrtordd.c196 k = strtodg(s, sp, fpi, &exp, bits);
H A Dgdtoaimp.h516 #define strtodg __strtodg macro
H A Dprintf.c074 enum { /* return values from strtodg */
/freebsd/lib/libc/gdtoa/
H A DMakefile.inc8 strtod.c strtodg.c strtof.c strtord.c sum.c ulp.c