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