Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h141 cmath_asinh_impl(PyObject *module, Py_complex z);
155 _return_value = cmath_asinh_impl(module, z); in cmath_asinh()
/external/python/cpython3/Modules/
Dcmathmodule.c133 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