Searched defs:can_overflow (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/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
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | mathmodule.c | 1041 int can_overflow) in math_1_to_whatever() 1116 math_1(PyObject *arg, double (*func) (double), int can_overflow) in math_1() 1156 #define FUNC1(funcname, func, can_overflow, docstring) \ argument
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | TypeSafeSignMath.h | 80 constexpr bool can_overflow = in greater_than_max() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/ |
H A D | Utils.h | 158 constexpr bool can_overflow = in greater_than_max() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/num/ |
H A D | mod.rs | 120 fn can_overflow<T>(radix: u32, input: &str) -> bool in test_can_not_overflow() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/num/ |
H A D | mod.rs | 120 fn can_overflow<T>(radix: u32, input: &str) -> bool in test_can_not_overflow() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/num/ |
H A D | mod.rs | 120 fn can_overflow<T>(radix: u32, input: &str) -> bool in test_can_not_overflow() function
|
/aosp_15_r20/external/executorch/backends/vulkan/runtime/utils/ |
H A D | VecUtils.h | 164 constexpr bool can_overflow = in greater_than_max() local
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/num/ |
H A D | mod.rs | 120 fn can_overflow<T>(radix: u32, input: &str) -> bool in test_can_not_overflow() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/num/ |
H A D | mod.rs | 120 fn can_overflow<T>(radix: u32, input: &str) -> bool in test_can_not_overflow() function
|