Searched refs:cmath_cosh_impl (Results 1 – 2 of 2) sorted by relevance
309 cmath_cosh_impl(PyObject *module, Py_complex z);323 _return_value = cmath_cosh_impl(module, z); in cmath_cosh()
135 static Py_complex cmath_cosh_impl(PyObject *, Py_complex);469 r = cmath_cosh_impl(module, r); in cmath_cos_impl()484 cmath_cosh_impl(PyObject *module, Py_complex z) in cmath_cosh_impl() function