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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddecimal.py5530 def _rshift_nearest(x, shift): function
5582 M + _sqrt_nearest(M*(M+_rshift_nearest(y, R)), M))
5587 yshift = _rshift_nearest(y, R)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddecimal.py5530 def _rshift_nearest(x, shift): function
5582 M + _sqrt_nearest(M*(M+_rshift_nearest(y, R)), M))
5587 yshift = _rshift_nearest(y, R)

Completed in 59 milliseconds