Home
last modified time | relevance | path

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

/third_party/python/Include/
Dlongobject.h132 PyAPI_FUNC(PyObject *) _PyLong_DivmodNear(PyObject *, PyObject *);
/third_party/python/Objects/
Dlongobject.c5064 _PyLong_DivmodNear(PyObject *a, PyObject *b) in _PyLong_DivmodNear() function
5215 temp = _PyLong_DivmodNear(self, result); in int___round___impl()
/third_party/python/Modules/
D_datetimemodule.c189 temp = _PyLong_DivmodNear(m, n); in divide_nearest()