HomeSort by relevance Sort by last modified time
    Searched full:sub1 (Results 26 - 50 of 245) sorted by null

12 3 4 5 6 7 8 910

  /external/llvm/test/CodeGen/AMDGPU/
liveness.mir 26 S_NOP 0, implicit-def %0:sub1
27 S_NOP 0, implicit %0:sub1
  /external/llvm/test/CodeGen/ARM/
iabs.ll 31 %sub1 = sub nsw i32 0, %sub
32 %cond = select i1 %cmp, i32 %sub, i32 %sub1
thumb2-it-block.ll 8 %sub1 = sub nsw i32 0, %a
9 %abs1 = select i1 %cmp1, i32 %sub1, i32 %a
  /prebuilts/go/darwin-x86/test/bench/garbage/
peano.go 32 func sub1(x *Number) *Number { return x.next } func
39 return add(add1(x), sub1(y))
47 return add(mul(x, sub1(y)), x)
55 return mul(fact(sub1(n)), n)
74 return count(sub1(x)) + 1
  /prebuilts/go/darwin-x86/test/
peano.go 31 func sub1(x *Number) *Number { func
40 return add(add1(x), sub1(y))
48 return add(mul(x, sub1(y)), x)
56 return mul(fact(sub1(n)), n)
75 return count(sub1(x)) + 1
  /prebuilts/go/linux-x86/test/bench/garbage/
peano.go 32 func sub1(x *Number) *Number { return x.next } func
39 return add(add1(x), sub1(y))
47 return add(mul(x, sub1(y)), x)
55 return mul(fact(sub1(n)), n)
74 return count(sub1(x)) + 1
  /prebuilts/go/linux-x86/test/
peano.go 31 func sub1(x *Number) *Number { func
40 return add(add1(x), sub1(y))
48 return add(mul(x, sub1(y)), x)
56 return mul(fact(sub1(n)), n)
75 return count(sub1(x)) + 1
  /art/test/663-checker-select-generator/smali/
TestCase.smali 49 ## CHECK-START: java.lang.Object TestCase.referenceTypeTestCase(Main$Sub1, Main$Sub2, boolean) select_generator (before)
57 ## CHECK-START: java.lang.Object TestCase.referenceTypeTestCase(Main$Sub1, Main$Sub2, boolean) select_generator (after)
64 .method public static referenceTypeTestCase(LMain$Sub1;LMain$Sub2;Z)Ljava/lang/Object;
  /frameworks/base/core/java/com/google/android/collect/
Lists.java 47 * <p>{@code List<Base> list = Lists.newArrayList(sub1, sub2);}
49 * <p>where {@code sub1} and {@code sub2} are references to subtypes of
53 * <p>{@code List<Base> list = Lists.<Base>newArrayList(sub1, sub2);}
Sets.java 55 * <p>{@code Set<Base> set = Sets.newHashSet(sub1, sub2);}
57 * <p>where {@code sub1} and {@code sub2} are references to subtypes of {@code
60 * <p>{@code Set<Base> set = Sets.<Base>newHashSet(sub1, sub2);}
  /external/clang/test/Sema/
typecheck-binop.c 5 int sub1(int *a, double *b) { function
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
EmailAsyncTaskTests.java 95 final MyTask sub1 = new MyTaskSubClass(tracker); local
108 // Same for sub1.
109 tracker.cancelOthers(sub1);
113 assertTrue(tracker.containsTaskForTest(sub1));
  /external/llvm/test/Transforms/InstCombine/
fmul.ll 25 %sub1 = fsub float -0.000000e+00, %x
27 %mul = fmul fast float %sub1, %sub2
35 %sub1 = fsub nsz float 0.000000e+00, %x
37 %mul = fmul float %sub1, %sub2
45 %sub1 = fsub float -0.000000e+00, %x
46 %mul = fmul float %sub1, %y
55 %sub1 = fsub nsz float 0.000000e+00, %x
56 %mul = fmul float %sub1, %y
66 %sub1 = fsub float -0.000000e+00, %x
67 %mul = fmul float %sub1, %
    [all...]
  /external/llvm/test/CodeGen/X86/
targetLoweringGeneric.ll 24 %sub1 = sub i32 %or2, %shl1
25 %add1 = add i32 %sub1, %i32In5
  /external/tensorflow/tensorflow/go/op/
scope_test.go 29 sub1 = root.SubScope("x")
31 sub1a = sub1.SubScope("y")
39 {sub1, "x/Const"},
118 sub1 = root.SubScope("x")
119 sub2 = sub1.SubScope("y")
121 if _, err := sub1.Finalize(); err != nil {
  /external/llvm/test/Transforms/SimplifyCFG/AArch64/
prefer-fma.ll 28 ; CHECK-NEXT: %sub1 = fsub fast double %mul1, %0
31 %sub1 = fsub fast double %mul1, %0
32 store double %sub1, double* %y, align 8
  /cts/suite/audio_quality/test/
StringUtilTest.cpp 34 android::String8 sub1 = StringUtil::substr(str, 0, 5); local
35 ASSERT_TRUE(StringUtil::compare(sub1, "hello") == 0);
  /external/llvm/test/CodeGen/Hexagon/
swp-dag-phi.ll 27 %sub1 = add nsw i32 %i.0.in13, -3
28 %arrayidx2 = getelementptr inbounds i32, i32* %f2, i32 %sub1
  /external/llvm/test/Transforms/SLPVectorizer/X86/
phi3.ll 16 %sub1 = fsub double -0.000000e+00, %0
22 %sub4 = fsub double %sub1, undef
  /frameworks/rs/rsov/compiler/tests/single_kernel/
invert.ll 21 %sub1 = fsub float 1.000000e+00, %2
22 %3 = insertelement <4 x float> %1, float %sub1, i64 1
  /external/llvm/lib/Target/AMDGPU/
SIRegisterInfo.td 30 let SubRegIndices = [sub0, sub1];
40 let SubRegIndices = [sub0, sub1];
54 let SubRegIndices = [sub0, sub1];
64 let SubRegIndices = [sub0, sub1];
91 let SubRegIndices = [sub0, sub1];
132 def SGPR_64Regs : RegisterTuples<[sub0, sub1],
137 def SGPR_128Regs : RegisterTuples<[sub0, sub1, sub2, sub3],
144 def SGPR_256 : RegisterTuples<[sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7],
155 def SGPR_512 : RegisterTuples<[sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7,
181 def TTMP_64Regs : RegisterTuples<[sub0, sub1],
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
int-sub-07.ll 110 %sub1 = add i64 %src, %index
111 %sub2 = add i64 %sub1, 4094
124 %sub1 = add i64 %src, %index
125 %sub2 = add i64 %sub1, 4096
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/
Sub1.java 20 public class Sub1 {
  /external/swiftshader/third_party/subzero/tests_lit/reader_tests/
call.ll 17 %sub1 = add i32 %n, -2
18 %call2 = tail call i32 @fib(i32 %sub1)
33 ; CHECK-NEXT: %sub1 = add i32 %n, -2
34 ; CHECK-NEXT: %call2 = call i32 @fib(i32 %sub1)
  /art/libartbase/base/
transform_iterator_test.cc 147 auto sub1 = [](const ValueHolder& h) { return h.value - 1; }; local
151 using list_titer = decltype(MakeTransformIterator(input.begin(), sub1));
158 using list_ctiter = decltype(MakeTransformIterator(input.cbegin(), sub1));
165 using list_rtiter = decltype(MakeTransformIterator(input.rbegin(), sub1));
172 using list_crtiter = decltype(MakeTransformIterator(input.crbegin(), sub1));
179 std::copy(MakeTransformIterator(input.begin(), sub1),
180 MakeTransformIterator(input.end(), sub1),
185 std::copy(MakeTransformIterator(input.cbegin(), sub1),
186 MakeTransformIterator(input.cend(), sub1),
191 std::copy(MakeTransformIterator(input.rbegin(), sub1),
    [all...]

Completed in 1699 milliseconds

12 3 4 5 6 7 8 910