HomeSort by relevance Sort by last modified time
    Searched full:plus (Results 76 - 100 of 5741) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/compiler-rt/test/ubsan/TestCases/Integer/
incdec-overflow.cpp 1 // RUN: %clangxx -DOP=n++ -fsanitize=signed-integer-overflow %s -o %t1 && %run %t1 2>&1 | FileCheck %s --check-prefix=PLUS
2 // RUN: %clangxx -DOP=++n -fsanitize=signed-integer-overflow %s -o %t2 && %run %t2 2>&1 | FileCheck %s --check-prefix=PLUS
14 // PLUS: incdec-overflow.cpp:[[@LINE-1]]:3: runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int'
  /external/markdown/MarkdownTest/Tests_2004/
Backslash escapes.html 31 <p>Plus: +</p>
65 Plus: \+
100 <p>Plus: <code>\+</code></p>
Backslash escapes.text-out 24 <p>Plus: +</p>
56 Plus: \+
76 <p>Plus: <code>\+</code></p>
Backslash escapes.text-res 24 <p>Plus: +</p>
56 Plus: \+
76 <p>Plus: <code>\+</code></p>
  /external/markdown/tests/markdown-test/
backlash-escapes.html 16 <p>Plus: +</p>
47 Plus: \+
66 <p>Plus: <code>\+</code></p>
  /external/antlr/antlr-3.4/runtime/Python/tests/
t047treeparserWalker.g 59 | ^(PLUS expr expr)
  /external/autotest/client/site_tests/hardware_Memtester/
control 15 to test is all of the free memory plus buffer and cache region with 30MB
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
EncodableDigest.java 6 * internal state of the digest, plus the last few blocks of the message are all that needs to be sent, rather than the
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
flow_event.py 9 """A FlowEvent represents an interval of time plus parameters associated
  /external/clang/test/Parser/
eof.cpp 11 // plus EOF after the template keyword.
eof2.cpp 11 // plus EOF after the '<' token.
  /external/llvm/test/CodeGen/X86/
insertps-O0-bug.ll 4 ; used by an INSERTPS into a scalar load plus scalar_to_vector.
8 ; scalar load plus scalar_to_vector. This would allow ISel to match the
9 ; INSERTPSrm variant rather than a load plus INSERTPSrr.
34 ; canonicalized into a scalar load plus scalar_to_vector (a movss).
  /external/llvm/test/MC/Mips/
mips-diagnostic-fixup.s 10 .space 131072 - 8, 1 # -8 = size of b instr plus size of automatically inserted nop
  /external/skia/src/gpu/batches/
GrTessellatingPathRenderer.h 14 * Subclass that renders the path by converting to screen-space trapezoids plus
  /external/v8/src/crankshaft/
hydrogen-redundant-phi.h 14 // Replace all phis consisting of a single non-loop operand plus any number of
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Point.java 48 public Point plus(float x, float y) { method in class:Point
52 public Point plus(Point point) { method in class:Point
53 return this.plus(point.x, point.y);
106 return this.minus(center).rotated(radians).plus(center);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-bpo3.s 3 # Base-plus-offset without -linker-allocated-gregs.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-2m.d 8 # Just a simple linker-allocated GREG plus one explicit GREG.
  /external/llvm/test/Bindings/OCaml/
executionengine.ml 38 let fn = define_function "plus" (function_type i32_type [| i32_type;
52 (* add plus *)
83 (* call plus *)
85 let cplus = get_function_address "plus" cplusty ee in
86 if 4l <> cplus 2l 2l then bomb "plus didn't work";
  /art/test/107-int-math2/src/
Main.java 571 static int testIntCompare(int minus, int plus, int plus2, int zero) {
574 if (minus > plus)
576 if (minus >= plus)
578 if (plus < minus)
580 if (plus <= minus)
582 if (plus == minus)
584 if (plus != plus2)
588 if (plus != minus) {
598 if (plus < 0)
600 if (plus <= 0
    [all...]
  /external/boringssl/src/crypto/chacha/
chacha_generic.c 32 #define PLUS(x, y) ((x) + (y))
33 #define PLUSONE(v) (PLUS((v), 1))
49 x[a] = PLUS(x[a],x[b]); x[d] = ROTATE(XOR(x[d],x[a]),16); \
50 x[c] = PLUS(x[c],x[d]); x[b] = ROTATE(XOR(x[b],x[c]),12); \
51 x[a] = PLUS(x[a],x[b]); x[d] = ROTATE(XOR(x[d],x[a]), 8); \
52 x[c] = PLUS(x[c],x[d]); x[b] = ROTATE(XOR(x[b],x[c]), 7);
80 x[i] = PLUS(x[i], input[i]);
  /external/markdown/MarkdownTest/Tests_2007/
Backslash escapes.html 31 <p>Plus: +</p>
65 Plus: \+
100 <p>Plus: <code>\+</code></p>
  /prebuilts/go/darwin-x86/doc/
help.html 34 <h3 id="pluscom"><a href="https://plus.google.com/communities/114112804251407510571">The Go+ community</a></h3>
37 <h3 id="plus"><a href="https://plus.google.com/101406623878176903605/posts">The Go Programming Language at Google+</a></h3>
  /prebuilts/go/linux-x86/doc/
help.html 34 <h3 id="pluscom"><a href="https://plus.google.com/communities/114112804251407510571">The Go+ community</a></h3>
37 <h3 id="plus"><a href="https://plus.google.com/101406623878176903605/posts">The Go Programming Language at Google+</a></h3>
  /art/test/140-field-packing/src/
GapOrderBase.java 21 // This class has a size of 9 bytes: 8 for object plus 1 for the field 'b'.

Completed in 5207 milliseconds

1 2 34 5 6 7 8 91011>>