Lines Matching defs:module
18 cmath_acos(PyObject *module, PyObject *arg) in cmath_acos()
60 cmath_acosh(PyObject *module, PyObject *arg) in cmath_acosh()
102 cmath_asin(PyObject *module, PyObject *arg) in cmath_asin()
144 cmath_asinh(PyObject *module, PyObject *arg) in cmath_asinh()
186 cmath_atan(PyObject *module, PyObject *arg) in cmath_atan()
228 cmath_atanh(PyObject *module, PyObject *arg) in cmath_atanh()
270 cmath_cos(PyObject *module, PyObject *arg) in cmath_cos()
312 cmath_cosh(PyObject *module, PyObject *arg) in cmath_cosh()
354 cmath_exp(PyObject *module, PyObject *arg) in cmath_exp()
396 cmath_log10(PyObject *module, PyObject *arg) in cmath_log10()
438 cmath_sin(PyObject *module, PyObject *arg) in cmath_sin()
480 cmath_sinh(PyObject *module, PyObject *arg) in cmath_sinh()
522 cmath_sqrt(PyObject *module, PyObject *arg) in cmath_sqrt()
564 cmath_tan(PyObject *module, PyObject *arg) in cmath_tan()
606 cmath_tanh(PyObject *module, PyObject *arg) in cmath_tanh()
650 cmath_log(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in cmath_log()
687 cmath_phase(PyObject *module, PyObject *arg) in cmath_phase()
717 cmath_polar(PyObject *module, PyObject *arg) in cmath_polar()
745 cmath_rect(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in cmath_rect()
793 cmath_isfinite(PyObject *module, PyObject *arg) in cmath_isfinite()
821 cmath_isnan(PyObject *module, PyObject *arg) in cmath_isnan()
849 cmath_isinf(PyObject *module, PyObject *arg) in cmath_isinf()
893 cmath_isclose(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in cmath_isclose()