Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c124 static Py_complex acos_special_values[7][7]; variable
131 SPECIAL_VALUE(z, acos_special_values); in c_acos()
1109 INIT_SPECIAL_VALUES(acos_special_values, { in initcmath()
/external/python/cpython3/Modules/
Dcmathmodule.c206 static Py_complex acos_special_values[7][7]; variable
223 SPECIAL_VALUE(z, acos_special_values); in cmath_acos_impl()
1303 INIT_SPECIAL_VALUES(acos_special_values, { in PyInit_cmath()