Searched refs:cmath_sqrt_impl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | cmathmodule.c | 137 static Py_complex cmath_sqrt_impl(PyObject *, Py_complex); 240 s1 = cmath_sqrt_impl(module, s1); in cmath_acos_impl() 243 s2 = cmath_sqrt_impl(module, s2); in cmath_acos_impl() 275 s1 = cmath_sqrt_impl(module, s1); in cmath_acosh_impl() 278 s2 = cmath_sqrt_impl(module, s2); in cmath_acosh_impl() 335 s1 = cmath_sqrt_impl(module, s1); in cmath_asinh_impl() 338 s2 = cmath_sqrt_impl(module, s2); in cmath_asinh_impl() 780 cmath_sqrt_impl(PyObject *module, Py_complex z) in cmath_sqrt_impl() function
|
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 519 cmath_sqrt_impl(PyObject *module, Py_complex z); 533 _return_value = cmath_sqrt_impl(module, z); in cmath_sqrt()
|