Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c55 static Py_complex c_sqrt(Py_complex);
148 s1 = c_sqrt(s1); in c_acos()
151 s2 = c_sqrt(s2); in c_acos()
181 s1 = c_sqrt(s1); in c_acosh()
184 s2 = c_sqrt(s2); in c_acosh()
238 s1 = c_sqrt(s1); in c_asinh()
241 s2 = c_sqrt(s2); in c_asinh()
667 c_sqrt(Py_complex z) in c_sqrt() function
912 FUNC1(cmath_sqrt, c_sqrt) in FUNC1()