Home
last modified time | relevance | path

Searched refs:_PyLong_Rshift (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dlongobject.h235 PyAPI_FUNC(PyObject *) _PyLong_Rshift(PyObject *, size_t);
/external/python/cpython3/Modules/
Dmathmodule.c1780 b = _PyLong_Rshift(n, 2U*c - 62U); in math_isqrt()
1802 q = _PyLong_Rshift(n, 2U*c - d - e + 1U); in math_isqrt()
/external/python/cpython3/Objects/
Dlongobject.c4565 _PyLong_Rshift(PyObject *a, size_t shiftby) in _PyLong_Rshift() function