Searched defs:dtoa (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Ddtoa.c1 /* $NetBSD: dtoa.c,v 1.3.4.1.4.1 2008/04/08 21:10:55 jdc Exp $ */
37 /* dtoa for IEEE arithmetic (dmg): convert double to ASCII string.
85 dtoa function
H A Dgdtoa.h100 #define dtoa __dtoa macro
112 extern char* dtoa ANSI((double d, int mode, int ndigits, int *decpt,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c99 * before invoking strtod or dtoa. If the machine uses (the equivalent
150 * computation of dtoa.
152 * and strtod and dtoa should round accordingly.
184 * digits. The longest string dtoa can return is about 751 bytes
186 * all dtoa conversions in single-threaded executions with 8-byte
212 * dtoa. You may do so whether or not MULTIPLE_THREADS is #defined.
228 * is exact. In this case, dtoa.c must be compiled in
229 * an environment, perhaps provided by #include "dtoa.c" in a
2658 /* freedtoa(s) must be used to free values s returned by dtoa
2660 * but for consistency with earlier versions of dtoa, i
2715 dtoa function
[all...]

Completed in 80 milliseconds