Searched refs:__ll_highpart (Results 1 – 2 of 2) sorted by relevance
30 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro128 __d1 = __ll_highpart (d); \134 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
38 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro318 __d1 = __ll_highpart (d); \324 __r1 = __r1 * __ll_B | __ll_highpart (n0); \