/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/ |
D | TestObject.java | 20 private Sub2 sub2; field in TestObject 31 return sub2; in getSub2() 34 public void setSub2(Sub2 sub2) { in setSub2() argument 35 this.sub2 = sub2; in setSub2()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | detect-dead-lanes.mir | 12 # CHECK: S_NOP 0, implicit undef %3.sub2 34 S_NOP 0, implicit %3.sub2 45 # CHECK: %0:sreg_128 = REG_SEQUENCE $sgpr0, %subreg.sub0, $sgpr0, %subreg.sub2 50 # CHECK: S_NOP 0, implicit %1.sub2 59 # CHECK: S_NOP 0, implicit %4.sub2 90 %0 = REG_SEQUENCE $sgpr0, %subreg.sub0, $sgpr0, %subreg.sub2 95 S_NOP 0, implicit %1.sub2 104 S_NOP 0, implicit %4.sub2 140 # CHECK: S_NOP 0, implicit %9.sub2 189 S_NOP 0, implicit %9.sub2 [all …]
|
D | spill-empty-live-interval.mir | 47 # CHECK: undef %3.sub2:vreg_128 = V_MOV_B32_e32 1786773504, implicit $exec 50 # CHECK-NEXT: S_NOP 0, implicit %3.sub2 52 # CHECK-NEXT: undef %4.sub2:vreg_128 = V_MOV_B32_e32 0, implicit $exec 53 # CHECK-NEXT: S_NOP 0, implicit %4.sub2 65 undef %0.sub2 = V_MOV_B32_e32 0, implicit $exec 66 undef %3.sub2 = V_MOV_B32_e32 1786773504, implicit $exec 69 S_NOP 0, implicit %3.sub2 71 S_NOP 0, implicit %0.sub2
|
D | coalescing-with-subregs-in-loop-bug.mir | 5 # Inside the loop, %29.sub2 is used in a V_LSHLREV whose result is then used 14 # %39:vgpr_32 = V_LSHLREV_B32_e32 2, %29.sub2, implicit $exec 25 # in the loop, but the sub2 used in the V_LSHLREV is not modified in the loop. 27 # The bug is that the coalesced value has a L00000004 subrange (for sub2) that 29 # Rename Independent Subregs separates sub2 into its own register, and it is 34 # GCN: V_LSHLREV_B32_e32 2, [[val:%[0-9][0-9]*]].sub2 51 %28.sub2:vreg_128 = COPY killed %11 66 %39:vgpr_32 = V_LSHLREV_B32_e32 2, %29.sub2, implicit $exec 94 %32.sub2:vreg_128 = COPY %33
|
D | coalescer-identical-values-undef.mir | 13 undef %0.sub2:sreg_128 = COPY $sgpr4 19 %0.sub0:sreg_128 = COPY %0.sub2 20 %0.sub1:sreg_128 = COPY %0.sub2 28 $sgpr2 = COPY %0.sub2
|
D | rename-independent-subregs-mac-operands.mir | 55 %13.sub2 = COPY killed %8 61 FLAT_STORE_DWORD undef %10, %1.sub2, 0, 0, 0, implicit $exec, implicit $flat_scr 78 # GCN: undef %9.sub2:vreg_128 = COPY %7.sub0 85 # GCN: BUFFER_STORE_DWORD_OFFEN %9.sub2, %0, 115 %6.sub2 = COPY %6.sub0 125 %6.sub2 = COPY %6.sub0 129 … BUFFER_STORE_DWORD_OFFEN %6.sub2, %0, $sgpr0_sgpr1_sgpr2_sgpr3, $sgpr4, 8, 0, 0, 0, implicit $exec
|
D | coalescer-extend-pruned-subrange.mir | 17 %3.sub2:sreg_128 = COPY %0 29 %13:vgpr_32 = V_OR_B32_e32 %11, %12.sub2, implicit $exec 49 %22.sub2:sreg_128 = COPY %8 69 %25:vgpr_32 = V_AND_B32_e32 target-flags(amdgpu-gotprel32-hi) 1, %10.sub2, implicit $exec 100 %40.sub2:vreg_128 = COPY %38
|
D | coalescer-subranges-another-copymi-not-live.mir | 47 %9.sub2:sreg_128 = COPY %8 58 %12.sub2:sreg_128 = COPY %11 118 undef %25.sub2:vreg_128 = COPY killed %17.sub2 122 %27.sub2:sreg_256 = COPY %26
|
D | coalescer-subregjoin-fullcopy.mir | 70 undef %11.sub2:sreg_128 = COPY %4 74 %13.sub2:vreg_128 = COPY %9.sub2 163 …dead %59:vgpr_32 = V_FMA_F32 0, killed %9.sub2, 0, undef %60:vgpr_32, 0, undef %61:vgpr_32, 0, 0, … 166 %66.sub2:vreg_128 = COPY %13.sub2
|
D | subreg-split-live-in-error.mir | 59 %3.sub2:vreg_128 = COPY %3.sub0 91 %11.sub2:sreg_256 = COPY %11.sub0 107 %15.sub2:vreg_128 = COPY %15.sub0 119 %15.sub2:vreg_128 = COPY %15.sub0 126 %15.sub2:vreg_128 = COPY %15.sub0 215 …%53:vgpr_32 = V_MAC_F32_e32 target-flags(amdgpu-gotprel32-hi) 1065353216, %3.sub2, %53, implicit $… 250 %61.sub2:sreg_256 = COPY %61.sub0 264 %63:vgpr_32 = V_MAC_F32_e32 %15.sub2, %62, %63, implicit $exec
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRule.java | 110 private NFSubstitution sub2 = null; field in NFRule 421 sub2 = null; in extractSubstitutions() 424 sub2 = extractSubstitution(owner, predecessor); in extractSubstitutions() 542 if (sub2 != null) { in setBaseValue() 543 sub2.setDivisor(radix, exponent); in setBaseValue() 623 && Objects.equals(sub2, that2.sub2); in equals() 690 if (sub2 != null) { in toString() 691 ruleTextCopy.insert(sub2.getPos(), sub2.toString()); in toString() 770 if (sub2 != null) { in doFormat() 771 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NFRule.java | 111 private NFSubstitution sub2 = null; field in NFRule 422 sub2 = null; in extractSubstitutions() 425 sub2 = extractSubstitution(owner, predecessor); in extractSubstitutions() 543 if (sub2 != null) { in setBaseValue() 544 sub2.setDivisor(radix, exponent); in setBaseValue() 624 && Objects.equals(sub2, that2.sub2); in equals() 691 if (sub2 != null) { in toString() 692 ruleTextCopy.insert(sub2.getPos(), sub2.toString()); in toString() 771 if (sub2 != null) { in doFormat() 772 …sub2.doSubstitution(number, toInsertInto, pos - (sub2.getPos() > pluralRuleStart ? lengthOffset : … in doFormat() [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | detect-dead-lanes.mir | 22 # CHECK: S_NOP 0, implicit undef %3:sub2 45 S_NOP 0, implicit %3:sub2 61 # CHECK: S_NOP 0, implicit %1:sub2 70 # CHECK: S_NOP 0, implicit %4:sub2 102 %0 = REG_SEQUENCE %sgpr0, %subreg.sub0, %sgpr0, %subreg.sub2 107 S_NOP 0, implicit %1:sub2 116 S_NOP 0, implicit %4:sub2 152 # CHECK: S_NOP 0, implicit %9:sub2 202 S_NOP 0, implicit %9:sub2 308 %3 = REG_SEQUENCE %0, %subreg.sub0, %1, %subreg.sub1, %2, %subreg.sub2 [all …]
|
/external/icu/icu4c/source/i18n/ |
D | nfrule.cpp | 44 , sub2(NULL) in NFRule() 55 if (sub1 != sub2) { in ~NFRule() 56 delete sub2; in ~NFRule() 57 sub2 = NULL; in ~NFRule() 425 sub2 = NULL; in extractSubstitutions() 428 sub2 = extractSubstitution(ruleSet, predecessor, status); in extractSubstitutions() 555 if (sub2 != NULL) { in setBaseValue() 556 sub2->setDivisor(radix, exponent, status); in setBaseValue() 617 util_equalSubstitutions(const NFSubstitution* sub1, const NFSubstitution* sub2) in util_equalSubstitutions() argument 620 if (sub2) { in util_equalSubstitutions() [all …]
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | CommonSuperclassTest.java | 207 String sub2 = "Liface/sub2;"; in testGetCommonSuperclass_interfaces() local 224 superclassTest(base1, base1, sub2); in testGetCommonSuperclass_interfaces() 234 superclassTest(unknown, sub2, iface1); in testGetCommonSuperclass_interfaces() 239 superclassTest(base2, base2, sub2); in testGetCommonSuperclass_interfaces() 247 superclassTest(sub2, sub2, classsub2); in testGetCommonSuperclass_interfaces() 254 superclassTest(object, sub2, classsub4); in testGetCommonSuperclass_interfaces() 257 superclassTest(sub1, sub2, sub1); in testGetCommonSuperclass_interfaces() 260 superclassTest(sub2, sub2, classsub1234); in testGetCommonSuperclass_interfaces()
|
/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
D | kullback_leibler_test.py | 132 sub2 = Sub2(loc=0.0, scale=1.0) 136 self.assertEqual("sub1-2", fn(sub1, sub2)) 137 self.assertEqual("sub2-1", fn(sub2, sub1)) 140 self.assertEqual("sub1-2", fn(sub11, sub2)) 142 self.assertEqual("sub1-2", fn(sub11, sub2)) 143 self.assertEqual("sub2-1", fn(sub2, sub11))
|
/external/tensorflow/tensorflow/go/op/ |
D | scope_test.go | 30 sub2 = root.SubScope("x") 32 sub2a = sub2.SubScope("y") 41 {sub2, "x_1/Const"}, 134 sub2 = sub1.SubScope("y") 142 if err := sub2.Err(); err == nil {
|
/external/tensorflow/tensorflow/lite/micro/tools/make/ |
D | merge_arduino_zips_test.sh | 27 mkdir ${INPUT1_DIR}/sub2/ 28 touch ${INPUT1_DIR}/sub2/d.txt 61 for EXPECTED_FILE in a.txt b.txt sub1/c.txt sub2/d.txt e.txt sub1/f.txt sub3/g.txt
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Image_unittest.cpp | 173 auto sub2 = empty->SubImage(0, 0, 1, 1); in TEST() local 174 EXPECT_EQ(1, sub2->width()); in TEST() 175 EXPECT_EQ(1, sub2->height()); in TEST() 176 EXPECT_EQ(0, sub2->GetPixel(0, 0)); in TEST() 179 sub2 = empty->SubImage(0, 0, -1, -1); in TEST() 180 EXPECT_EQ(sub2->width(), 0); in TEST() 181 EXPECT_EQ(sub2->height(), 0); in TEST()
|
/external/perfetto/src/protozero/test/ |
D | cppgen_conformance_unittest.cc | 169 auto* sub2 = i == 0 ? msg_v2.mutable_sub2() : msg_v2.add_sub2_rep(); in TEST() local 170 sub2->set_sub2_int(14); in TEST() 171 sub2->set_sub2_string("sub2-string"); in TEST() 250 auto* sub2 = i == 0 ? &msg_v2.sub2() : &msg_v2.sub2_rep()[i - 1]; in TEST() local 251 EXPECT_EQ(sub2->sub2_int(), 14); in TEST() 252 EXPECT_EQ(sub2->sub2_string(), "sub2-string"); in TEST()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/tool/locale/ |
D | LocaleDistanceBuilder.java | 207 Map<String, DistanceTable> sub2 = subtables.get(desired); in getDistance() local 208 if (sub2 == null) { in getDistance() 209 sub2 = subtables.get(ANY); // <*, supported> in getDistance() 212 DistanceTable value = sub2.get(supported); // <*/desired, supported> in getDistance() 214 value = sub2.get(ANY); // <*/desired, *> in getDistance() 216 sub2 = subtables.get(ANY); // <*, supported> in getDistance() 217 value = sub2.get(supported); in getDistance() 219 value = sub2.get(ANY); // <*, *> in getDistance() 245 Map<String, DistanceTable> sub2 = subtables.get(desired); in addSubtable() local 246 if (sub2 == null) { in addSubtable() [all …]
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
D | LocaleDistanceBuilder.java | 204 Map<String, DistanceTable> sub2 = subtables.get(desired); in getDistance() local 205 if (sub2 == null) { in getDistance() 206 sub2 = subtables.get(ANY); // <*, supported> in getDistance() 209 DistanceTable value = sub2.get(supported); // <*/desired, supported> in getDistance() 211 value = sub2.get(ANY); // <*/desired, *> in getDistance() 213 sub2 = subtables.get(ANY); // <*, supported> in getDistance() 214 value = sub2.get(supported); in getDistance() 216 value = sub2.get(ANY); // <*, *> in getDistance() 242 Map<String, DistanceTable> sub2 = subtables.get(desired); in addSubtable() local 243 if (sub2 == null) { in addSubtable() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | sse3-avx-addsub-2.ll | 23 %sub2 = fsub float %3, %4 33 %vecinsert4 = insertelement <4 x float> %vecinsert3, float %sub2, i32 2 49 %sub2 = fsub float %1, %2 53 %vecinsert1 = insertelement <4 x float> undef, float %sub2, i32 2 112 %sub2 = fsub float %1, %2 116 %vecinsert1 = insertelement <4 x float> undef, float %sub2, i32 0 136 %sub2 = fsub float %3, %4 146 %vecinsert4 = insertelement <4 x float> %vecinsert3, float %sub2, i32 2 166 %sub2 = fsub double %3, %4 176 %vecinsert4 = insertelement <4 x double> %vecinsert3, double %sub2, i32 2 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | cortex-a57-misched-vfma.ll | 117 %sub2 = fsub float %sub1, %mul3 118 ret float %sub2 156 %sub2 = fsub <2 x float> %sub1, %mul3 157 ret <2 x float> %sub2 194 %sub2 = fsub float %sub1, %f2 195 ret float %sub2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/ |
D | 2012-06-08-InfiniteLoop.ll | 9 %b.0 = phi i32 [ undef, %entry ], [ %sub2, %while.body ] 15 %sub2 = sub nsw i32 %sub, %c.0
|