Home
last modified time | relevance | path

Searched defs:check_overflow (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/dump/
Dtest_ge_dump.py70 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
Ddump_test_utils.py422 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/
Dmisc.rs12 fn check_overflow(&self) -> bool; in check_overflow() method
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcontext.rs45 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/
Dcontext.rs30 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/
Dmod.rs173 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/
Dlexer.cc370 const bool check_overflow = integer_part || set; in try_hex_float() local
/third_party/python/Lib/test/
Dtest_array.py1266 def check_overflow(self, lower, upper): member in NumberTest
/third_party/rust/crates/serde/serde/src/de/
Dimpls.rs2086 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/
Deval.rs989 let check_overflow = |r: i128| { in eval_rvalue() localVariable