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

/linux-master/arch/microblaze/lib/
H A Dmuldi3.c6 #define W_TYPE_SIZE 32 macro
8 #define __ll_B ((unsigned long) 1 << (W_TYPE_SIZE / 2))
10 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2))
/linux-master/lib/
H A Dmuldi3.c8 #define W_TYPE_SIZE 32 macro
10 #define __ll_B ((unsigned long) 1 << (W_TYPE_SIZE / 2))
12 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2))
/linux-master/arch/sh/math-emu/
H A Dsfp-util.h28 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
30 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
/linux-master/lib/crypto/mpi/
H A Dlonglong.h29 * W_TYPE_SIZE -- size in bits of UWtype
38 #define __BITS4 (W_TYPE_SIZE / 4)
39 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
41 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
113 #if (defined(__a29k__) || defined(_AM29K)) && W_TYPE_SIZE == 32
153 #if defined(__alpha) && W_TYPE_SIZE == 64
175 #if defined(__arm__) && W_TYPE_SIZE == 32
231 #if defined(__clipper__) && W_TYPE_SIZE == 32
262 #if defined(__gmicro__) && W_TYPE_SIZE == 32
299 #if defined(__hppa) && W_TYPE_SIZE
[all...]
H A Dmpi-internal.h213 #define W_TYPE_SIZE BITS_PER_MPI_LIMB macro
/linux-master/include/math-emu/
H A Dsoft-fp.h191 #define W_TYPE_SIZE _FP_W_TYPE_SIZE macro
/linux-master/arch/powerpc/include/asm/
H A Dsfp-machine.h36 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
38 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))

Completed in 125 milliseconds