Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c271 c_atan2(Py_complex z) in c_atan2() function
925 phi = c_atan2(z); in FUNC1()
946 phi = c_atan2(z); /* should not cause any exception */ in cmath_polar()
/external/python/cpython3/Modules/
Dcmathmodule.c370 c_atan2(Py_complex z) in c_atan2() function
1012 phi = c_atan2(z); in cmath_phase_impl()
1039 phi = c_atan2(z); /* should not cause any exception */ in cmath_polar_impl()