Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
H A Dlongobject.h39 /* _PyLong_DivmodNear. Given integers a and b, compute the nearest
45 PyAPI_FUNC(PyObject *) _PyLong_DivmodNear(PyObject *, PyObject *);
/third_party/python/Objects/
H A Dlongobject.c5492 _PyLong_DivmodNear(PyObject *a, PyObject *b) in _PyLong_DivmodNear() function
5643 temp = _PyLong_DivmodNear(self, result); in int___round___impl()
/third_party/python/Modules/
H A D_datetimemodule.c194 temp = _PyLong_DivmodNear(m, n); in divide_nearest()

Completed in 19 milliseconds