Searched refs:UWtype (Results 1 – 2 of 2) sorted by relevance
43 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))44 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))45 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))204 do { UWtype __di; \236 UWtype __clz__b, __clz__c, __clz__x = (x); \274 ((count) = _leadz ((UWtype) (x)))284 do { UWtype __di; \299 UWtype __x; \317 UWtype _x = (x), _y, _a, _c; \333 UWtype __ctz_x = (x); \[all …]
151 # define UWtype uintmax_t macro