Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c165 static Py_complex acosh_special_values[7][7]; variable
172 SPECIAL_VALUE(z, acosh_special_values); in c_acosh()
1119 INIT_SPECIAL_VALUES(acosh_special_values, { in initcmath()
/external/python/cpython3/Modules/
Dcmathmodule.c252 static Py_complex acosh_special_values[7][7]; variable
266 SPECIAL_VALUE(z, acosh_special_values); in cmath_acosh_impl()
1313 INIT_SPECIAL_VALUES(acosh_special_values, { in PyInit_cmath()