Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Ddecimal.py2067 e = _decimal_lshift_exact(e * yc, ye)
2068 xe = _decimal_lshift_exact(xe * yc, ye)
2094 e = _decimal_lshift_exact(e * yc, ye)
2095 xe = _decimal_lshift_exact(xe * yc, ye)
5514 def _decimal_lshift_exact(n, e): function
/external/python/cpython3/Lib/
D_pydecimal.py2183 e = _decimal_lshift_exact(e * yc, ye)
2184 xe = _decimal_lshift_exact(xe * yc, ye)
2210 e = _decimal_lshift_exact(e * yc, ye)
2211 xe = _decimal_lshift_exact(xe * yc, ye)
5672 def _decimal_lshift_exact(n, e): function