Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c377 static Py_complex cosh_special_values[7][7]; variable
399 r = cosh_special_values[special_type(z.real)] in c_cosh()
1149 INIT_SPECIAL_VALUES(cosh_special_values, { in initcmath()