Searched refs:INIT_SPECIAL_VALUES (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Modules/ |
D | cmathmodule.c | 1106 #define INIT_SPECIAL_VALUES(NAME, BODY) { Py_complex* p = (Py_complex*)NAME; BODY } in initcmath() macro 1109 INIT_SPECIAL_VALUES(acos_special_values, { in initcmath() 1119 INIT_SPECIAL_VALUES(acosh_special_values, { in initcmath() 1129 INIT_SPECIAL_VALUES(asinh_special_values, { in initcmath() 1139 INIT_SPECIAL_VALUES(atanh_special_values, { in initcmath() 1149 INIT_SPECIAL_VALUES(cosh_special_values, { in initcmath() 1159 INIT_SPECIAL_VALUES(exp_special_values, { in initcmath() 1169 INIT_SPECIAL_VALUES(log_special_values, { in initcmath() 1179 INIT_SPECIAL_VALUES(sinh_special_values, { in initcmath() 1189 INIT_SPECIAL_VALUES(sqrt_special_values, { in initcmath() [all …]
|