Searched refs:cmath_sinh_impl (Results 1 – 2 of 2) sorted by relevance
477 cmath_sinh_impl(PyObject *module, Py_complex z);491 _return_value = cmath_sinh_impl(module, z); in cmath_sinh()
136 static Py_complex cmath_sinh_impl(PyObject *, Py_complex);704 s = cmath_sinh_impl(module, s); in cmath_sin_impl()721 cmath_sinh_impl(PyObject *module, Py_complex z) in cmath_sinh_impl() function