Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dcmathmodule.c.h351 cmath_exp_impl(PyObject *module, Py_complex z);
365 _return_value = cmath_exp_impl(module, z); in cmath_exp()
/external/python/cpython3/Modules/
Dcmathmodule.c546 cmath_exp_impl(PyObject *module, Py_complex z) in cmath_exp_impl() function