Searched refs:PyNumber_Remainder (Results 1 – 12 of 12) sorted by relevance
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 294 PyNumber_Remainder
|
/external/python/cpython2/Modules/ |
D | _randommodule.c | 421 remobj = PyNumber_Remainder(n, iobj); in random_jumpahead()
|
D | operator.c | 96 spam2(op_mod , PyNumber_Remainder) in spami()
|
/external/python/cpython2/Include/ |
D | abstract.h | 717 PyAPI_FUNC(PyObject *) PyNumber_Remainder(PyObject *o1, PyObject *o2);
|
/external/python/cpython2/Python/ |
D | peephole.c | 122 newconst = PyNumber_Remainder(v, w); in fold_binops_on_constants()
|
D | ceval.c | 1452 x = PyNumber_Remainder(v, w); in PyEval_EvalFrameEx()
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 890 PyNumber_Remainder:PyObject*::+1: 891 PyNumber_Remainder:PyObject*:o1:0: 892 PyNumber_Remainder:PyObject*:o2:0:
|
/external/python/cpython2/Objects/ |
D | weakrefobject.c | 498 WRAP_BINARY(proxy_mod, PyNumber_Remainder) in WRAP_BINARY()
|
D | classobject.c | 1644 BINARY(instance_mod, "mod", PyNumber_Remainder)
|
D | abstract.c | 1247 PyNumber_Remainder(PyObject *v, PyObject *w) function
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 136 "PyNumber_Remainder"
|
/external/python/cpython2/Doc/c-api/ |
D | number.rst | 58 .. c:function:: PyObject* PyNumber_Remainder(PyObject *o1, PyObject *o2)
|