HomeSort by: relevance | last modified time | path
    Searched refs:dtoa (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/gdtoa/test/
dt.c 32 /* Test program for strtod and dtoa.
42 * parameters to dtoa.
78 extern "C" char *dtoa(double, int, int, int*, int*, char **);
80 extern char *dtoa ANSI((double, int, int, int*, int*, char **));
98 s = dtoa(x, 0, 0, &decpt, &sign, &se);
171 s = dtoa(dval(d), 0, 0, &decpt, &sign, &se);
245 s = dtoa(dval(&d), mode, ndigits, &decpt, &sign, &se);
264 s = dtoa(dval(&d), mode, ndigits, &decpt, &sign, &se);
283 s = dtoa(dval(&d), mode, ndigits, &decpt, &sign, &se);
  /src/lib/libc/gdtoa/
ldtoa.c 47 * ldtoa() is a wrapper for gdtoa() that makes it smell like dtoa(),
49 * When dtoa() is passed a NaN or infinity, it sets expt to 9999.
107 return dtoa((double)*ld, mode, ndigits, decpt, sign, rve);
gdtoa.h 115 #define dtoa __dtoa macro
127 extern char* dtoa ANSI((double d, int mode, int ndigits, int *decpt,
makefile 49 gdtoa.a: dmisc.c dtoa.c g_Qfmt.c g__fmt.c g_ddfmt.c g_dfmt.c\
68 xs0 = README arithchk.c dmisc.c dtoa.c g_Qfmt.c g__fmt.c g_ddfmt.c\
gdtoaimp.h 31 /* This is a variation on dtoa.c that converts arbitrary binary
44 * before invoking strtod or dtoa. If the machine uses (the equivalent
94 * computation of dtoa.
165 * dtoa. You may do so whether or not MULTIPLE_THREADS is #defined.
169 * dtoa.c).
605 extern char *dtoa ANSI((double d, int mode, int ndigits,
dtoa.c 1 /* $NetBSD: dtoa.c,v 1.12 2024/01/20 14:52:46 christos Exp $ */
36 /* dtoa for IEEE arithmetic (dmg): convert double to ASCII string.
78 dtoa function

Completed in 14 milliseconds