Home
last modified time | relevance | path

Searched refs:__ll_highpart (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Dlonglong.h45 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
2100 __uh = __ll_highpart (__u); \
2102 __vh = __ll_highpart (__v); \
2109 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
2114 (w1) = __x3 + __ll_highpart (__x1); \
2140 __d1 = __ll_highpart (d); \
2146 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
Dfactor.c207 # define __ll_highpart(t) ((uintmax_t) (t) >> (W_TYPE_SIZE / 2)) macro
263 __uh = __ll_highpart (__u); \
265 __vh = __ll_highpart (__v); \
272 __x1 += __ll_highpart (__x0);/* This can't give carry. */ \
277 (w1) = __x3 + __ll_highpart (__x1); \