Home
last modified time | relevance | path

Searched refs:__BITS4 (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-4.7/libgcc/
H A Dlonglong.h46 #define __BITS4 (W_TYPE_SIZE / 4) macro
1630 __a = __xr < ((UWtype)1<<2*__BITS4) \
1631 ? (__xr < ((UWtype)1<<__BITS4) ? 0 : __BITS4) \
1632 : (__xr < ((UWtype)1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
/dragonfly/contrib/binutils-2.27/include/
H A Dlonglong.h43 #define __BITS4 (W_TYPE_SIZE / 4) macro
1743 __a = __xr < ((UWtype)1<<2*__BITS4) \
1744 ? (__xr < ((UWtype)1<<__BITS4) ? 0 : __BITS4) \
1745 : (__xr < ((UWtype)1<<3*__BITS4) ? 2*__BITS4 : 3*__BITS4); \
/dragonfly/contrib/gcc-8.0/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); \
/dragonfly/contrib/mpfr/src/
H A Dmpfr-longlong.h36 #define __BITS4 (W_TYPE_SIZE / 4) macro
1880 __a = __xr < ((UWtype) 1 << 2*__BITS4) \
1881 ? (__xr < ((UWtype) 1 << __BITS4) ? 1 : __BITS4 + 1) \
1882 : (__xr < ((UWtype) 1 << 3*__BITS4) ? 2*__BITS4 + 1 \
1883 : 3*__BITS4 + 1); \
/dragonfly/contrib/gmp/
H A Dlonglong.h43 #define __BITS4 (W_TYPE_SIZE / 4) macro
2034 __a = __xr < ((UWtype) 1 << 2*__BITS4) \
2035 ? (__xr < ((UWtype) 1 << __BITS4) ? 1 : __BITS4 + 1) \
2036 : (__xr < ((UWtype) 1 << 3*__BITS4) ? 2*__BITS4 + 1 \
2037 : 3*__BITS4 + 1); \