Lines Matching defs:module
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()
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()
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()
957 cmath_log_impl(PyObject *module, Py_complex x, PyObject *y_obj) in cmath_log_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()
1066 cmath_rect_impl(PyObject *module, double r, double phi) in cmath_rect_impl()
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()
1183 cmath_isclose_impl(PyObject *module, Py_complex a, Py_complex b, in cmath_isclose_impl()