HomeSort by relevance Sort by last modified time
    Searched refs:_PyLong_DivmodNear (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Include/
longobject.h 119 /* _PyLong_DivmodNear. Given integers a and b, compute the nearest
125 PyAPI_FUNC(PyObject *) _PyLong_DivmodNear(PyObject *, PyObject *);
  /external/python/cpython3/Objects/
longobject.c     [all...]
  /external/python/cpython3/Modules/
_datetimemodule.c 175 temp = _PyLong_DivmodNear(m, n);
    [all...]

Completed in 113 milliseconds