Searched refs:Wtype (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcc2.h192 #define Wtype DItype macro
208 #define Wtype SItype macro
223 #define Wtype HItype macro
238 #define Wtype QItype macro
258 #define Wtype_MAX ((Wtype)(((UWtype)1 << (W_TYPE_SIZE - 1)) - 1))
414 extern Wtype __absvSI2 (Wtype);
415 extern Wtype __addvSI3 (Wtype, Wtype);
[all...]
H A Dlibgcc2.c76 Wtype
77 __addvSI3 (Wtype a, Wtype b)
79 const Wtype w = (UWtype) a + (UWtype) b;
116 Wtype
117 __subvSI3 (Wtype a, Wtype b)
119 const Wtype w = (UWtype) a - (UWtype) b;
156 Wtype
157 __mulvSI3 (Wtype
2102 #undef Wtype macro
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dlibgcc2.h192 #define Wtype DItype macro
208 #define Wtype SItype macro
223 #define Wtype HItype macro
238 #define Wtype QItype macro
258 #define Wtype_MAX ((Wtype)(((UWtype)1 << (W_TYPE_SIZE - 1)) - 1))
414 extern Wtype __absvSI2 (Wtype);
415 extern Wtype __addvSI3 (Wtype, Wtype);
[all...]
H A Dlibgcc2.c76 Wtype
77 __addvSI3 (Wtype a, Wtype b)
79 Wtype w;
116 Wtype
117 __subvSI3 (Wtype a, Wtype b)
119 Wtype w;
156 Wtype
157 __mulvSI3 (Wtype
2195 #undef Wtype macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/visium/
H A Dlib2funcs.c237 Wtype c = 0;
261 Wtype c = 0;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/visium/
H A Dlib2funcs.c237 Wtype c = 0;
261 Wtype c = 0;
/netbsd-current/sys/external/bsd/acpica/dist/generate/unix/
H A DMakefile.config246 -Wtype-limits
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/stormy16/
H A Dlib2funcs.c57 #define word_type Wtype
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/stormy16/
H A Dlib2funcs.c57 #define word_type Wtype
/netbsd-current/crypto/external/bsd/openssl.old/dist/
H A DConfigure137 -Wtype-limits
/netbsd-current/crypto/external/bsd/openssl/dist/
H A DConfigure164 -Wtype-limits

Completed in 191 milliseconds