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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/math-emu/
H A Dsfp-util.h27 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) macro
28 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
41 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
54 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
64 (q) = (UWtype) __q1 * __ll_B | __q0; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/lib/
H A Dmuldi3.c26 #define __ll_B (1L << (SI_TYPE_SIZE / 2)) macro
27 #define __ll_lowpart(t) ((USItype) (t) % __ll_B)
28 #define __ll_highpart(t) ((USItype) (t) / __ll_B)
48 __x3 += __ll_B; /* yes, add it in the proper pos. */ \
51 (w0) = __ll_lowpart (__x1) * __ll_B + __ll_lowpart (__x0); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dlonglong.h28 #define __ll_B (1L << (SI_TYPE_SIZE / 2)) macro
29 #define __ll_lowpart(t) ((USItype) (t) % __ll_B)
30 #define __ll_highpart(t) ((USItype) (t) / __ll_B)
134 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
147 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
157 (q) = (USItype) __q1 * __ll_B | __q0; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/math-emu/
H A Dsfp-machine.h36 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) macro
37 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
324 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
337 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
347 (q) = (UWtype) __q1 * __ll_B | __q0; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dlonglong.h37 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) macro
38 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
1461 __x3 += __ll_B; /* yes, add it in the proper pos. */ \
1489 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
1502 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
1512 (q) = (UWtype) __q1 * __ll_B | __q0; \

Completed in 75 milliseconds