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

/barrelfish-master/lib/gdtoa/
H A Dgdtoa.h48 #ifndef ANSI
50 #define ANSI(x) () macro
53 #define ANSI(x) x macro
56 #endif /* ANSI */
106 extern char* dtoa ANSI((double d, int mode, int ndigits, int *decpt,
108 extern char* gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
110 extern void freedtoa ANSI((char*));
111 extern float strtof ANSI((CONST char *, char **));
112 extern double strtod ANSI((CONST char *, char **));
113 extern int strtodg ANSI((CONS
[all...]
H A Dstdio1.h40 #define ANSI(x) () macro
46 #define ANSI(x) x macro
59 extern int Fprintf ANSI((FILE*, const char*, ...));
60 extern int Printf ANSI((const char*, ...));
61 extern int Sprintf ANSI((char*, const char*, ...));
62 extern int Snprintf ANSI((char*, size_t, const char*, ...));
63 extern void Perror ANSI((const char*));
64 extern int Vfprintf ANSI((FILE*, const char*, va_list));
65 extern int Vsprintf ANSI((char*, const char*, va_list));
66 extern int Vsnprintf ANSI((cha
[all...]
H A Dgdtoaimp.h213 extern Char *MALLOC ANSI((size_t));
503 extern void memcpy_D2A ANSI((void*, const void*, size_t));
597 extern Bigint *Balloc ANSI((int));
598 extern void Bfree ANSI((Bigint*));
599 extern void ULtof ANSI((ULong*, ULong*, Long, int));
600 extern void ULtod ANSI((ULong*, ULong*, Long, int));
601 extern void ULtodd ANSI((ULong*, ULong*, Long, int));
602 extern void ULtoQ ANSI((ULong*, ULong*, Long, int));
603 extern void ULtox ANSI((UShort*, ULong*, Long, int));
604 extern void ULtoxL ANSI((ULon
[all...]
/barrelfish-master/include/
H A Dgdtoa.h48 #ifndef ANSI
50 #define ANSI(x) () macro
53 #define ANSI(x) x macro
56 #endif /* ANSI */
106 extern char* dtoa ANSI((double d, int mode, int ndigits, int *decpt,
108 extern char* gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
110 extern void freedtoa ANSI((char*));
111 extern float strtof ANSI((CONST char *, char **));
112 extern double strtod ANSI((CONST char *, char **));
113 extern int strtodg ANSI((CONS
[all...]
/barrelfish-master/usr/eclipseclp/Pds/src/
H A Dconfigure654 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
659 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
/barrelfish-master/usr/eclipseclp/
H A Dconfigure4268 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4272 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4277 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
5182 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
5221 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
5226 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
5469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5470 $as_echo_n "checking for ANSI C header files... " >&6; }
5497 # SunOS 4.x string.h does not declare mem*, contrary to ANSI
[all...]
/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dconfigure1960 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
1961 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
1996 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2000 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2886 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2887 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2922 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2926 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3482 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3483 echo $ECHO_N "checking for ANSI
[all...]
/barrelfish-master/lib/tommath/
H A Dtommath.tex6667 IEEE Standard for Binary Floating-Point Arithmetic (ANSI/IEEE Std 754-1985)

Completed in 93 milliseconds