Searched refs:PyNumber_InPlaceRemainder (Results 1 – 17 of 17) sorted by relevance
/external/python/cpython2/Include/ |
D | abstract.h | 969 PyAPI_FUNC(PyObject *) PyNumber_InPlaceRemainder(PyObject *o1, PyObject *o2);
|
/external/python/cpython3/Include/ |
D | abstract.h | 785 PyAPI_FUNC(PyObject *) PyNumber_InPlaceRemainder(PyObject *o1, PyObject *o2);
|
/external/python/cpython3/PC/ |
D | python3.def | 397 PyNumber_InPlaceRemainder=python37.PyNumber_InPlaceRemainder
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 838 PyNumber_InPlaceRemainder:PyObject*::+1: 839 PyNumber_InPlaceRemainder:PyObject*:v:0: 840 PyNumber_InPlaceRemainder:PyObject*:w:0:
|
/external/python/cpython3/Objects/ |
D | weakrefobject.c | 520 WRAP_BINARY(proxy_imod, PyNumber_InPlaceRemainder) in WRAP_BINARY()
|
D | abstract.c | 1165 PyNumber_InPlaceRemainder(PyObject *v, PyObject *w) in PyNumber_InPlaceRemainder() function
|
/external/python/cpython2/Objects/ |
D | weakrefobject.c | 521 WRAP_BINARY(proxy_imod, PyNumber_InPlaceRemainder) in WRAP_BINARY()
|
D | classobject.c | 1657 BINARY_INPLACE(instance_imod, "mod", PyNumber_InPlaceRemainder)
|
D | abstract.c | 1389 PyNumber_InPlaceRemainder(PyObject *v, PyObject *w) function
|
/external/python/cpython3/Doc/c-api/ |
D | number.rst | 182 .. c:function:: PyObject* PyNumber_InPlaceRemainder(PyObject *o1, PyObject *o2)
|
/external/python/cpython2/Modules/ |
D | operator.c | 114 spam2(op_imod , PyNumber_InPlaceRemainder) in spami()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 153 "PyNumber_InPlaceRemainder"
|
/external/python/cpython2/Doc/c-api/ |
D | number.rst | 186 .. c:function:: PyObject* PyNumber_InPlaceRemainder(PyObject *o1, PyObject *o2)
|
/external/python/cpython3/Modules/ |
D | _operator.c | 366 return PyNumber_InPlaceRemainder(a, b); in _operator_imod_impl()
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1449 PyNumber_InPlaceRemainder:PyObject*::+1: 1450 PyNumber_InPlaceRemainder:PyObject*:v:0: 1451 PyNumber_InPlaceRemainder:PyObject*:w:0:
|
/external/python/cpython3/Python/ |
D | ceval.c | 1469 PyObject *mod = PyNumber_InPlaceRemainder(left, right); in _PyEval_EvalFrameDefault()
|
/external/python/cpython2/Python/ |
D | ceval.c | 1712 x = PyNumber_InPlaceRemainder(v, w); in PyEval_EvalFrameEx()
|