Home
last modified time | relevance | path

Searched refs:shiftc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dsum.c469 int shiftc; in sum_raw() local
491 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmatch.pd2882 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;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmatch.pd3504 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;
H A DChangeLog-201438653 shiftc >= prec, make sure zerobits is all ones instead of