Lines Matching refs:cshift
5791 cshift = c*10**shift5793 cshift = c//10**-shift5794 quot, rem = divmod(cshift, _log10_digits(q))