Home
last modified time | relevance | path

Searched refs:sinh_special_values (Results 1 – 2 of 2) 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()
/external/python/cpython3/Modules/
Dcmathmodule.c712 static Py_complex sinh_special_values[7][7]; variable
742 r = sinh_special_values[special_type(z.real)] in cmath_sinh_impl()
1373 INIT_SPECIAL_VALUES(sinh_special_values, { in PyInit_cmath()