Lines Matching defs:z
189 #define SPECIAL_VALUE(z, table) \ argument
225 cmath_acos_impl(PyObject *module, Py_complex z) in cmath_acos_impl()
268 cmath_acosh_impl(PyObject *module, Py_complex z) in cmath_acosh_impl()
300 cmath_asin_impl(PyObject *module, Py_complex z) in cmath_asin_impl()
323 cmath_asinh_impl(PyObject *module, Py_complex z) in cmath_asinh_impl()
361 cmath_atan_impl(PyObject *module, Py_complex z) in cmath_atan_impl()
377 c_atan2(Py_complex z) in c_atan2()
414 cmath_atanh_impl(PyObject *module, Py_complex z) in cmath_atanh_impl()
469 cmath_cos_impl(PyObject *module, Py_complex z) in cmath_cos_impl()
491 cmath_cosh_impl(PyObject *module, Py_complex z) in cmath_cosh_impl()
553 cmath_exp_impl(PyObject *module, Py_complex z) in cmath_exp_impl()
606 c_log(Py_complex z) in c_log()
682 cmath_log10_impl(PyObject *module, Py_complex z) in cmath_log10_impl()
704 cmath_sin_impl(PyObject *module, Py_complex z) in cmath_sin_impl()
728 cmath_sinh_impl(PyObject *module, Py_complex z) in cmath_sinh_impl()
787 cmath_sqrt_impl(PyObject *module, Py_complex z) in cmath_sqrt_impl()
862 cmath_tan_impl(PyObject *module, Py_complex z) in cmath_tan_impl()
886 cmath_tanh_impl(PyObject *module, Py_complex z) in cmath_tanh_impl()
1010 cmath_phase_impl(PyObject *module, Py_complex z) in cmath_phase_impl()
1035 cmath_polar_impl(PyObject *module, Py_complex z) in cmath_polar_impl()
1076 Py_complex z; in cmath_rect_impl() local
1132 cmath_isfinite_impl(PyObject *module, Py_complex z) in cmath_isfinite_impl()
1145 cmath_isnan_impl(PyObject *module, Py_complex z) in cmath_isnan_impl()
1158 cmath_isinf_impl(PyObject *module, Py_complex z) in cmath_isinf_impl()