Searched defs:can_overflow (Results 1 – 1 of 1) sorted by relevance
932 int can_overflow) in math_1_to_whatever()1011 math_1(PyObject *arg, double (*func) (double), int can_overflow) in math_1()1017 math_1_to_int(PyObject *arg, double (*func) (double), int can_overflow) in math_1_to_int()1059 #define FUNC1(funcname, func, can_overflow, docstring) \ argument