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

1 2 3 4 5 6 7 8 91011>>

  /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
  /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.27/ld/testsuite/ld-sh/
sub2l.s 1 ! "The subtraction of two symbols".
  /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/tensorflow/tensorflow/core/api_def/base_api/
api_def_ApplyGradientDescent.pbtxt 30 If `True`, the subtraction will be protected by a lock;
api_def_ResourceApplyGradientDescent.pbtxt 24 If `True`, the subtraction will be protected by a lock;
  /external/deqp/external/openglcts/docs/specs/
CTS_ARB_shader_atomic_counter_ops.txt 37 - Addition and subtraction
50 Addition and subtraction test
  /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/compiler-rt/lib/builtins/arm/
aeabi_drsub.c 1 //===-- lib/arm/aeabi_drsub.c - Double-precision subtraction --------------===//
aeabi_frsub.c 1 //===-- lib/arm/aeabi_frsub.c - Single-precision subtraction --------------===//
  /external/llvm/test/CodeGen/X86/
vec_unsafe-fp-math.ll 15 ; Negating doesn't require subtraction.

Completed in 377 milliseconds

1 2 3 4 5 6 7 8 91011>>