Searched refs:can_overflow (Results 1 – 1 of 1) sorted by relevance
| /third_party/python/Modules/ |
| D | mathmodule.c | 1031 int can_overflow) in math_1_to_whatever() argument 1045 if (can_overflow) in math_1_to_whatever() 1106 math_1(PyObject *arg, double (*func) (double), int can_overflow) in math_1() argument 1108 return math_1_to_whatever(arg, func, PyFloat_FromDouble, can_overflow); in math_1() 1146 #define FUNC1(funcname, func, can_overflow, docstring) \ argument 1148 return math_1(args, func, can_overflow); \
|