Home
last modified time | relevance | path

Searched refs:PyNumber_Power (Results 1 – 24 of 24) sorted by relevance

/external/python/cpython2/PC/os2vacpp/
Dpython.def293 PyNumber_Power
/external/python/cpython3/Include/
Dabstract.h444 PyAPI_FUNC(PyObject *) PyNumber_Power(PyObject *o1, PyObject *o2,
/external/python/cpython2/Include/
Dabstract.h737 PyAPI_FUNC(PyObject *) PyNumber_Power(PyObject *o1, PyObject *o2,
/external/python/cpython2/Doc/data/
Drefcounts.dat885 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/
Dpeephole.c105 newconst = PyNumber_Power(v, w, Py_None); in fold_binops_on_constants()
Dbltinmodule.c1570 return PyNumber_Power(v, w, z); in builtin_pow()
Dceval.c1395 x = PyNumber_Power(v, w, Py_None); in PyEval_EvalFrameEx()
/external/python/cpython3/PC/
Dpython3.def413 PyNumber_Power=python39.PyNumber_Power
/external/python/cpython2/Objects/
Dweakrefobject.c502 WRAP_TERNARY(proxy_pow, PyNumber_Power) in WRAP_BINARY()
Dclassobject.c1887 return PyNumber_Power(v, w, Py_None); in bin_power()
Dabstract.c1253 PyNumber_Power(PyObject *v, PyObject *w, PyObject *z) function
/external/python/cpython3/Doc/data/
Drefcounts.dat1525 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/
Dweakrefobject.c539 WRAP_TERNARY(proxy_pow, PyNumber_Power) in WRAP_BINARY()
Dabstract.c1090 PyNumber_Power(PyObject *v, PyObject *w, PyObject *z) in PyNumber_Power() function
/external/python/cpython2/Modules/
Doperator.c145 return PyNumber_Power(a1, a2, Py_None); in spami()
/external/python/cpython3/Doc/c-api/
Dnumber.rst73 .. c:function:: PyObject* PyNumber_Power(PyObject *o1, PyObject *o2, PyObject *o3)
/external/python/cpython2/PC/os2emx/
Dpython27.def138 "PyNumber_Power"
/external/python/cpython2/Doc/c-api/
Dnumber.rst72 .. c:function:: PyObject* PyNumber_Power(PyObject *o1, PyObject *o2, PyObject *o3)
/external/python/cpython3/Python/
Dast_opt.c185 return PyNumber_Power(v, w, Py_None); in safe_power()
Dbltinmodule.c1822 return PyNumber_Power(base, exp, mod); in builtin_pow_impl()
Dceval.c1607 PyObject *res = PyNumber_Power(base, exp, Py_None); in _PyEval_EvalFrameDefault()
/external/python/cpython3/Modules/
D_operator.c652 return PyNumber_Power(a, b, Py_None); in _operator_pow_impl()
/external/python/cpython2/Misc/
DHISTORY10857 - 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/
DHISTORY28236 - In PyNumber_Power(), remove unneeded and even harmful test for float
29644 - Fixed a bug in PyNumber_Power() that caused numeric arrays to fail