Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dmathmodule.c1724 The _approximate_isqrt_tab table provides approximate square roots for
1727 a = _approximate_isqrt_tab[(n >> 8) - 64]
1736 static const uint8_t _approximate_isqrt_tab[192] = { variable
1763 uint32_t u = _approximate_isqrt_tab[(n >> 56) - 64]; in _approximate_isqrt()

Completed in 5 milliseconds