| /src/external/gpl3/gcc/dist/libgcc/config/riscv/ |
| multi3.c | 46 UWtype u_low = uu.s.low; 47 UWtype v_low = vv.s.low; 48 UWtype u_low_msb; 49 UWtype w_low = 0; 50 UWtype new_w_low; 51 UWtype w_high = 0; 52 UWtype w_high_tmp = 0; 53 UWtype w_high_tmp2x; 54 UWtype carry; 69 u_low_msb = (u_low >> ((sizeof (UWtype) * 8) - 1)) [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/ |
| multi3.c | 46 UWtype u_low = uu.s.low; 47 UWtype v_low = vv.s.low; 48 UWtype u_low_msb; 49 UWtype w_low = 0; 50 UWtype new_w_low; 51 UWtype w_high = 0; 52 UWtype w_high_tmp = 0; 53 UWtype w_high_tmp2x; 54 UWtype carry; 69 u_low_msb = (u_low >> ((sizeof (UWtype) * 8) - 1)) [all...] |
| /src/external/gpl3/gcc/dist/libgcc/ |
| libgcc2.c | 69 .high = -uu.s.high - ((UWtype) -uu.s.low > 0) } }; 285 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low 286 * (UDWtype) (UWtype) vv.s.low}; 287 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.low 288 * (UDWtype) (UWtype) vv.s.high}; 294 w1.ll += (UWtype) w0.s.high; 308 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low 309 * (UDWtype) (UWtype) vv.s.low}; 310 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.high 311 * (UDWtype) (UWtype) vv.s.low} [all...] |
| libgcc2.h | 206 #define UWtype UDItype 222 #define UWtype USItype 237 #define UWtype UHItype 252 #define UWtype UQItype 271 #define Wtype_MAX ((Wtype)(((UWtype)1 << (W_TYPE_SIZE - 1)) - 1)) 405 typedef UWtype __attribute__((__may_alias__)) UBILtype; 425 extern UWtype __udiv_w_sdiv (UWtype *, UWtype, UWtype, UWtype) [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| libgcc2.c | 69 .high = -uu.s.high - ((UWtype) -uu.s.low > 0) } }; 285 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low 286 * (UDWtype) (UWtype) vv.s.low}; 287 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.low 288 * (UDWtype) (UWtype) vv.s.high}; 294 w1.ll += (UWtype) w0.s.high; 308 DWunion w0 = {.ll = (UDWtype) (UWtype) uu.s.low 309 * (UDWtype) (UWtype) vv.s.low}; 310 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.high 311 * (UDWtype) (UWtype) vv.s.low} [all...] |
| libgcc2.h | 193 #define UWtype UDItype 209 #define UWtype USItype 224 #define UWtype UHItype 239 #define UWtype UQItype 258 #define Wtype_MAX ((Wtype)(((UWtype)1 << (W_TYPE_SIZE - 1)) - 1)) 401 extern UWtype __udiv_w_sdiv (UWtype *, UWtype, UWtype, UWtype); [all...] |
| /src/external/lgpl3/gmp/dist/mpn/sparc64/ |
| sparc64.h | 146 UWtype __x0, __x2; \ 147 UWtype __ul, __vl, __uh; \ 148 UWtype __u = (u), __v = (v); \ 154 __x0 = (UWtype) __ul * __vl; \ 155 __x2 = (UWtype) __uh * __vl; \ 170 __a = __xr < ((UWtype) 1 << 16) ? (__xr < ((UWtype) 1 << 8) ? 1 : 8 + 1) \ 171 : (__xr < ((UWtype) 1 << 24) ? 16 + 1 : 24 + 1); \
|
| /src/external/gpl3/gcc/dist/libgcc/config/visium/ |
| lib2funcs.c | 57 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 m1, m0 [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/visium/ |
| lib2funcs.c | 57 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 m1, m0 [all...] |
| /src/external/lgpl3/gmp/dist/ |
| longlong.h | 34 UWtype -- An unsigned type, default type for operations (typically a "word") 35 UHWtype -- An unsigned type, at least half the size of UWtype 36 UDWtype -- An unsigned type, at least twice as large a UWtype 37 W_TYPE_SIZE -- size in bits of UWtype 42 On a 32 bit machine UWtype should typically be USItype; 43 on a 64 bit machine, UWtype should typically be UDItype. 57 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) 58 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) 59 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) 70 UWtype integers MULTIPLIER and MULTIPLICAND, and generates a two UWtyp [all...] |
| /src/external/lgpl3/mpfr/dist/src/ |
| mpfr-longlong.h | 28 UWtype -- An unsigned type, default type for operations (typically a "word") 29 UHWtype -- An unsigned type, at least half the size of UWtype 30 UDWtype -- An unsigned type, at least twice as large a UWtype 31 W_TYPE_SIZE -- size in bits of UWtype 36 On a 32 bit machine UWtype should typically be USItype; 37 on a 64 bit machine, UWtype should typically be UDItype. 63 #define __ll_B ((UWtype) 1 << (W_TYPE_SIZE / 2)) 64 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) 65 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) 76 UWtype integers MULTIPLIER and MULTIPLICAND, and generates a two UWtyp [all...] |
| mpfr-gmp.h | 219 typedef mp_limb_t UWtype; 603 /* Same as __udiv_qrnnd_c from longlong.h, but using a single UWType/UWtype 608 UWtype __d1, __d0, __q1, __q0, __r1, __r0, __i; \ 618 __i = ~(UWtype) 0 / __d1; \
|
| /src/external/gpl3/binutils/dist/include/ |
| longlong.h | 31 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 [all...] |
| /src/external/gpl3/binutils.old/dist/include/ |
| longlong.h | 31 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 [all...] |
| /src/external/gpl3/gcc/dist/include/ |
| longlong.h | 31 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 [all...] |
| /src/external/gpl3/gcc.old/dist/include/ |
| longlong.h | 31 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 [all...] |
| /src/external/gpl3/gdb/dist/include/ |
| longlong.h | 31 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 [all...] |
| /src/external/gpl3/gdb.old/dist/include/ |
| longlong.h | 31 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 [all...] |
| /src/external/gpl3/gcc/dist/libgcc/soft-fp/ |
| soft-fp.h | 320 #define UWtype _FP_W_TYPE
|
| op-4.h | 473 UWtype umul_ppppmnnn_t; \ 509 (X##_f[3]/Y##_f[3] would not fit into UWtype). \ 512 (UWtype)-1 or (UWtype)-2. */ \ 742 UWtype __FP_FRAC_DEC_3_t0, __FP_FRAC_DEC_3_t1; \ 743 UWtype __FP_FRAC_DEC_3_t2; \ 758 UWtype __FP_FRAC_DEC_4_t0, __FP_FRAC_DEC_4_t1; \ 759 UWtype __FP_FRAC_DEC_4_t2, __FP_FRAC_DEC_4_t3; \ 775 UWtype __FP_FRAC_ADDI_4_t; \
|
| /src/external/gpl3/gcc.old/dist/libgcc/soft-fp/ |
| soft-fp.h | 324 #define UWtype _FP_W_TYPE
|
| op-4.h | 477 UWtype umul_ppppmnnn_t; \ 513 (X##_f[3]/Y##_f[3] would not fit into UWtype). \ 516 (UWtype)-1 or (UWtype)-2. */ \ 746 UWtype __FP_FRAC_DEC_3_t0, __FP_FRAC_DEC_3_t1; \ 747 UWtype __FP_FRAC_DEC_3_t2; \ 762 UWtype __FP_FRAC_DEC_4_t0, __FP_FRAC_DEC_4_t1; \ 763 UWtype __FP_FRAC_DEC_4_t2, __FP_FRAC_DEC_4_t3; \ 779 UWtype __FP_FRAC_ADDI_4_t; \
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| div_qr_1n_pi2.c | 96 UWtype __s0, __s1, __c0, __c1; \
|
| /src/external/gpl3/gcc/dist/libquadmath/printf/ |
| gmp-impl.h | 61 typedef mp_limb_t UWtype;
|
| /src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| gmp-impl.h | 53 typedef mp_limb_t UWtype;
|