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

/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dlonglong.h43 #define __BITS4 (W_TYPE_SIZE / 4) macro
1744 __a = __xr < ((UWtype)1<<2*__BITS4) \
1745 ? (__xr < ((UWtype)1<<__BITS4) ? 0 : __BITS4) \
1746 : (__xr < ((UWtype)1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dlonglong.h43 #define __BITS4 (W_TYPE_SIZE / 4) macro
1744 __a = __xr < ((UWtype)1<<2*__BITS4) \
1745 ? (__xr < ((UWtype)1<<__BITS4) ? 0 : __BITS4) \
1746 : (__xr < ((UWtype)1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dlonglong.h43 #define __BITS4 (W_TYPE_SIZE / 4) macro
1744 __a = __xr < ((UWtype)1<<2*__BITS4) \
1745 ? (__xr < ((UWtype)1<<__BITS4) ? 0 : __BITS4) \
1746 : (__xr < ((UWtype)1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dlonglong.h43 #define __BITS4 (W_TYPE_SIZE / 4) macro
1744 __a = __xr < ((UWtype)1<<2*__BITS4) \
1745 ? (__xr < ((UWtype)1<<__BITS4) ? 0 : __BITS4) \
1746 : (__xr < ((UWtype)1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dlonglong.h43 #define __BITS4 (W_TYPE_SIZE / 4) macro
1744 __a = __xr < ((UWtype)1<<2*__BITS4) \
1745 ? (__xr < ((UWtype)1<<__BITS4) ? 0 : __BITS4) \
1746 : (__xr < ((UWtype)1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dlonglong.h43 #define __BITS4 (W_TYPE_SIZE / 4) macro
1756 __a = __xr < ((UWtype)1<<2*__BITS4) \
1757 ? (__xr < ((UWtype)1<<__BITS4) ? 0 : __BITS4) \
1758 : (__xr < ((UWtype)1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
/netbsd-current/external/lgpl3/gmp/dist/
H A Dlonglong.h56 #define __BITS4 (W_TYPE_SIZE / 4) macro
2209 __a = __xr < ((UWtype) 1 << 2*__BITS4) \
2210 ? (__xr < ((UWtype) 1 << __BITS4) ? 1 : __BITS4 + 1) \
2211 : (__xr < ((UWtype) 1 << 3*__BITS4) ? 2*__BITS4 + 1 \
2212 : 3*__BITS4 + 1); \
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dmpfr-longlong.h62 #define __BITS4 (W_TYPE_SIZE / 4) macro
2221 __a = __xr < ((UWtype) 1 << 2*__BITS4) \
2222 ? (__xr < ((UWtype) 1 << __BITS4) ? 1 : __BITS4 + 1) \
2223 : (__xr < ((UWtype) 1 << 3*__BITS4) ? 2*__BITS4 + 1 \
2224 : 3*__BITS4 + 1); \

Completed in 93 milliseconds