Home
last modified time | relevance | path

Searched refs:PyNumber_InPlaceMultiply (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/
H A Dabstract.h565 PyAPI_FUNC(PyObject *) PyNumber_InPlaceMultiply(PyObject *o1, PyObject *o2);
/third_party/python/PC/
H A Dpython3dll.c404 EXPORT_FUNC(PyNumber_InPlaceMultiply)
/third_party/python/Objects/
H A Dweakrefobject.c528 WRAP_BINARY(proxy_imul, PyNumber_InPlaceMultiply)
H A Dabstract.c1282 PyNumber_InPlaceMultiply(PyObject *v, PyObject *w) in PyNumber_InPlaceMultiply() function
/third_party/python/Modules/
H A D_operator.c329 return PyNumber_InPlaceMultiply(a, b); in _operator_imul_impl()
/third_party/python/Python/
H A Dceval.c890 [NB_INPLACE_MULTIPLY] = PyNumber_InPlaceMultiply,

Completed in 22 milliseconds