Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py5660 def _iexp(x, M, L=8): function
5731 return _div_nearest(_iexp(rem, 10**p), 1000), quot - p + 3