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

/haiku-buildtools/gcc/libgcc/
H A Dlibgcc2.c69 .high = -uu.s.high - ((UWtype) -uu.s.low > 0) } };
79 const Wtype w = (UWtype) a + (UWtype) b;
119 const Wtype w = (UWtype) a - (UWtype) b;
187 const Wtype w = -(UWtype) a;
233 w = -(UWtype) a;
305 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low
306 * (UDWtype) (UWtype) vv.s.low};
307 DWunion w1 = {.ll = (UDWtype) (UWtype) u
2065 #undef UWtype macro
[all...]
H A Dlibgcc2.h183 #define UWtype UDItype macro
199 #define UWtype USItype macro
214 #define UWtype UHItype macro
229 #define UWtype UQItype macro
248 #define Wtype_MAX ((Wtype)(((UWtype)1 << (W_TYPE_SIZE - 1)) - 1))
388 extern UWtype __udiv_w_sdiv (UWtype *, UWtype, UWtype, UWtype);
[all...]
/haiku-buildtools/gcc/gmp/
H A Dlonglong.h21 UWtype -- An unsigned type, default type for operations (typically a "word")
22 UHWtype -- An unsigned type, at least half the size of UWtype
23 UDWtype -- An unsigned type, at least twice as large a UWtype
24 W_TYPE_SIZE -- size in bits of UWtype
29 On a 32 bit machine UWtype should typically be USItype;
30 on a 64 bit machine, UWtype should typically be UDItype.
44 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
45 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
65 UWtype integer
[all...]
H A Dgmp-impl.h3380 typedef mp_limb_t UWtype; typedef
/haiku-buildtools/gcc/mpfr/src/
H A Dmpfr-longlong.h21 UWtype -- An unsigned type, default type for operations (typically a "word")
22 UHWtype -- An unsigned type, at least half the size of UWtype.
23 UDWtype -- An unsigned type, at least twice as large a UWtype
24 W_TYPE_SIZE -- size in bits of UWtype
29 On a 32 bit machine UWtype should typically be USItype;
30 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))
58 UWtype integer
[all...]
H A Dmpfr-gmp.h194 typedef mp_limb_t UWtype; typedef
/haiku-buildtools/gcc/libgcc/config/visium/
H A Dlib2funcs.c57 UWtype integers MULTIPLIER and MULTIPLICAND, and generates a two UWtype
65 (wl) = (UWtype)__t; \
66 (wh) = (UWtype)(__t >> W_TYPE_SIZE); \
70 high_subtrahend, low_subtrahend) subtracts two two-word UWtype integers,
84 low_numerator, denominator) divides a UDWtype, composed by the UWtype
117 UWtype d0, d1, n0, n1, n2;
118 UWtype q0, q1;
119 UWtype b, bm;
196 UWtype m
[all...]
/haiku-buildtools/binutils/include/
H A Dlonglong.h31 UWtype -- An unsigned type, default type for operations (typically a "word")
32 UHWtype -- An unsigned type, at least half the size of UWtype.
33 UDWtype -- An unsigned type, at least twice as large a UWtype
34 W_TYPE_SIZE -- size in bits of UWtype
40 On a 32 bit machine UWtype should typically be USItype;
41 on a 64 bit machine, UWtype should typically be UDItype. */
44 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
45 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
50 #define UWtype USItyp macro
[all...]
/haiku-buildtools/gcc/include/
H A Dlonglong.h31 UWtype -- An unsigned type, default type for operations (typically a "word")
32 UHWtype -- An unsigned type, at least half the size of UWtype.
33 UDWtype -- An unsigned type, at least twice as large a UWtype
34 W_TYPE_SIZE -- size in bits of UWtype
40 On a 32 bit machine UWtype should typically be USItype;
41 on a 64 bit machine, UWtype should typically be UDItype. */
44 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
45 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1))
46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
50 #define UWtype USItyp macro
[all...]
/haiku-buildtools/gcc/gmp/mpn/sparc64/
H A Dsparc64.h141 __a = __xr < ((UWtype) 1 << 16) ? (__xr < ((UWtype) 1 << 8) ? 1 : 8 + 1) \
142 : (__xr < ((UWtype) 1 << 24) ? 16 + 1 : 24 + 1); \
/haiku-buildtools/gcc/libgcc/soft-fp/
H A Dsoft-fp.h289 #define UWtype _FP_W_TYPE macro
H A Dop-4.h474 UWtype umul_ppppmnnn_t; \
510 (X##_f[3]/Y##_f[3] would not fit into UWtype). \
513 (UWtype)-1 or (UWtype)-2. */ \
736 UWtype __FP_FRAC_DEC_3_t0, __FP_FRAC_DEC_3_t1; \
737 UWtype __FP_FRAC_DEC_3_t2; \
752 UWtype __FP_FRAC_DEC_4_t0, __FP_FRAC_DEC_4_t1; \
753 UWtype __FP_FRAC_DEC_4_t2, __FP_FRAC_DEC_4_t3; \
769 UWtype __FP_FRAC_ADDI_4_t; \
H A Dop-2.h186 UWtype __FP_FRAC_DEC_2_t = xl; \
586 (_FP_DIV_MEAT_2_udiv_r/Y##_f1 would not fit into UWtype). \
588 R##_f0 can be either (UWtype)-1 or (UWtype)-2. But as we \
/haiku-buildtools/gcc/gmp/tests/
H A Dt-constants.c239 /* UHWtype should have at least enough bits for half a UWtype */
242 CALC_BITS (bits_per_UWtype, UWtype);
/haiku-buildtools/gcc/libquadmath/printf/
H A Dgmp-impl.h53 typedef mp_limb_t UWtype; typedef
/haiku-buildtools/gcc/gcc/
H A Dwide-int.cc52 typedef unsigned HOST_WIDE_INT UWtype; typedef
/haiku-buildtools/gcc/libgcc/config/nds32/
H A Dlib1asmsrc-mculib.S893 ! divides a UDWtype, composed by the UWtype integers,HIGH_NUMERATOR (from $r4)

Completed in 120 milliseconds