Home
last modified time | relevance | path

Searched refs:PyNumber_Remainder (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/PC/os2vacpp/
Dpython.def294 PyNumber_Remainder
/external/python/cpython2/Modules/
D_randommodule.c421 remobj = PyNumber_Remainder(n, iobj); in random_jumpahead()
Doperator.c96 spam2(op_mod , PyNumber_Remainder) in spami()
/external/python/cpython2/Include/
Dabstract.h717 PyAPI_FUNC(PyObject *) PyNumber_Remainder(PyObject *o1, PyObject *o2);
/external/python/cpython2/Python/
Dpeephole.c122 newconst = PyNumber_Remainder(v, w); in fold_binops_on_constants()
Dceval.c1452 x = PyNumber_Remainder(v, w); in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/data/
Drefcounts.dat890 PyNumber_Remainder:PyObject*::+1:
891 PyNumber_Remainder:PyObject*:o1:0:
892 PyNumber_Remainder:PyObject*:o2:0:
/external/python/cpython2/Objects/
Dweakrefobject.c498 WRAP_BINARY(proxy_mod, PyNumber_Remainder) in WRAP_BINARY()
Dclassobject.c1644 BINARY(instance_mod, "mod", PyNumber_Remainder)
Dabstract.c1247 PyNumber_Remainder(PyObject *v, PyObject *w) function
/external/python/cpython2/PC/os2emx/
Dpython27.def136 "PyNumber_Remainder"
/external/python/cpython2/Doc/c-api/
Dnumber.rst58 .. c:function:: PyObject* PyNumber_Remainder(PyObject *o1, PyObject *o2)