Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dlonglong.h46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro
1086 __uh = __ll_highpart (u); \
1088 __vh = __ll_highpart (v); \
1095 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1100 (w1) = __x3 + __ll_highpart (__x1); \
1654 __uh = __ll_highpart (u); \
1656 __vh = __ll_highpart (v); \
1663 __x1 += __ll_highpart (__x0);/* this can't give carry */ \
1668 (w1) = __x3 + __ll_highpart (__x1); \
1685 __d1 = __ll_highpart (d); \
[all …]