Home
last modified time | relevance | path

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

/third_party/python/Include/
Dlongobject.h213 PyAPI_FUNC(PyObject *) _PyLong_Rshift(PyObject *, size_t);
/third_party/python/Modules/
Dmathmodule.c1790 b = _PyLong_Rshift(n, 2U*c - 62U); in math_isqrt()
1812 q = _PyLong_Rshift(n, 2U*c - d - e + 1U); in math_isqrt()
/third_party/python/Objects/
Dlongobject.c4465 _PyLong_Rshift(PyObject *a, size_t shiftby) in _PyLong_Rshift() function