Searched refs:_PyLong_Rshift (Results 1 – 3 of 3) sorted by relevance
213 PyAPI_FUNC(PyObject *) _PyLong_Rshift(PyObject *, size_t);
1790 b = _PyLong_Rshift(n, 2U*c - 62U); in math_isqrt()1812 q = _PyLong_Rshift(n, 2U*c - d - e + 1U); in math_isqrt()
4465 _PyLong_Rshift(PyObject *a, size_t shiftby) in _PyLong_Rshift() function