Searched defs:_rshift_nearest (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Ddecimal.py5550 def _rshift_nearest(x, shift): function
5602 M + _sqrt_nearest(M*(M+_rshift_nearest(y, R)), M))
5607 yshift = _rshift_nearest(y, R)
/external/python/cpython3/Lib/
H A D_pydecimal.py5747 def _rshift_nearest(x, shift): function
5799 M + _sqrt_nearest(M*(M+_rshift_nearest(y, R)), M))
5804 yshift = _rshift_nearest(y, R)

Completed in 154 milliseconds