Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dmathmodule.c1761 _approximate_isqrt(uint64_t n) in _approximate_isqrt() function
1819 u = _approximate_isqrt(m << 2*shift) >> shift; in math_isqrt()
1844 u = _approximate_isqrt(m) >> (31U - d); in math_isqrt()

Completed in 5 milliseconds