Home
last modified time | relevance | path

Searched refs:overflowing (Results 1 – 25 of 48) sorted by relevance

12

/external/rust/crates/num-integer/benches/
Daverage.rs200 fn overflowing() -> Vec<($T, $T)> {
256 mod overflowing {
262 let v = overflowing();
268 let v = overflowing();
274 let v = overflowing();
280 let v = overflowing();
349 mod overflowing {
355 let v = overflowing();
361 let v = overflowing();
367 let v = overflowing();
[all …]
/external/mesa3d/src/intel/genxml/
DREADME8 compiler also has to generate code to mask out overflowing values
10 never writes overflowing values so that's not needed. On the
43 overflowing values to the fields, but we've of course had lots of
44 cases where we make mistakes and write overflowing values. With
/external/rust/crates/num-traits/src/ops/
Dmod.rs4 pub mod overflowing; module
/external/fonttools/Lib/fontTools/pens/
DttGlyphPen.py117 overflowing = any(s > 2 or s < -2
128 (self.handleOverflowingTransforms and overflowing)):
/external/curl/tests/data/
Dtest123618 [] globbing overflowing the range counter
/external/llvm-project/llvm/test/Instrumentation/MemorySanitizer/X86/
Dvararg-too-large.ll5 ; Test that MSan doesn't generate code overflowing __msan_va_arg_tls when too many arguments are
/external/rust/crates/serde_json/
DCargo.toml.orig79 # structures without any consideration for overflowing the stack. When using
/external/llvm-project/llvm/test/Instrumentation/MemorySanitizer/Mips/
Dvararg-mips64el.ll56 ; Test that MSan doesn't generate code overflowing __msan_va_arg_tls when too many arguments are
Dvararg-mips64.ll57 ; Test that MSan doesn't generate code overflowing __msan_va_arg_tls when too many arguments are
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
DLinalgStructuredOpsInterface.td265 && "overflowing output buffer index");
349 assert(i < getNumInputsAndOutputBuffers() && "overflowing buffers index");
428 assert(i < $_op.getNumInitTensors() && "overflowing init tensor index");
442 assert(i < $_op.getNumShapedOperands() && "overflowing shaped operand index");
/external/llvm-project/llvm/test/Instrumentation/MemorySanitizer/AArch64/
Dvararg.ll79 ; Test that MSan doesn't generate code overflowing __msan_va_arg_tls when too many arguments are
/external/llvm-project/llvm/test/Instrumentation/MemorySanitizer/PowerPC/
Dvararg-ppc64le.ll97 ; Test that MSan doesn't generate code overflowing __msan_va_arg_tls when too many arguments are
Dvararg-ppc64.ll99 ; Test that MSan doesn't generate code overflowing __msan_va_arg_tls when too many arguments are
/external/deqp/doc/testspecs/GLES31/
Dfunctional.geometry_shading.txt112 buffer-overflowing primitive feedback result is not partially written to the
/external/arm-trusted-firmware/docs/security_advisories/
Dsecurity-advisory-tfv-4.rst85 sum of ``image_src`` and ``block_size`` overflowing a 32-bit type, which
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dchlo_legalize_to_hlo_patterns.td258 // The second formulation avoids overflowing when e^x = inf but (e^x)/2 is not.
/external/llvm-project/llvm/test/CodeGen/X86/
Dsse-regcall.ll184 ; Test that parameters, overflowing register capacity, are passed through the stack
Dvec_setcc-2.ll496 ; make sure that we are not getting it wrong by overflowing.
/external/llvm-project/llvm/test/Instrumentation/MemorySanitizer/SystemZ/
Dvararg.ll99 ; Test that MSan doesn't generate code overflowing __msan_va_arg_tls when too many arguments are
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.def174 /// overflowing conversion matches the overflowing behavior of a target's native
/external/skqp/site/dev/contrib/
Dstyle.md443 If function arguments or parameters do not all fit on one line, the overflowing
/external/gemmlowp/doc/
Dlow-precision.md90 step 5. risks overflowing. That concern is avoided in the currently recommended
/external/skia/site/docs/dev/contrib/
Dstyle.md505 If function arguments or parameters do not all fit on one line, the overflowing
/external/llvm-project/compiler-rt/lib/builtins/
Dfp_div_impl.inc283 // of overflowing by one extra Ulp of x_UQ0.
/external/perfetto/ui/src/assets/
Drecord.scss925 // 510px and not 500px, so the overflowing line gets truncated, giving

12