Searched refs:ANSI (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | gdtoa.h | 48 #ifndef ANSI 50 #define ANSI(x) () macro 53 #define ANSI(x) x macro 107 extern char* __dtoa ANSI((double d, int mode, int ndigits, int *decpt, 109 extern char* __gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp, 111 extern void __freedtoa ANSI((char*)); 112 extern float strtof ANSI((CONST char *, char **)); 113 extern double strtod ANSI((CONST char *, char **)); 114 extern int __strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*)); 116 extern char* __g_ddfmt ANSI((char*, double*, int, size_t)); [all …]
|
D | gdtoaimp.h | 202 extern Char *MALLOC ANSI((size_t)); 486 extern void memcpy_D2A ANSI((void*, const void*, size_t)); 574 extern Bigint *Balloc ANSI((int)); 575 extern void Bfree ANSI((Bigint*)); 576 extern void ULtof ANSI((ULong*, ULong*, Long, int)); 577 extern void ULtod ANSI((ULong*, ULong*, Long, int)); 578 extern void ULtodd ANSI((ULong*, ULong*, Long, int)); 579 extern void ULtoQ ANSI((ULong*, ULong*, Long, int)); 580 extern void ULtox ANSI((UShort*, ULong*, Long, int)); 581 extern void ULtoxL ANSI((ULong*, ULong*, Long, int)); [all …]
|
/bionic/libc/kernel/ |
D | README.TXT | 13 They can be included from C++, or when compiling code in strict ANSI mode.
|