Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c759 static Py_complex tanh_special_values[7][7]; variable
796 r = tanh_special_values[special_type(z.real)] in c_tanh()
1199 INIT_SPECIAL_VALUES(tanh_special_values, { in initcmath()
/external/python/cpython3/Modules/
Dcmathmodule.c870 static Py_complex tanh_special_values[7][7]; variable
914 r = tanh_special_values[special_type(z.real)] in cmath_tanh_impl()
1393 INIT_SPECIAL_VALUES(tanh_special_values, { in PyInit_cmath()