Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dlongobject.h94 PyAPI_FUNC(PyObject *) _PyLong_Rshift(PyObject *, size_t);
/third_party/python/Modules/
H A Dmathmodule.c1835 b = _PyLong_Rshift(n, 2U*c - 62U); in math_isqrt()
1857 q = _PyLong_Rshift(n, 2U*c - d - e + 1U); in math_isqrt()
/third_party/python/Objects/
H A Dlongobject.c4734 /* Inner function for both long_rshift and _PyLong_Rshift, shifting an
4846 _PyLong_Rshift(PyObject *a, size_t shiftby) in _PyLong_Rshift() function

Completed in 12 milliseconds