Searched defs:can_overflow (Results 1 – 4 of 4) sorted by relevance
80 constexpr bool can_overflow = in greater_than_max() local
158 constexpr bool can_overflow = in greater_than_max() local
164 constexpr bool can_overflow = in greater_than_max() local
961 math_1(PyObject *arg, double (*func) (double), int can_overflow) in math_1()1070 #define FUNC1(funcname, func, can_overflow, docstring) \ argument