Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dcmathmodule.c1059 static Py_complex rect_special_values[7][7]; variable
1096 z = rect_special_values[special_type(r)] in cmath_rect_impl()
1403 INIT_SPECIAL_VALUES(rect_special_values, { in PyInit_cmath()
/external/python/cpython2/Modules/
Dcmathmodule.c971 static Py_complex rect_special_values[7][7]; variable
1000 z = rect_special_values[special_type(r)] in cmath_rect()
1209 INIT_SPECIAL_VALUES(rect_special_values, { in initcmath()