Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dcmathmodule.c495 static Py_complex log_special_values[7][7]; variable
531 SPECIAL_VALUE(z, log_special_values); in c_log()
1169 INIT_SPECIAL_VALUES(log_special_values, { in initcmath()
/external/python/cpython3/Modules/
Dcmathmodule.c596 static Py_complex log_special_values[7][7]; variable
632 SPECIAL_VALUE(z, log_special_values); in c_log()
1363 INIT_SPECIAL_VALUES(log_special_values, { in PyInit_cmath()