Searched refs:PyNumber_InPlaceMultiply (Results 1 – 17 of 17) sorted by relevance
/external/python/cpython2/Include/ |
D | abstract.h | 929 PyAPI_FUNC(PyObject *) PyNumber_InPlaceMultiply(PyObject *o1, PyObject *o2);
|
/external/python/cpython3/Include/ |
D | abstract.h | 760 PyAPI_FUNC(PyObject *) PyNumber_InPlaceMultiply(PyObject *o1, PyObject *o2);
|
/external/python/cpython3/PC/ |
D | python3.def | 394 PyNumber_InPlaceMultiply=python37.PyNumber_InPlaceMultiply
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 825 PyNumber_InPlaceMultiply:PyObject*::+1: 826 PyNumber_InPlaceMultiply:PyObject*:v:0: 827 PyNumber_InPlaceMultiply:PyObject*:w:0:
|
/external/python/cpython3/Objects/ |
D | weakrefobject.c | 517 WRAP_BINARY(proxy_imul, PyNumber_InPlaceMultiply) in WRAP_BINARY()
|
D | abstract.c | 1129 PyNumber_InPlaceMultiply(PyObject *v, PyObject *w) in PyNumber_InPlaceMultiply() function
|
/external/python/cpython2/Objects/ |
D | weakrefobject.c | 517 WRAP_BINARY(proxy_imul, PyNumber_InPlaceMultiply) in WRAP_BINARY()
|
D | classobject.c | 1655 BINARY_INPLACE(instance_imul, "mul", PyNumber_InPlaceMultiply)
|
D | abstract.c | 1359 PyNumber_InPlaceMultiply(PyObject *v, PyObject *w) function
|
/external/python/cpython3/Doc/c-api/ |
D | number.rst | 150 .. c:function:: PyObject* PyNumber_InPlaceMultiply(PyObject *o1, PyObject *o2)
|
/external/python/cpython2/Modules/ |
D | operator.c | 110 spam2(op_imul , PyNumber_InPlaceMultiply) in spami()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 99 "PyNumber_InPlaceMultiply"
|
/external/python/cpython2/Doc/c-api/ |
D | number.rst | 152 .. c:function:: PyObject* PyNumber_InPlaceMultiply(PyObject *o1, PyObject *o2)
|
/external/python/cpython3/Modules/ |
D | _operator.c | 314 return PyNumber_InPlaceMultiply(a, b); in _operator_imul_impl()
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1436 PyNumber_InPlaceMultiply:PyObject*::+1: 1437 PyNumber_InPlaceMultiply:PyObject*:v:0: 1438 PyNumber_InPlaceMultiply:PyObject*:w:0:
|
/external/python/cpython3/Python/ |
D | ceval.c | 1421 PyObject *res = PyNumber_InPlaceMultiply(left, right); in _PyEval_EvalFrameDefault()
|
/external/python/cpython2/Python/ |
D | ceval.c | 1661 x = PyNumber_InPlaceMultiply(v, w); in PyEval_EvalFrameEx()
|