Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c217 static Py_complex asinh_special_values[7][7]; variable
224 SPECIAL_VALUE(z, asinh_special_values); in c_asinh()
1129 INIT_SPECIAL_VALUES(asinh_special_values, { in initcmath()
/external/python/cpython3/Modules/
Dcmathmodule.c307 static Py_complex asinh_special_values[7][7]; variable
321 SPECIAL_VALUE(z, asinh_special_values); in cmath_asinh_impl()
1323 INIT_SPECIAL_VALUES(asinh_special_values, { in PyInit_cmath()