Searched refs:cmath_asinh_impl (Results 1 – 2 of 2) sorted by relevance
141 cmath_asinh_impl(PyObject *module, Py_complex z);155 _return_value = cmath_asinh_impl(module, z); in cmath_asinh()
133 static Py_complex cmath_asinh_impl(PyObject *, Py_complex);300 s = cmath_asinh_impl(module, s); in cmath_asin_impl()316 cmath_asinh_impl(PyObject *module, Py_complex z) in cmath_asinh_impl() function