Home
last modified time | relevance | path

Searched refs:_Py_c_pow (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dcomplexobject.h22 PyAPI_FUNC(Py_complex) _Py_c_pow(Py_complex, Py_complex);
/third_party/python/Objects/
Dcomplexobject.c127 _Py_c_pow(Py_complex a, Py_complex b) in _Py_c_pow() function
525 p = _Py_c_pow(a, b); in complex_pow()
/third_party/python/Doc/c-api/
Dcomplex.rst70 .. c:function:: Py_complex _Py_c_pow(Py_complex num, Py_complex exp)
/third_party/python/Doc/data/
Drefcounts.dat3059 _Py_c_pow:Py_complex:::
3060 _Py_c_pow:Py_complex:num::
3061 _Py_c_pow:Py_complex:exp::