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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgdtoa.h50 #ifndef ANSI
51 #define ANSI(x) x macro
53 #endif /* ANSI */
112 extern char* dtoa ANSI((double d, int mode, int ndigits, int *decpt,
114 extern char* hdtoa ANSI((double d, const char *xdigs, int ndigits, int *decpt,
116 extern char* ldtoa ANSI((long double *ld, int mode, int ndigits, int *decpt,
118 extern char* hldtoa ANSI((long double e, const char *xdigs, int ndigits,
121 extern char* gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
123 extern void freedtoa ANSI((char*));
124 extern float strtof ANSI((CONS
[all...]

Completed in 981 milliseconds