Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c437 static Py_complex exp_special_values[7][7]; variable
458 r = exp_special_values[special_type(z.real)] in c_exp()
1159 INIT_SPECIAL_VALUES(exp_special_values, { in initcmath()
/external/python/cpython3/Modules/
Dcmathmodule.c537 static Py_complex exp_special_values[7][7]; variable
565 r = exp_special_values[special_type(z.real)] in cmath_exp_impl()
1353 INIT_SPECIAL_VALUES(exp_special_values, { in PyInit_cmath()