Searched refs:ldtoa (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgdtoa.h102 #define ldtoa __ldtoa macro
116 extern char* ldtoa ANSI((long double *ld, int mode, int ndigits, int *decpt,
H A Dldtoa.c1 /* $NetBSD: ldtoa.c,v 1.4.2.1 2007/05/07 19:49:06 pavel Exp $ */
49 * ldtoa() is a wrapper for gdtoa() that makes it smell like dtoa(),
53 * use INT_MAX in ldtoa() instead.
56 ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, char **rve) function

Completed in 217 milliseconds