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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dlonglong.h47 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) macro
48 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
1440 __x3 += __ll_B; /* yes, add it in the proper pos. */ \
1443 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \
1465 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
1478 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
1488 (q) = (UWtype) __q1 * __ll_B | __q0; \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dlonglong.h35 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) macro
36 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
1250 __x3 += __ll_B; /* yes, add it in the proper pos. */ \
1253 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \
1275 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
1288 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
1298 (q) = (UWtype) __q1 * __ll_B | __q0; \
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dmpfr-longlong.h37 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) macro
38 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
1789 __x3 += __ll_B; /* yes, add it in the proper pos. */ \
1823 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
1836 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
1846 (q) = __q1 * __ll_B | __q0; \
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dlonglong.h44 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) macro
45 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
1802 __x3 += __ll_B; /* yes, add it in the proper pos. */ \
1836 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
1849 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
1859 (q) = __q1 * __ll_B | __q0; \

Completed in 166 milliseconds