OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subtraction
(Results
1 - 25
of
606
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/art/test/414-optimizing-arith-sub/
info.txt
0
Subtraction
tests.
/external/llvm/test/MC/COFF/
bad-expr.s
3
// CHECK: symbol '__ImageBase' can not be undefined in a
subtraction
expression
4
// CHECK: symbol '__ImageBase' can not be undefined in a
subtraction
expression
/external/llvm/test/MC/MachO/
bad-darwin-x86_64-diff-relocs.s
5
// CHECK-ERROR: error: unsupported relocation with
subtraction
expression
9
// CHECK-ERROR: error: unsupported relocation with
subtraction
expression, symbol '_b' can not be undefined in a
subtraction
expression
13
// CHECK-ERROR: error: unsupported relocation with
subtraction
expression, symbol '_a' can not be undefined in a
subtraction
expression
/external/llvm/test/MC/ARM/
cmp-immediate-fixup-error2.s
5
@ CHECK: error: symbol 'unknownLabel' can not be undefined in a
subtraction
expression
error-location.s
7
@ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: symbol 'undef' can not be undefined in a
subtraction
expression
19
@ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: Cannot represent a
subtraction
with a weak symbol
32
@ CHECK: <unknown>:0: error: symbol 'undef' could not be evaluated 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/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
.
vec-sub-01.ll
1
; Test vector
subtraction
.
5
; Test a v16i8
subtraction
.
14
; Test a v8i16
subtraction
.
23
; Test a v4i32
subtraction
.
32
; Test a v2i64
subtraction
.
41
; Test a v4f32
subtraction
, as an example of an operation that needs to be
68
; Test a v2f64
subtraction
.
78
; Test an f64
subtraction
that uses vector registers.
89
; Test a v2i8
subtraction
, which gets promoted to v16i8.
98
; Test a v4i8
subtraction
, which gets promoted to v16i8
[
all
...]
/external/llvm/test/MC/MachO/ARM/
bad-darwin-ARM-reloc.s
13
@ CHECK-ERROR: symbol 'a' can not be undefined in a
subtraction
expression
15
@ CHECK-ERROR: symbol 'b' can not be undefined in a
subtraction
expression
/external/llvm/test/MC/X86/
macho-reloc-errors-x86.s
13
// CHECK-ERROR: 3:9: error: symbol 'thing' can not be undefined in a
subtraction
expression
14
// CHECK-ERROR: 4:9: error: symbol 'thing2' can not be undefined in a
subtraction
expression
macho-reloc-errors-x86_64.s
16
// CHECK-ERROR: 7:9: error: unsupported relocation with
subtraction
expression, symbol 'thing' can not be undefined in a
subtraction
expression
/art/test/474-fp-sub-neg/
info.txt
8
Addition or
subtraction
with fp zero should not be eliminated
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
sub2l.s
1
! "The
subtraction
of two symbols".
/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/llvm/test/MC/AArch64/
error-location.s
7
// CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: symbol 'undef' can not be undefined in a
subtraction
expression
19
// CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: Cannot represent a
subtraction
with a weak symbol
32
// CHECK: <unknown>:0: error: symbol 'undef' could not be evaluated in a
subtraction
expression
/external/eigen/doc/snippets/
TopicAliasing_cwise.cpp
10
cout << "After the
subtraction
, it becomes\n" << mat << endl << endl;
/external/opencv3/doc/py_tutorials/py_video/
py_table_of_contents_video.markdown
16
In several applications, we need to extract foreground for further operations like object tracking. Background
Subtraction
is a well-known method in those cases.
/external/chromium-trace/catapult/telemetry/telemetry/util/
process_statistic_timeline_data_unittest.py
26
# Test
subtraction
.
32
# Test
subtraction
with a pid that exists only in rhs.
/external/llvm/test/CodeGen/X86/
vec_fneg.ll
3
; FNEG is defined as
subtraction
from -0.0.
5
; This test verifies that we use an xor with a constant to flip the sign bits; no
subtraction
needed.
14
; This test verifies that we generate an FP
subtraction
because "0.0 - x" is not an fneg.
/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 "
Completed in 1040 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>