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

Lines Matching full:_nbits

2037                 e = _nbits(xc)-1
2081 e = _nbits(xc)*28//65
2118 xc_bits = _nbits(xc)
2140 a = 1L << -(-_nbits(xc)//n) # initial estimate
5481 def _nbits(n, correction = {
5490 raise ValueError("The argument to _nbits should be nonnegative.")
5730 R = _nbits((long(x)<<L)//M)