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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/math-emu/
H A Dsfp-util.h7 UWtype __x; \
15 UWtype __x; \
27 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
28 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
29 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
33 UWtype __d1, __d0, __q1, __q0; \
34 UWtype __r1, __r0, __m; \
40 __m = (UWtype) __q1 * __d0; \
53 __m = (UWtype) __q0 * __d0; \
64 (q) = (UWtype) __q
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/math-emu/
H A Dsfp-util.h77 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \
83 __m = (UWtype) __q1 * __d0; \
96 __m = (UWtype) __q0 * __d0; \
107 (q) = (UWtype) (__q1 << 32) | __q0; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/math-emu/
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
245 * high_subtrahend, low_subtrahend) subtracts two two-word UWtype integers,
294 * UWtype integers MULTIPLER and MULTIPLICAND, and generates a two UWtype
308 * denominator) divides a UDWtype, composed by the UWtype integers
317 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __m; \
323 __m = (UWtype) __q
[all...]
H A Dsoft-fp.h91 #define UWtype _FP_W_TYPE macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dlonglong.h24 UWtype -- An unsigned type, default type for operations (typically a "word")
25 UHWtype -- An unsigned type, at least half the size of UWtype.
26 UDWtype -- An unsigned type, at least twice as large a UWtype
27 W_TYPE_SIZE -- size in bits of UWtype
32 On a 32 bit machine UWtype should typically be USItype;
33 on a 64 bit machine, UWtype should typically be UDItype.
37 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
38 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
39 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
50 UWtype integer
[all...]
H A Dmpi-internal.h259 typedef mpi_limb_t UWtype; typedef
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/math-emu/
H A Dsoft-fp.h164 #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; \

Completed in 111 milliseconds