Home
last modified time | relevance | path

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

/third_party/python/Include/
Dabstract.h467 PyAPI_FUNC(PyObject *) PyNumber_Power(PyObject *o1, PyObject *o2,
/third_party/python/Doc/data/
Drefcounts.dat1528 PyNumber_Power:PyObject*::+1:
1529 PyNumber_Power:PyObject*:o1:0:
1530 PyNumber_Power:PyObject*:o2:0:
1531 PyNumber_Power:PyObject*:o3:0:
Dstable_abi.dat437 function,PyNumber_Power,3.2,
/third_party/python/Objects/
Dweakrefobject.c539 WRAP_TERNARY(proxy_pow, PyNumber_Power) in WRAP_BINARY()
Dabstract.c1150 PyNumber_Power(PyObject *v, PyObject *w, PyObject *z) in PyNumber_Power() function
/third_party/python/Doc/c-api/
Dnumber.rst73 .. c:function:: PyObject* PyNumber_Power(PyObject *o1, PyObject *o2, PyObject *o3)
/third_party/python/PC/
Dpython3dll.c413 EXPORT_FUNC(PyNumber_Power)
/third_party/python/Python/
Dast_opt.c197 return PyNumber_Power(v, w, Py_None); in safe_power()
Dbltinmodule.c1940 return PyNumber_Power(base, exp, mod); in builtin_pow_impl()
Dceval.c1991 PyObject *res = PyNumber_Power(base, exp, Py_None); in _PyEval_EvalFrameDefault()
/third_party/python/Modules/
D_operator.c665 return PyNumber_Power(a, b, Py_None); in _operator_pow_impl()
/third_party/python/Misc/
Dstable_abi.txt990 function PyNumber_Power
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