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

/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dlonglong.h40 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
1213 __uh = __ll_highpart (u); \
1215 __vh = __ll_highpart (v); \
1222 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1227 (w1) = __x3 + __ll_highpart (__x1); \
1244 __d1 = __ll_highpart (d); \
1250 __r1 = __r1 * __ll_B | __ll_highpart (n0); \

Completed in 81 milliseconds