Home
last modified time | relevance | path

Searched refs:c_powi (Results 1 – 15 of 15) sorted by relevance

/dports/math/calc/calc-2.14.0.14/
H A Dcmath.h86 E_FUNC COMPLEX *c_powi(COMPLEX *c, NUMBER *q);
H A Dcomfunc.c54 c_powi(COMPLEX *c, NUMBER *q) in c_powi() function
H A Dvalue.c1899 vres->v_com = c_powi(v1->v_com, real_v2); in powvalue()
1969 vres->v_com = c_powi(v1->v_com, real_v2); in powvalue()
/dports/lang/python310/Python-3.10.1/Objects/
H A Dcomplexobject.c173 c_powi(Py_complex x, long n) in c_powi() function
522 p = c_powi(a, (long)b.real); in complex_pow()
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dcomplexobject.c170 c_powi(Py_complex x, long n) in c_powi() function
555 p = c_powi(a, int_exponent); in complex_pow()
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dcomplexobject.c170 c_powi(Py_complex x, long n) in c_powi() function
555 p = c_powi(a, int_exponent); in complex_pow()
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dcomplexobject.c170 c_powi(Py_complex x, long n) in c_powi() function
555 p = c_powi(a, int_exponent); in complex_pow()
/dports/lang/python37/Python-3.7.12/Objects/
H A Dcomplexobject.c163 c_powi(Py_complex x, long n) in c_powi() function
554 p = c_powi(a, int_exponent); in complex_pow()
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dcomplexobject.c175 c_powi(Py_complex x, long n) in c_powi() function
524 p = c_powi(a, (long)b.real); in complex_pow()
/dports/lang/python38/Python-3.8.12/Objects/
H A Dcomplexobject.c170 c_powi(Py_complex x, long n) in c_powi() function
555 p = c_powi(a, int_exponent); in complex_pow()
/dports/lang/python39/Python-3.9.9/Objects/
H A Dcomplexobject.c170 c_powi(Py_complex x, long n) in c_powi() function
537 p = c_powi(a, (long)b.real); in complex_pow()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dcomplexobject.c170 c_powi(Py_complex x, long n) in c_powi() function
555 p = c_powi(a, int_exponent); in complex_pow()
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dcomplexobject.c174 c_powi(Py_complex x, long n) in c_powi() function
671 p = c_powi(a,int_exponent); in complex_pow()
/dports/lang/python27/Python-2.7.18/Objects/
H A Dcomplexobject.c174 c_powi(Py_complex x, long n) in c_powi() function
671 p = c_powi(a,int_exponent); in complex_pow()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dcomplexobject.c170 c_powi(Py_complex x, long n) in c_powi() function
667 p = c_powi(a,int_exponent); in complex_pow()