HomeSort by: relevance | last modified time | path
    Searched defs:shiftc (Results 1 - 1 of 1) 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);

Completed in 48 milliseconds