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

/haiku-buildtools/gcc/libgcc/
H A Dlibgcc2.c161 if ((Wtype) (w >> W_TYPE_SIZE) != (Wtype) w >> (W_TYPE_SIZE - 1))
293 if (__builtin_expect (uu.s.high == uu.s.low >> (W_TYPE_SIZE - 1), 1))
296 if (__builtin_expect (vv.s.high == vv.s.low >> (W_TYPE_SIZE - 1), 1))
315 if (__builtin_expect (w1.s.high == w1.s.low >> (W_TYPE_SIZE - 1), 1))
324 if (__builtin_expect (vv.s.high == vv.s.low >> (W_TYPE_SIZE - 1), 1))
338 if (__builtin_expect (w1.s.high == w1.s.low >> (W_TYPE_SIZE - 1), 1))
420 const shift_count_type bm = W_TYPE_SIZE - b;
448 const shift_count_type bm = W_TYPE_SIZE - b;
476 const shift_count_type bm = W_TYPE_SIZE
1342 v <<= W_TYPE_SIZE; local
1378 v <<= W_TYPE_SIZE; local
[all...]
H A Dlibgcc2.h181 #define W_TYPE_SIZE (8 * BITS_PER_UNIT) macro
197 #define W_TYPE_SIZE (4 * BITS_PER_UNIT) macro
212 #define W_TYPE_SIZE (2 * BITS_PER_UNIT) macro
227 #define W_TYPE_SIZE BITS_PER_UNIT macro
248 #define Wtype_MAX ((Wtype)(((UWtype)1 << (W_TYPE_SIZE - 1)) - 1))
251 #if W_TYPE_SIZE == 8
253 #elif W_TYPE_SIZE == 16
255 #elif W_TYPE_SIZE == 32
257 #elif W_TYPE_SIZE == 64
/haiku-buildtools/gcc/gmp/
H A Dlonglong.h24 W_TYPE_SIZE -- size in bits of UWtype
43 #define __BITS4 (W_TYPE_SIZE / 4)
44 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
182 #if defined (__alpha) && W_TYPE_SIZE == 64
270 #if defined (_CRAY) && W_TYPE_SIZE == 64
295 #if defined (__ia64) && W_TYPE_SIZE == 64
331 (count) = W_TYPE_SIZE - 1 - _c; \
377 #if (defined (__a29k__) || defined (_AM29K)) && W_TYPE_SIZE == 32
426 #if defined (__arm__) && W_TYPE_SIZE
[all...]
H A Dgmp-impl.h3382 #define W_TYPE_SIZE GMP_LIMB_BITS macro
/haiku-buildtools/gcc/mpfr/src/
H A Dmpfr-longlong.h24 W_TYPE_SIZE -- size in bits of UWtype
36 #define __BITS4 (W_TYPE_SIZE / 4)
37 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
39 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
176 #if defined (__alpha) && W_TYPE_SIZE == 64
264 #if defined (_CRAY) && W_TYPE_SIZE == 64
289 #if defined (__ia64) && W_TYPE_SIZE == 64
325 (count) = W_TYPE_SIZE - 1 - _c; \
371 #if (defined (__a29k__) || defined (_AM29K)) && W_TYPE_SIZE == 32
420 #if defined (__arm__) && W_TYPE_SIZE
[all...]
H A Dmpfr-gmp.h196 #define W_TYPE_SIZE GMP_NUMB_BITS macro
/haiku-buildtools/gcc/include/
H A Dlonglong.h34 W_TYPE_SIZE -- size in bits of UWtype
43 #define __BITS4 (W_TYPE_SIZE / 4)
44 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
48 #ifndef W_TYPE_SIZE
49 #define W_TYPE_SIZE 32 macro
127 #if W_TYPE_SIZE == 32
131 #endif /* W_TYPE_SIZE == 32 */
133 #if W_TYPE_SIZE == 64
137 #endif /* W_TYPE_SIZE
[all...]
/haiku-buildtools/binutils/include/
H A Dlonglong.h34 W_TYPE_SIZE -- size in bits of UWtype
43 #define __BITS4 (W_TYPE_SIZE / 4)
44 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2))
46 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2))
48 #ifndef W_TYPE_SIZE
49 #define W_TYPE_SIZE 32 macro
127 #if W_TYPE_SIZE == 32
131 #endif /* W_TYPE_SIZE == 32 */
133 #if W_TYPE_SIZE == 64
137 #endif /* W_TYPE_SIZE
[all...]
/haiku-buildtools/gcc/libgcc/config/visium/
H A Dlib2funcs.c66 (wh) = (UWtype)(__t >> W_TYPE_SIZE); \
199 b = W_TYPE_SIZE - bm;
313 return x & ((UWtype) 1 << (W_TYPE_SIZE - 1));
321 for (i = 0; i < (TRAMPOLINE_SIZE * BITS_PER_UNIT) / W_TYPE_SIZE; i++)
/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dredc_2.c44 #if defined (__GNUC__) && defined (__ia64) && W_TYPE_SIZE == 64
/haiku-buildtools/gcc/gmp/mpn/sparc64/
H A Dsparc64.h144 (count) = W_TYPE_SIZE + 1 - __a - __clz_tab[__xr >> __a]; \
/haiku-buildtools/gcc/libgcc/soft-fp/
H A Dsoft-fp.h290 #define W_TYPE_SIZE _FP_W_TYPE_SIZE macro
/haiku-buildtools/gcc/libquadmath/printf/
H A Dgmp-impl.h55 #define W_TYPE_SIZE BITS_PER_MP_LIMB macro
/haiku-buildtools/gcc/gcc/
H A Dwide-int.cc48 #define W_TYPE_SIZE HOST_BITS_PER_WIDE_INT macro
50 #if GCC_VERSION >= 3000 && (W_TYPE_SIZE == 32 || defined (__SIZEOF_INT128__)) && !defined(__clang__)
56 #if W_TYPE_SIZE == 32
/haiku-buildtools/legacy/gcc/gcc/
H A Dlonglong.h668 #if (defined (_ARCH_PPC) || defined (_IBMR2)) && W_TYPE_SIZE == 32

Completed in 194 milliseconds