HomeSort by: relevance | last modified time | path
    Searched refs:shiftc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
sum.c 469 int shiftc; local
491 shiftc = shiftq % GMP_NUMB_BITS;
493 shiftq, (mpfr_prec_t) shifts, shiftc));
494 if (MPFR_LIKELY (shiftc != 0))
495 mpn_lshift (wp + shifts, wp, ws - shifts, shiftc);
  /src/external/gpl3/gcc.old/dist/gcc/
match.pd 3508 unsigned int shiftc = tree_to_uhwi (@1);
3515 zerobits = ((HOST_WIDE_INT_1U << shiftc) - 1);
3532 if (shiftc < prec)
3540 if (shiftc < prec)
3542 zerobits >>= HOST_BITS_PER_WIDE_INT - shiftc;
3543 zerobits <<= prec - shiftc;
  /src/external/gpl3/gcc/dist/gcc/
match.pd 4529 unsigned int shiftc = tree_to_uhwi (@1);
4536 zerobits = ((HOST_WIDE_INT_1U << shiftc) - 1);
4553 if (shiftc < prec)
4561 if (shiftc < prec)
4563 zerobits >>= HOST_BITS_PER_WIDE_INT - shiftc;
4564 zerobits <<= prec - shiftc;

Completed in 32 milliseconds