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 | 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/cpython3/Include/ |
D | abstract.h | 777 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/cpython3/PC/ |
D | python3.def | 412 PyNumber_Remainder=python36.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/Doc/data/ |
D | refcounts.dat | 901 PyNumber_Remainder:PyObject*::+1: 902 PyNumber_Remainder:PyObject*:o1:0: 903 PyNumber_Remainder:PyObject*:o2:0:
|
/external/python/cpython3/Python/ |
D | peephole.c | 260 newconst = PyNumber_Remainder(v, w); in fold_binops_on_constants()
|
D | ceval.c | 1419 res = PyNumber_Remainder(dividend, divisor); in _PyEval_EvalFrameDefault()
|
/external/python/cpython3/Objects/ |
D | weakrefobject.c | 501 WRAP_BINARY(proxy_mod, PyNumber_Remainder) in WRAP_BINARY()
|
D | rangeobject.c | 399 tmp2 = PyNumber_Remainder(tmp1, r->step); in range_contains_long()
|
D | abstract.c | 981 PyNumber_Remainder(PyObject *v, PyObject *w) in PyNumber_Remainder() function
|
/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/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 | 75 spam2(op_mod , PyNumber_Remainder) in spami()
|
D | _datetimemodule.c | 2009 pyus_remainder = PyNumber_Remainder(pyus_left, pyus_right); in delta_remainder()
|