Searched refs:can_overflow (Results 1 – 4 of 4) sorted by relevance
80 constexpr bool can_overflow = in greater_than_max() local82 return can_overflow && x > std::numeric_limits<Limit>::max(); in greater_than_max()
158 constexpr bool can_overflow = in greater_than_max() local160 return can_overflow && x > std::numeric_limits<Limit>::max(); in greater_than_max()
164 constexpr bool can_overflow = in greater_than_max() local166 return can_overflow && x > std::numeric_limits<Limit>::max(); in greater_than_max()
961 math_1(PyObject *arg, double (*func) (double), int can_overflow) in math_1() argument975 if (can_overflow) in math_1()1070 #define FUNC1(funcname, func, can_overflow, docstring) \ argument1072 return math_1(args, func, can_overflow); \