Searched defs:check_overflow (Results 1 – 10 of 10) sorted by relevance
| /third_party/mindspore/mindspore-src/source/tests/st/dump/ |
| D | test_ge_dump.py | 70 def check_acldump_wholegraph(abs_device_path, check_overflow=False, saved_data=None): argument 90 def check_ge_dump_structure_acl(dump_path, num_iteration, device_num=1, check_overflow=False, saved… argument
|
| D | dump_test_utils.py | 422 def check_ge_dump_structure(dump_path, num_iteration, device_num=1, check_overflow=False, saved_dat… argument
|
| /third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/ |
| D | misc.rs | 12 fn check_overflow(&self) -> bool; in check_overflow() method
|
| /third_party/rust/rust/compiler/rustc_codegen_llvm/src/ |
| D | context.rs | 45 pub check_overflow: bool, field 415 let check_overflow = tcx.sess.overflow_checks(); in new() localVariable 572 fn check_overflow(&self) -> bool { in check_overflow() method
|
| /third_party/rust/rust/compiler/rustc_codegen_gcc/src/ |
| D | context.rs | 30 pub check_overflow: bool, field 129 let check_overflow = tcx.sess.overflow_checks(); in new() localVariable 426 fn check_overflow(&self) -> bool { in check_overflow() method
|
| /third_party/rust/rust/compiler/rustc_mir_build/src/build/ |
| D | mod.rs | 173 check_overflow: bool, field 691 let mut check_overflow = attr::contains_name(attrs, sym::rustc_inherit_overflow_checks); in new() localVariable
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| D | lexer.cc | 370 const bool check_overflow = integer_part || set; in try_hex_float() local
|
| /third_party/python/Lib/test/ |
| D | test_array.py | 1266 def check_overflow(self, lower, upper): member in NumberTest
|
| /third_party/rust/crates/serde/serde/src/de/ |
| D | impls.rs | 2086 fn check_overflow<E>(secs: u64, nanos: u32) -> Result<(), E> in deserialize() function 2225 fn check_overflow<E>(secs: u64, nanos: u32) -> Result<(), E> in deserialize() function
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/mir/ |
| D | eval.rs | 989 let check_overflow = |r: i128| { in eval_rvalue() localVariable
|