Lines Matching refs:Py_complex
14 static Py_complex
15 cmath_acos_impl(PyObject *module, Py_complex z);
21 Py_complex z; in cmath_acos()
22 Py_complex _return_value; in cmath_acos()
56 static Py_complex
57 cmath_acosh_impl(PyObject *module, Py_complex z);
63 Py_complex z; in cmath_acosh()
64 Py_complex _return_value; in cmath_acosh()
98 static Py_complex
99 cmath_asin_impl(PyObject *module, Py_complex z);
105 Py_complex z; in cmath_asin()
106 Py_complex _return_value; in cmath_asin()
140 static Py_complex
141 cmath_asinh_impl(PyObject *module, Py_complex z);
147 Py_complex z; in cmath_asinh()
148 Py_complex _return_value; in cmath_asinh()
182 static Py_complex
183 cmath_atan_impl(PyObject *module, Py_complex z);
189 Py_complex z; in cmath_atan()
190 Py_complex _return_value; in cmath_atan()
224 static Py_complex
225 cmath_atanh_impl(PyObject *module, Py_complex z);
231 Py_complex z; in cmath_atanh()
232 Py_complex _return_value; in cmath_atanh()
266 static Py_complex
267 cmath_cos_impl(PyObject *module, Py_complex z);
273 Py_complex z; in cmath_cos()
274 Py_complex _return_value; in cmath_cos()
308 static Py_complex
309 cmath_cosh_impl(PyObject *module, Py_complex z);
315 Py_complex z; in cmath_cosh()
316 Py_complex _return_value; in cmath_cosh()
350 static Py_complex
351 cmath_exp_impl(PyObject *module, Py_complex z);
357 Py_complex z; in cmath_exp()
358 Py_complex _return_value; in cmath_exp()
392 static Py_complex
393 cmath_log10_impl(PyObject *module, Py_complex z);
399 Py_complex z; in cmath_log10()
400 Py_complex _return_value; in cmath_log10()
434 static Py_complex
435 cmath_sin_impl(PyObject *module, Py_complex z);
441 Py_complex z; in cmath_sin()
442 Py_complex _return_value; in cmath_sin()
476 static Py_complex
477 cmath_sinh_impl(PyObject *module, Py_complex z);
483 Py_complex z; in cmath_sinh()
484 Py_complex _return_value; in cmath_sinh()
518 static Py_complex
519 cmath_sqrt_impl(PyObject *module, Py_complex z);
525 Py_complex z; in cmath_sqrt()
526 Py_complex _return_value; in cmath_sqrt()
560 static Py_complex
561 cmath_tan_impl(PyObject *module, Py_complex z);
567 Py_complex z; in cmath_tan()
568 Py_complex _return_value; in cmath_tan()
602 static Py_complex
603 cmath_tanh_impl(PyObject *module, Py_complex z);
609 Py_complex z; in cmath_tanh()
610 Py_complex _return_value; in cmath_tanh()
647 cmath_log_impl(PyObject *module, Py_complex x, PyObject *y_obj);
653 Py_complex x; in cmath_log()
676 cmath_phase_impl(PyObject *module, Py_complex z);
682 Py_complex z; in cmath_phase()
705 cmath_polar_impl(PyObject *module, Py_complex z);
711 Py_complex z; in cmath_polar()
761 cmath_isfinite_impl(PyObject *module, Py_complex z);
767 Py_complex z; in cmath_isfinite()
788 cmath_isnan_impl(PyObject *module, Py_complex z);
794 Py_complex z; in cmath_isnan()
815 cmath_isinf_impl(PyObject *module, Py_complex z);
821 Py_complex z; in cmath_isinf()
857 cmath_isclose_impl(PyObject *module, Py_complex a, Py_complex b,
866 Py_complex a; in cmath_isclose()
867 Py_complex b; in cmath_isclose()