HomeSort by: relevance | last modified time | path
    Searched refs:ANSI (Results 1 - 25 of 256) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/lib/libc/gdtoa/
gdtoa.h 56 #ifndef ANSI
58 #define ANSI(x) ()
61 #define ANSI(x) x
64 #endif /* ANSI */
127 extern char* dtoa ANSI((double d, int mode, int ndigits, int *decpt,
129 extern char* hdtoa ANSI((double d, const char *xdigs, int ndigits, int *decpt,
131 extern char* ldtoa ANSI((long double *ld, int mode, int ndigits, int *decpt,
133 extern char* hldtoa ANSI((long double e, const char *xdigs, int ndigits,
136 extern char* gdtoa ANSI((CONST FPI *fpi, int be, ULong *bits, int *kindp,
138 extern void freedtoa ANSI((char*))
    [all...]
gdtoaimp.h 224 extern Char *MALLOC ANSI((size_t));
531 extern void memcpy_D2A ANSI((void*, const void*, size_t));
590 extern Bigint *Balloc ANSI((int));
591 extern void Bfree ANSI((Bigint*));
592 extern void ULtof ANSI((ULong*, ULong*, Long, int));
593 extern void ULtod ANSI((ULong*, ULong*, Long, int));
594 extern void ULtodd ANSI((ULong*, ULong*, Long, int));
595 extern void ULtoQ ANSI((ULong*, ULong*, Long, int));
596 extern void ULtox ANSI((UShort*, ULong*, Long, int));
597 extern void ULtoxL ANSI((ULong*, ULong*, Long, int))
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
errorrep.d 14 version (ANSI) {} else version = Unicode;
ntldap.d 14 version (ANSI) {} else version = Unicode;
16 /* TOTHINKABOUT: These constants don't have ANSI/Unicode versioned
lmcons.d 13 version (ANSI) {} else version = Unicode;
lzexpand.d 13 version (ANSI) {} else version = Unicode;
secext.d 14 version (ANSI) {} else version = Unicode;
cpl.d 14 version (ANSI) {} else version = Unicode;
intshcut.d 14 version (ANSI) {} else version = Unicode;
rpcdce2.d 13 version (ANSI) {} else version = Unicode;
custcntl.d 14 version (ANSI) {} else version = Unicode;
nspapi.d 14 version (ANSI) {} else version = Unicode;
rpcdcep.d 13 version (ANSI) {} else version = Unicode;
sqltypes.d 13 version (ANSI) {} else version = Unicode;
w32api.d 14 version (ANSI) {} else version = Unicode;
dbghelp_types.d 16 version (ANSI) {} else version = Unicode;
dbt.d 14 version (ANSI) {} else version = Unicode;
  /src/lib/libc/gdtoa/test/
dtest.c 56 extern int getround ANSI((int,char*));
ftest.c 55 extern int getround ANSI((int,char*));
dt.c 60 extern double atof ANSI((char*));
80 extern char *dtoa ANSI((double, int, int, int*, int*, char **));
Qtest.c 57 extern int getround ANSI((int,char*));
ddtest.c 56 extern int getround ANSI((int,char*));
xLtest.c 57 extern int getround ANSI((int,char*));
xtest.c 57 extern int getround ANSI((int,char*));
  /src/sys/arch/mips/sibyte/include/
sb1250_defs.h 52 * These headers require ANSI C89 string concatenation, and GCC or other
56 #error SiByte headers require ANSI C89 support

Completed in 106 milliseconds

1 2 3 4 5 6 7 8 91011