Searched refs:PyNumber_Remainder (Results 1 – 23 of 23) sorted by relevance
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 294 PyNumber_Remainder
|
/external/python/cpython2/Modules/ |
D | _randommodule.c | 430 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/cpython3/Include/ |
D | abstract.h | 649 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 | 1463 x = PyNumber_Remainder(v, w); in PyEval_EvalFrameEx()
|
/external/python/cpython3/PC/ |
D | python3.def | 412 PyNumber_Remainder=python37.PyNumber_Remainder
|
/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/cpython3/Objects/ |
D | weakrefobject.c | 501 WRAP_BINARY(proxy_mod, PyNumber_Remainder) in WRAP_BINARY()
|
D | rangeobject.c | 370 tmp2 = PyNumber_Remainder(tmp1, r->step); in range_contains_long()
|
D | abstract.c | 1023 PyNumber_Remainder(PyObject *v, PyObject *w) in PyNumber_Remainder() function
|
/external/python/cpython2/Objects/ |
D | weakrefobject.c | 500 WRAP_BINARY(proxy_mod, PyNumber_Remainder) in WRAP_BINARY()
|
D | classobject.c | 1643 BINARY(instance_mod, "mod", PyNumber_Remainder)
|
D | abstract.c | 1247 PyNumber_Remainder(PyObject *v, PyObject *w) function
|
/external/python/cpython3/Doc/c-api/ |
D | number.rst | 56 .. c:function:: PyObject* PyNumber_Remainder(PyObject *o1, PyObject *o2)
|
/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)
|
/external/python/cpython3/Modules/ |
D | _operator.c | 129 return PyNumber_Remainder(a, b); in _operator_mod_impl()
|
D | _datetimemodule.c | 2260 pyus_remainder = PyNumber_Remainder(pyus_left, pyus_right); in delta_remainder()
|
/external/python/cpython3/Python/ |
D | ast_opt.c | 251 return PyNumber_Remainder(v, w); in safe_mod()
|
D | ceval.c | 1262 res = PyNumber_Remainder(dividend, divisor); in _PyEval_EvalFrameDefault()
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1502 PyNumber_Remainder:PyObject*::+1: 1503 PyNumber_Remainder:PyObject*:o1:0: 1504 PyNumber_Remainder:PyObject*:o2:0:
|