Home
last modified time | relevance | path

Searched refs:_ilog (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py5497 def _ilog(x, M, L = 8): function
5569 log_d = _ilog(c, M) # error < 5 + 22 = 27
5603 log_d = _ilog(c, 10**p) # error < 5 + 22 = 27
5649 digits = str(_div_nearest(_ilog(10*M, M), 100))