Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dlongobject.h125 PyAPI_FUNC(PyObject *) _PyLong_DivmodNear(PyObject *, PyObject *);
/external/python/cpython3/Objects/
Dlongobject.c4920 _PyLong_DivmodNear(PyObject *a, PyObject *b) in _PyLong_DivmodNear() function
5065 temp = _PyLong_DivmodNear(self, result); in long_round()
/external/python/cpython3/Modules/
D_datetimemodule.c175 temp = _PyLong_DivmodNear(m, n); in divide_nearest()