Searched refs:UWtype (Results 1 – 8 of 8) sorted by relevance
/linux/arch/sh/math-emu/ |
H A D | sfp-util.h | 8 UWtype __x; \ 16 UWtype __x; \ 28 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) 29 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) 30 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) 34 UWtype __d1, __d0, __q1, __q0; \ 35 UWtype __r1, __r0, __m; \ 41 __m = (UWtype) __q1 * __d0; \ 54 __m = (UWtype) __q0 * __d0; \ 65 (q) = (UWtype) __q1 * __ll_B | __q0; \
|
/linux/arch/powerpc/include/asm/ |
H A D | sfp-machine.h | 36 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) 37 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) 38 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) 282 UWtype __d1, __d0, __q1, __q0; \ 283 UWtype __r1, __r0, __m; \ 289 __m = (UWtype) __q1 * __d0; \ 302 __m = (UWtype) __q0 * __d0; \ 313 (q) = (UWtype) __q1 * __ll_B | __q0; \
|
/linux/arch/sparc/math-emu/ |
H A D | sfp-util_64.h | 78 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \ 84 __m = (UWtype) __q1 * __d0; \ 97 __m = (UWtype) __q0 * __d0; \ 108 (q) = (UWtype) (__q1 << 32) | __q0; \
|
/linux/lib/crypto/mpi/ |
H A D | longlong.h | 39 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) 40 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) 41 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) 1235 ph = (UWtype) (__ll >> W_TYPE_SIZE); \ 1236 pl = (UWtype) __ll; \ 1242 ({UWtype __hi, __lo; \ 1252 UWtype __x; \ 1262 UWtype __x; \ 1272 UWtype __x0, __x1, __x2, __x3; \ 1274 UWtype __u = (u), __v = (v); \ [all …]
|
H A D | mpi-internal.h | 205 typedef mpi_limb_t UWtype; typedef
|
/linux/include/math-emu/ |
H A D | soft-fp.h | 190 #define UWtype _FP_W_TYPE macro
|
H A D | op-4.h | 343 UWtype _t; \ 582 UWtype _t0, _t1, _t2; \ 591 UWtype _t0, _t1, _t2, _t3; \ 600 UWtype _t; \
|
H A D | op-2.h | 157 UWtype _t = xl; \
|