HomeSort by relevance Sort by last modified time
    Searched full:subtraction (Results 1 - 25 of 436) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/
README.md 4 operations such as addition, multiplication, subtraction and division.
  /external/llvm/test/MC/ARM/
cmp-immediate-fixup-error2.s 5 @ CHECK: error: symbol 'unknownLabel' can not be undefined in a subtraction expression
  /external/llvm/test/MC/COFF/
bad-expr.s 3 // CHECK: symbol '__ImageBase' can not be undefined in a subtraction expression
  /external/llvm/test/MC/ELF/
bad-expr.s 4 // CHECK: symbol '__executable_start' can not be undefined in a subtraction expression
subtraction-error.s 8 ; CHECK: symbol 'a' could not be evaluated in a subtraction expression
  /external/llvm/test/MC/MachO/
bad-darwin-x86_64-diff-relocs.s 5 // CHECK-ERROR: unsupported relocation with subtraction expression
  /external/clang/test/Sema/
empty1.c 42 // Checks for pointer subtraction (PR15683)
47 return v - v; // expected-warning {{subtraction of pointers to type 'struct emp_1' of zero size has undefined behavior}}
51 return 1 + x - x; // expected-warning {{subtraction of pointers to type 'struct emp_1' of zero size has undefined behavior}}
55 return x - y; // expected-warning {{subtraction of pointers to type 'struct emp_1' of zero size has undefined behavior}}
59 return x - y; // expected-warning {{subtraction of pointers to type 'struct emp_1' of zero size has undefined behavior}}
63 return x - y; // expected-warning {{subtraction of pointers to type 'struct emp_1' of zero size has undefined behavior}}
68 return v - v; // expected-warning {{subtraction of pointers to type 'union emp_2' of zero size has undefined behavior}}
78 return x - y; // expected-warning {{subtraction of pointers to type 'struct emp_1 [10]' of zero size has undefined behavior}}
86 return x - y; // expected-warning {{subtraction of pointers to type 'int [0]' of zero size has undefined behavior}}
  /external/llvm/test/CodeGen/SystemZ/
fp-sub-03.ll 1 ; Test 128-bit floating-point subtraction.
5 ; There is no memory form of 128-bit subtraction.
atomicrmw-sub-03.ll 5 ; Check subtraction of a variable.
19 ; Check subtraction of 1, which can use AHI.
69 ; Check subtraction of -1, which can use AHI.
atomicrmw-sub-01.ll 7 ; Check subtraction of a variable.
77 ; Check subtraction of -1. We add 0x01000000 to the rotated word.
91 ; Check subtraction of -1. We add 0xff000000 to the rotated word.
119 ; Check subtraction of a large unsigned value. We add 0x02000000 to the
atomicrmw-sub-02.ll 7 ; Check subtraction of a variable.
77 ; Check subtraction of -1. We add 0x00010000 to the rotated word.
91 ; Check subtraction of 1. We add 0xffff0000 to the rotated word.
119 ; Check subtraction of a large unsigned value. We add 0x00020000 to the
int-sub-08.ll 1 ; Test the three-operand forms of subtraction.
int-sub-09.ll 1 ; Test 128-bit subtraction when the distinct-operands facility is available.
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
subtract_sse2.asm 107 punpcklbw xmm0, xmm1 ; put sign back to subtraction
108 punpckhbw xmm2, xmm1 ; put sign back to subtraction
127 punpcklbw xmm3, xmm5 ; put sign back to subtraction
128 punpckhbw xmm1, xmm5 ; put sign back to subtraction
182 psubb xmm0, xmm1 ; subtraction with sign missed
190 punpcklbw xmm0, xmm1 ; put sign back to subtraction
191 punpckhbw xmm2, xmm3 ; put sign back to subtraction
216 psubb xmm0, xmm1 ; subtraction with sign missed
224 punpcklbw xmm0, xmm1 ; put sign back to subtraction
225 punpckhbw xmm2, xmm3 ; put sign back to subtraction
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
subtract_sse2.asm 107 punpcklbw xmm0, xmm1 ; put sign back to subtraction
108 punpckhbw xmm2, xmm1 ; put sign back to subtraction
127 punpcklbw xmm3, xmm5 ; put sign back to subtraction
128 punpckhbw xmm1, xmm5 ; put sign back to subtraction
182 psubb xmm0, xmm1 ; subtraction with sign missed
190 punpcklbw xmm0, xmm1 ; put sign back to subtraction
191 punpckhbw xmm2, xmm3 ; put sign back to subtraction
216 psubb xmm0, xmm1 ; subtraction with sign missed
224 punpcklbw xmm0, xmm1 ; put sign back to subtraction
225 punpckhbw xmm2, xmm3 ; put sign back to subtraction
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
subtract_sse2.asm 107 punpcklbw xmm0, xmm1 ; put sign back to subtraction
108 punpckhbw xmm2, xmm1 ; put sign back to subtraction
127 punpcklbw xmm3, xmm5 ; put sign back to subtraction
128 punpckhbw xmm1, xmm5 ; put sign back to subtraction
182 psubb xmm0, xmm1 ; subtraction with sign missed
190 punpcklbw xmm0, xmm1 ; put sign back to subtraction
191 punpckhbw xmm2, xmm3 ; put sign back to subtraction
216 psubb xmm0, xmm1 ; subtraction with sign missed
224 punpcklbw xmm0, xmm1 ; put sign back to subtraction
225 punpckhbw xmm2, xmm3 ; put sign back to subtraction
    [all...]
  /external/compiler-rt/lib/builtins/
subdf3.c 1 //===-- lib/adddf3.c - Double-precision subtraction ---------------*- C -*-===//
10 // This file implements double-precision soft-float subtraction with the
20 // Subtraction; flip the sign bit of b and add.
subsf3.c 1 //===-- lib/subsf3.c - Single-precision subtraction ---------------*- C -*-===//
10 // This file implements single-precision soft-float subtraction with the
20 // Subtraction; flip the sign bit of b and add.
subtf3.c 1 //===-- lib/subtf3.c - Quad-precision subtraction -----------------*- C -*-===//
10 // This file implements quad-precision soft-float subtraction with the
21 // Subtraction; flip the sign bit of b and add.
  /external/eigen/doc/snippets/
TopicAliasing_cwise.cpp 10 cout << "After the subtraction, it becomes\n" << mat << endl << endl;
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
process_statistic_timeline_data_unittest.py 26 # Test subtraction.
32 # Test subtraction with a pid that exists only in rhs.
  /external/clang/lib/StaticAnalyzer/Checkers/
PointerSubChecker.cpp 1 //=== PointerSubChecker.cpp - Pointer subtraction checker ------*- C++ -*--===//
37 // When doing pointer subtraction, if the two pointers do not point to the
66 new BuiltinBug(this, "Pointer subtraction",
67 "Subtraction of two pointers that do not point to "
  /external/libcxx/test/input.output/iostreams.base/fpos/fpos.operations/
Android.mk 27 test_name := input.output/iostreams.base/fpos/fpos.operations/subtraction
28 test_src := subtraction.pass.cpp
  /external/llvm/test/CodeGen/X86/
2014-05-30-CombineAddNSW.ll 13 ; nodes and so cannot assume that the subtraction of the two nodes
  /dalvik/dx/src/com/android/dx/rop/code/
PlainInsn.java 110 // Check for reverse subtraction, where first source is constant
129 // Check for constant subtraction and flip it to be addition

Completed in 664 milliseconds

1 2 3 4 5 6 7 8 91011>>