Searched refs:PyNumber_InPlaceFloorDivide (Results 1 – 10 of 10) sorted by relevance
576 PyAPI_FUNC(PyObject *) PyNumber_InPlaceFloorDivide(PyObject *o1,
554 WRAP_BINARY(proxy_ifloor_div, PyNumber_InPlaceFloorDivide) in WRAP_BINARY()
1248 PyNumber_InPlaceFloorDivide(PyObject *v, PyObject *w) in PyNumber_InPlaceFloorDivide() function
169 .. c:function:: PyObject* PyNumber_InPlaceFloorDivide(PyObject *o1, PyObject *o2)
394 EXPORT_FUNC(PyNumber_InPlaceFloorDivide)
417 function,PyNumber_InPlaceFloorDivide,3.2,
1455 PyNumber_InPlaceFloorDivide:PyObject*::+1:1456 PyNumber_InPlaceFloorDivide:PyObject*:v:0:1457 PyNumber_InPlaceFloorDivide:PyObject*:w:0:
353 return PyNumber_InPlaceFloorDivide(a, b); in _operator_ifloordiv_impl()
954 function PyNumber_InPlaceFloorDivide
2253 PyObject *quotient = PyNumber_InPlaceFloorDivide(dividend, divisor); in _PyEval_EvalFrameDefault()