Lines Matching refs:INIT_SPECIAL_VALUES
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()
1199 INIT_SPECIAL_VALUES(tanh_special_values, { in initcmath()
1209 INIT_SPECIAL_VALUES(rect_special_values, { in initcmath()