Home | History | Annotate | Download | only in Objects

Lines Matching refs:_PyLong_DivmodNear

4924 _PyLong_DivmodNear(PyObject *a, PyObject *b)
5063 temp = _PyLong_DivmodNear(self, result);