Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h309 cmath_cosh_impl(PyObject *module, Py_complex z);
323 _return_value = cmath_cosh_impl(module, z); in cmath_cosh()
/external/python/cpython3/Modules/
Dcmathmodule.c135 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