Searched refs:UWtype (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/sh/math-emu/
H A Dsfp-util.h8 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) __q
[all...]
/linux-master/arch/sparc/math-emu/
H A Dsfp-util_64.h78 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-master/arch/powerpc/include/asm/
H A Dsfp-machine.h36 #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))
211 * high_addend_2, low_addend_2) adds two UWtype integers, composed by
233 * high_subtrahend, low_subtrahend) subtracts two two-word UWtype integers,
262 * UWtype integers MULTIPLER and MULTIPLICAND, and generates a two UWtype
273 * denominator) divides a UDWtype, composed by the UWtype integers
282 UWtype __d1, __d0, __q1, __q0; \
283 UWtype __r
[all...]
/linux-master/lib/crypto/mpi/
H A Dlonglong.h26 * UWtype -- An unsigned type, default type for operations (typically a "word")
27 * UHWtype -- An unsigned type, at least half the size of UWtype.
28 * UDWtype -- An unsigned type, at least twice as large a UWtype
29 * W_TYPE_SIZE -- size in bits of UWtype
34 * On a 32 bit machine UWtype should typically be USItype;
35 * on a 64 bit machine, UWtype should typically be UDItype.
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))
52 * UWtype integer
[all...]
H A Dmpi-internal.h214 typedef mpi_limb_t UWtype; typedef
/linux-master/include/math-emu/
H A Dsoft-fp.h190 #define UWtype _FP_W_TYPE macro
H A Dop-4.h343 UWtype _t; \
377 (X##_f[3]/Y##_f[3] would not fit into UWtype). \
379 (UWtype)-1 or (UWtype)-2. */ \
582 UWtype _t0, _t1, _t2; \
591 UWtype _t0, _t1, _t2, _t3; \
600 UWtype _t; \
H A Dop-2.h157 UWtype _t = xl; \
462 (_r/Y##_f1 would not fit into UWtype). \
464 (UWtype)-1 or (UWtype)-2. But as we know what kind \

Completed in 139 milliseconds