Lines Matching defs:z
182 #define SPECIAL_VALUE(z, table) \ argument
218 cmath_acos_impl(PyObject *module, Py_complex z) in cmath_acos_impl()
261 cmath_acosh_impl(PyObject *module, Py_complex z) in cmath_acosh_impl()
293 cmath_asin_impl(PyObject *module, Py_complex z) in cmath_asin_impl()
316 cmath_asinh_impl(PyObject *module, Py_complex z) in cmath_asinh_impl()
354 cmath_atan_impl(PyObject *module, Py_complex z) in cmath_atan_impl()
370 c_atan2(Py_complex z) in c_atan2()
407 cmath_atanh_impl(PyObject *module, Py_complex z) in cmath_atanh_impl()
462 cmath_cos_impl(PyObject *module, Py_complex z) in cmath_cos_impl()
484 cmath_cosh_impl(PyObject *module, Py_complex z) in cmath_cosh_impl()
546 cmath_exp_impl(PyObject *module, Py_complex z) in cmath_exp_impl()
599 c_log(Py_complex z) in c_log()
675 cmath_log10_impl(PyObject *module, Py_complex z) in cmath_log10_impl()
697 cmath_sin_impl(PyObject *module, Py_complex z) in cmath_sin_impl()
721 cmath_sinh_impl(PyObject *module, Py_complex z) in cmath_sinh_impl()
780 cmath_sqrt_impl(PyObject *module, Py_complex z) in cmath_sqrt_impl()
855 cmath_tan_impl(PyObject *module, Py_complex z) in cmath_tan_impl()
879 cmath_tanh_impl(PyObject *module, Py_complex z) in cmath_tanh_impl()
1003 cmath_phase_impl(PyObject *module, Py_complex z) in cmath_phase_impl()
1028 cmath_polar_impl(PyObject *module, Py_complex z) in cmath_polar_impl()
1069 Py_complex z; in cmath_rect_impl() local
1125 cmath_isfinite_impl(PyObject *module, Py_complex z) in cmath_isfinite_impl()
1138 cmath_isnan_impl(PyObject *module, Py_complex z) in cmath_isnan_impl()
1151 cmath_isinf_impl(PyObject *module, Py_complex z) in cmath_isinf_impl()