Lines Matching refs:UWtype
39 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
40 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
41 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
1235 ph = (UWtype) (__ll >> W_TYPE_SIZE); \
1236 pl = (UWtype) __ll; \
1242 ({UWtype __hi, __lo; \
1252 UWtype __x; \
1262 UWtype __x; \
1272 UWtype __x0, __x1, __x2, __x3; \
1274 UWtype __u = (u), __v = (v); \
1281 __x0 = (UWtype) __ul * __vl; \
1282 __x1 = (UWtype) __ul * __vh; \
1283 __x2 = (UWtype) __uh * __vl; \
1284 __x3 = (UWtype) __uh * __vh; \
1299 UWtype __w1; \
1300 UWtype __m0 = (u), __m1 = (v); \
1310 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \
1316 __m = (UWtype) __q1 * __d0; \
1328 __m = (UWtype) __q0 * __d0; \
1338 (q) = (UWtype) __q1 * __ll_B | __q0; \
1347 UWtype __r; \