Home
last modified time | relevance | path

Searched refs:cmath_sinh_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h477 cmath_sinh_impl(PyObject *module, Py_complex z);
491 _return_value = cmath_sinh_impl(module, z); in cmath_sinh()
/external/python/cpython3/Modules/
Dcmathmodule.c136 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