Searched refs:cosh_special_values (Results 1 – 2 of 2) sorted by relevance
377 static Py_complex cosh_special_values[7][7]; variable399 r = cosh_special_values[special_type(z.real)] in c_cosh()1149 INIT_SPECIAL_VALUES(cosh_special_values, { in initcmath()
475 static Py_complex cosh_special_values[7][7]; variable504 r = cosh_special_values[special_type(z.real)] in cmath_cosh_impl()1343 INIT_SPECIAL_VALUES(cosh_special_values, { in PyInit_cmath()