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

/freebsd-10.1-release/contrib/gcc/
H A Dlibgcc2.h202 #define Wtype DItype macro
213 #define Wtype SItype macro
223 #define Wtype HItype macro
233 #define Wtype QItype macro
243 #define Wtype_MAX ((Wtype)(((UWtype)1 << (W_TYPE_SIZE - 1)) - 1))
343 extern Wtype __absvSI2 (Wtype);
344 extern Wtype __addvSI3 (Wtype, Wtype);
[all...]
H A Dlibgcc2.c85 Wtype
86 __addvSI3 (Wtype a, Wtype b)
88 const Wtype w = a + b;
125 Wtype
126 __subvSI3 (Wtype a, Wtype b)
128 const Wtype w = a - b;
165 Wtype
166 __mulvSI3 (Wtype
1947 #undef Wtype macro
[all...]

Completed in 52 milliseconds