Searched refs:_nbits (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Ddecimal.py2032 e = _nbits(xc)-1
2054 e = _nbits(xc)*28//65
2090 xc_bits = _nbits(xc)
2112 a = 1L << -(-_nbits(xc)//n) # initial estimate
5453 def _nbits(n, correction = { function
5462 raise ValueError("The argument to _nbits should be nonnegative.")
5681 R = _nbits((long(x)<<L)//M)

Completed in 15 milliseconds