Searched refs:PyNumber_Power (Results 1 – 24 of 24) sorted by relevance
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 293 PyNumber_Power
|
/external/python/cpython3/Include/ |
D | abstract.h | 444 PyAPI_FUNC(PyObject *) PyNumber_Power(PyObject *o1, PyObject *o2,
|
/external/python/cpython2/Include/ |
D | abstract.h | 737 PyAPI_FUNC(PyObject *) PyNumber_Power(PyObject *o1, PyObject *o2,
|
/external/python/cpython2/Doc/data/ |
D | refcounts.dat | 885 PyNumber_Power:PyObject*::+1: 886 PyNumber_Power:PyObject*:o1:0: 887 PyNumber_Power:PyObject*:o2:0: 888 PyNumber_Power:PyObject*:o3:0:
|
/external/python/cpython2/Python/ |
D | peephole.c | 105 newconst = PyNumber_Power(v, w, Py_None); in fold_binops_on_constants()
|
D | bltinmodule.c | 1570 return PyNumber_Power(v, w, z); in builtin_pow()
|
D | ceval.c | 1395 x = PyNumber_Power(v, w, Py_None); in PyEval_EvalFrameEx()
|
/external/python/cpython3/PC/ |
D | python3.def | 413 PyNumber_Power=python39.PyNumber_Power
|
/external/python/cpython2/Objects/ |
D | weakrefobject.c | 502 WRAP_TERNARY(proxy_pow, PyNumber_Power) in WRAP_BINARY()
|
D | classobject.c | 1887 return PyNumber_Power(v, w, Py_None); in bin_power()
|
D | abstract.c | 1253 PyNumber_Power(PyObject *v, PyObject *w, PyObject *z) function
|
/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1525 PyNumber_Power:PyObject*::+1: 1526 PyNumber_Power:PyObject*:o1:0: 1527 PyNumber_Power:PyObject*:o2:0: 1528 PyNumber_Power:PyObject*:o3:0:
|
/external/python/cpython3/Objects/ |
D | weakrefobject.c | 539 WRAP_TERNARY(proxy_pow, PyNumber_Power) in WRAP_BINARY()
|
D | abstract.c | 1090 PyNumber_Power(PyObject *v, PyObject *w, PyObject *z) in PyNumber_Power() function
|
/external/python/cpython2/Modules/ |
D | operator.c | 145 return PyNumber_Power(a1, a2, Py_None); in spami()
|
/external/python/cpython3/Doc/c-api/ |
D | number.rst | 73 .. c:function:: PyObject* PyNumber_Power(PyObject *o1, PyObject *o2, PyObject *o3)
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 138 "PyNumber_Power"
|
/external/python/cpython2/Doc/c-api/ |
D | number.rst | 72 .. c:function:: PyObject* PyNumber_Power(PyObject *o1, PyObject *o2, PyObject *o3)
|
/external/python/cpython3/Python/ |
D | ast_opt.c | 185 return PyNumber_Power(v, w, Py_None); in safe_power()
|
D | bltinmodule.c | 1822 return PyNumber_Power(base, exp, mod); in builtin_pow_impl()
|
D | ceval.c | 1607 PyObject *res = PyNumber_Power(base, exp, Py_None); in _PyEval_EvalFrameDefault()
|
/external/python/cpython3/Modules/ |
D | _operator.c | 652 return PyNumber_Power(a, b, Py_None); in _operator_pow_impl()
|
/external/python/cpython2/Misc/ |
D | HISTORY | 10857 - In PyNumber_Power(), remove unneeded and even harmful test for float 12265 - Fixed a bug in PyNumber_Power() that caused numeric arrays to fail
|
/external/python/cpython3/Misc/ |
D | HISTORY | 28236 - In PyNumber_Power(), remove unneeded and even harmful test for float 29644 - Fixed a bug in PyNumber_Power() that caused numeric arrays to fail
|