Home
last modified time | relevance | path

Searched refs:can_overflow (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Modules/
Dmathmodule.c1041 int can_overflow) in math_1_to_whatever() argument
1055 if (can_overflow) in math_1_to_whatever()
1116 math_1(PyObject *arg, double (*func) (double), int can_overflow) in math_1() argument
1118 return math_1_to_whatever(arg, func, PyFloat_FromDouble, can_overflow); in math_1()
1156 #define FUNC1(funcname, func, can_overflow, docstring) \ argument
1158 return math_1(args, func, can_overflow); \
/third_party/backends/backend/
Dcanon_dr.h202 int can_overflow; member
Dfujitsu.h184 int can_overflow; member
Dcanon_dr.c1361 s->can_overflow = get_IN_overflow(in); in init_vpd()
1362 DBG (15, " overflow: %d\n", s->can_overflow); in init_vpd()
Dfujitsu.c1447 s->can_overflow = get_IN_overflow(in); in init_vpd()
1448 DBG (15, " overflow: %d\n", s->can_overflow); in init_vpd()