Home | History | Annotate | Download | only in python2.7

Lines Matching refs:cshift

5771         cshift = c*10**shift
5773 cshift = c//10**-shift
5774 quot, rem = divmod(cshift, _log10_digits(q))