Searched refs:shiftc (Results 1 – 4 of 4) sorted by relevance
469 int shiftc; in sum_raw() local491 shiftc = shiftq % GMP_NUMB_BITS; in sum_raw()493 shiftq, (mpfr_prec_t) shifts, shiftc)); in sum_raw()494 if (MPFR_LIKELY (shiftc != 0)) in sum_raw()495 mpn_lshift (wp + shifts, wp, ws - shifts, shiftc); in sum_raw()
2882 unsigned int shiftc = tree_to_uhwi (@1);2889 zerobits = ((HOST_WIDE_INT_1U << shiftc) - 1);2906 if (shiftc < prec)2914 if (shiftc < prec)2916 zerobits >>= HOST_BITS_PER_WIDE_INT - shiftc;2917 zerobits <<= prec - shiftc;
3504 unsigned int shiftc = tree_to_uhwi (@1);3511 zerobits = ((HOST_WIDE_INT_1U << shiftc) - 1);3528 if (shiftc < prec)3536 if (shiftc < prec)3538 zerobits >>= HOST_BITS_PER_WIDE_INT - shiftc;3539 zerobits <<= prec - shiftc;
38653 shiftc >= prec, make sure zerobits is all ones instead of