Searched refs:tanh_special_values (Results 1 – 2 of 2) sorted by relevance
759 static Py_complex tanh_special_values[7][7]; variable796 r = tanh_special_values[special_type(z.real)] in c_tanh()1199 INIT_SPECIAL_VALUES(tanh_special_values, { in initcmath()
870 static Py_complex tanh_special_values[7][7]; variable914 r = tanh_special_values[special_type(z.real)] in cmath_tanh_impl()1393 INIT_SPECIAL_VALUES(tanh_special_values, { in PyInit_cmath()