Searched defs:can_overflow (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | mathmodule.c | 682 math_1(PyObject *arg, double (*func) (double), int can_overflow) in math_1() 790 #define FUNC1(funcname, func, can_overflow, docstring) \ argument
|
/external/python/cpython3/Modules/ |
D | mathmodule.c | 1031 int can_overflow) in math_1_to_whatever() 1106 math_1(PyObject *arg, double (*func) (double), int can_overflow) in math_1() 1146 #define FUNC1(funcname, func, can_overflow, docstring) \ argument
|