Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c607 static Py_complex sinh_special_values[7][7]; variable
630 r = sinh_special_values[special_type(z.real)] in c_sinh()
1179 INIT_SPECIAL_VALUES(sinh_special_values, { in initcmath()