Searched refs:_sqrt_nearest (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Ddecimal.py5515 def _sqrt_nearest(n, a): function
5523 raise ValueError("Both arguments to _sqrt_nearest should be positive.")
5582 M + _sqrt_nearest(M*(M+_rshift_nearest(y, R)), M))
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Ddecimal.py5515 def _sqrt_nearest(n, a): function
5523 raise ValueError("Both arguments to _sqrt_nearest should be positive.")
5582 M + _sqrt_nearest(M*(M+_rshift_nearest(y, R)), M))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddecimal.py5515 def _sqrt_nearest(n, a): function
5523 raise ValueError("Both arguments to _sqrt_nearest should be positive.")
5582 M + _sqrt_nearest(M*(M+_rshift_nearest(y, R)), M))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddecimal.py5515 def _sqrt_nearest(n, a): function
5523 raise ValueError("Both arguments to _sqrt_nearest should be positive.")
5582 M + _sqrt_nearest(M*(M+_rshift_nearest(y, R)), M))

Completed in 100 milliseconds