Home
last modified time | relevance | path

Searched refs:PyNumber_Power (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Include/
H A Dabstract.h467 PyAPI_FUNC(PyObject *) PyNumber_Power(PyObject *o1, PyObject *o2,
/third_party/python/PC/
H A Dpython3dll.c420 EXPORT_FUNC(PyNumber_Power)
/third_party/python/Objects/
H A Dweakrefobject.c514 WRAP_TERNARY(proxy_pow, PyNumber_Power)
H A Dabstract.c1152 PyNumber_Power(PyObject *v, PyObject *w, PyObject *z) in PyNumber_Power() function
1160 return PyNumber_Power(lhs, rhs, Py_None); in _PyNumber_PowerNoMod()
/third_party/python/Modules/
H A D_operator.c667 return PyNumber_Power(a, b, Py_None); in _operator_pow_impl()
/third_party/python/Python/
H A Dast_opt.c212 return PyNumber_Power(v, w, Py_None); in safe_power()
H A Dbltinmodule.c1967 return PyNumber_Power(base, exp, mod); in builtin_pow_impl()

Completed in 18 milliseconds