Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
D_pydecimal.py5887 def _iexp(x, M, L=8): function
5958 return _div_nearest(_iexp(rem, 10**p), 1000), quot - p + 3
/external/python/cpython2/Lib/
Ddecimal.py5729 def _iexp(x, M, L=8): function
5800 return _div_nearest(_iexp(rem, 10**p), 1000), quot - p + 3