Searched refs:PyNumber_InPlaceMultiply (Results 1 – 10 of 10) sorted by relevance
565 PyAPI_FUNC(PyObject *) PyNumber_InPlaceMultiply(PyObject *o1, PyObject *o2);
553 WRAP_BINARY(proxy_imul, PyNumber_InPlaceMultiply) in WRAP_BINARY()
1285 PyNumber_InPlaceMultiply(PyObject *v, PyObject *w) in PyNumber_InPlaceMultiply() function
153 .. c:function:: PyObject* PyNumber_InPlaceMultiply(PyObject *o1, PyObject *o2)
397 EXPORT_FUNC(PyNumber_InPlaceMultiply)
420 function,PyNumber_InPlaceMultiply,3.2,
1467 PyNumber_InPlaceMultiply:PyObject*::+1:1468 PyNumber_InPlaceMultiply:PyObject*:v:0:1469 PyNumber_InPlaceMultiply:PyObject*:w:0:
327 return PyNumber_InPlaceMultiply(a, b); in _operator_imul_impl()
958 function PyNumber_InPlaceMultiply
2217 PyObject *res = PyNumber_InPlaceMultiply(left, right); in _PyEval_EvalFrameDefault()