Searched refs:can_overflow (Results 1 – 6 of 6) sorted by relevance
| /third_party/rust/rust/library/core/tests/num/ |
| D | mod.rs | 125 fn can_overflow<T>(radix: u32, input: &str) -> bool in test_can_not_overflow() function 133 assert!(!can_overflow::<i8>(16, "F")); in test_can_not_overflow() 134 assert!(!can_overflow::<u8>(16, "FF")); in test_can_not_overflow() 136 assert!(!can_overflow::<i8>(10, "9")); in test_can_not_overflow() 137 assert!(!can_overflow::<u8>(10, "99")); in test_can_not_overflow() 176 assert!(can_overflow::<$t>(base, &max_len_string)); in test_can_not_overflow() 188 assert_eq!(can_overflow::<u128>(base, &max_len_string), base != 16); in test_can_not_overflow()
|
| /third_party/python/Modules/ |
| D | mathmodule.c | 1041 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/ |
| D | canon_dr.h | 202 int can_overflow; member
|
| D | fujitsu.h | 184 int can_overflow; member
|
| D | canon_dr.c | 1361 s->can_overflow = get_IN_overflow(in); in init_vpd() 1362 DBG (15, " overflow: %d\n", s->can_overflow); in init_vpd()
|
| D | fujitsu.c | 1449 s->can_overflow = get_IN_overflow(in); in init_vpd() 1450 DBG (15, " overflow: %d\n", s->can_overflow); in init_vpd()
|