Home
last modified time | relevance | path

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

/external/python/cpython2/PC/os2vacpp/
Dpython.def294 PyNumber_Remainder
/external/python/cpython2/Modules/
D_randommodule.c430 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/cpython3/Include/
Dabstract.h649 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.c1463 x = PyNumber_Remainder(v, w); in PyEval_EvalFrameEx()
/external/python/cpython3/PC/
Dpython3.def412 PyNumber_Remainder=python37.PyNumber_Remainder
/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/cpython3/Objects/
Dweakrefobject.c501 WRAP_BINARY(proxy_mod, PyNumber_Remainder) in WRAP_BINARY()
Drangeobject.c370 tmp2 = PyNumber_Remainder(tmp1, r->step); in range_contains_long()
Dabstract.c1023 PyNumber_Remainder(PyObject *v, PyObject *w) in PyNumber_Remainder() function
/external/python/cpython2/Objects/
Dweakrefobject.c500 WRAP_BINARY(proxy_mod, PyNumber_Remainder) in WRAP_BINARY()
Dclassobject.c1643 BINARY(instance_mod, "mod", PyNumber_Remainder)
Dabstract.c1247 PyNumber_Remainder(PyObject *v, PyObject *w) function
/external/python/cpython3/Doc/c-api/
Dnumber.rst56 .. c:function:: PyObject* PyNumber_Remainder(PyObject *o1, PyObject *o2)
/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)
/external/python/cpython3/Modules/
D_operator.c129 return PyNumber_Remainder(a, b); in _operator_mod_impl()
D_datetimemodule.c2260 pyus_remainder = PyNumber_Remainder(pyus_left, pyus_right); in delta_remainder()
/external/python/cpython3/Python/
Dast_opt.c251 return PyNumber_Remainder(v, w); in safe_mod()
Dceval.c1262 res = PyNumber_Remainder(dividend, divisor); in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/data/
Drefcounts.dat1502 PyNumber_Remainder:PyObject*::+1:
1503 PyNumber_Remainder:PyObject*:o1:0:
1504 PyNumber_Remainder:PyObject*:o2:0: