/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
D | tote.cc | 60 int sub1 = sub0 ^ 8; in Add() local 61 if (key_[sub1] == ikey) { in Add() 62 value_[sub1] += idelta; in Add() 75 } else if (key_[sub1] == 0) { in Add() 76 alloc = sub1; in Add() 82 if (value_[sub1] < value_[alloc]) {alloc = sub1;} in Add() 178 int sub1 = sub0 ^ 8; in Add() local 179 if (key_[sub1] == ikey) { in Add() 180 value_[sub1] += ibytes; in Add() 181 score_[sub1] += score; in Add() [all …]
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | CommonSuperclassTest.java | 187 String sub1 = "Liface/sub1;"; in testGetCommonSuperclass_interfaces() local 203 superclassTest(base1, base1, sub1); in testGetCommonSuperclass_interfaces() 216 superclassTest(unknown, sub1, iface1); in testGetCommonSuperclass_interfaces() 218 superclassTest(base2, base2, sub1); in testGetCommonSuperclass_interfaces() 226 superclassTest(sub1, sub1, classsub1); in testGetCommonSuperclass_interfaces() 229 superclassTest(sub1, sub1, classsub2); in testGetCommonSuperclass_interfaces() 236 superclassTest(object, sub1, classsub4); in testGetCommonSuperclass_interfaces() 238 superclassTest(sub1, sub2, sub1); in testGetCommonSuperclass_interfaces() 240 superclassTest(sub1, sub1, classsub1234); in testGetCommonSuperclass_interfaces()
|
/external/llvm/test/Transforms/InstCombine/ |
D | 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, %y [all …]
|
D | nsw.ll | 3 ; CHECK-LABEL: @sub1( 7 define i32 @sub1(i32 %x) {
|
/external/sfntly/cpp/src/test/ |
D | bitmap_table_test.cc | 82 IndexSubTablePtr sub1 = strike4->GetIndexSubTable(0); in CommonReadingTest() local 83 EXPECT_FALSE(sub1 == NULL); in CommonReadingTest() 84 EXPECT_EQ(sub1->image_format(), STRIKE4_SUB1_IMAGE_FORMAT); in CommonReadingTest() 85 EXPECT_EQ(sub1->first_glyph_index(), STRIKE1_START_GLYPH_INDEX); in CommonReadingTest() 86 EXPECT_EQ(sub1->last_glyph_index(), STRIKE1_END_GLYPH_INDEX); in CommonReadingTest() 87 EXPECT_EQ(sub1->image_data_offset(), STRIKE4_SUB1_IMAGE_DATA_OFFSET); in CommonReadingTest() 90 EXPECT_EQ(sub1->GlyphOffset(i), STRIKE4_SUB1_GLYPH_OFFSET[i]); in CommonReadingTest() 106 IndexSubTablePtr sub1 = strike4->GetIndexSubTable(0); in TestReadingBitmapTable() local 109 EXPECT_EQ(sub1->index_format(), STRIKE4_SUB1_INDEX_FORMAT); in TestReadingBitmapTable()
|
/external/chromium_org/third_party/sfntly/cpp/src/test/ |
D | bitmap_table_test.cc | 82 IndexSubTablePtr sub1 = strike4->GetIndexSubTable(0); in CommonReadingTest() local 83 EXPECT_FALSE(sub1 == NULL); in CommonReadingTest() 84 EXPECT_EQ(sub1->image_format(), STRIKE4_SUB1_IMAGE_FORMAT); in CommonReadingTest() 85 EXPECT_EQ(sub1->first_glyph_index(), STRIKE1_START_GLYPH_INDEX); in CommonReadingTest() 86 EXPECT_EQ(sub1->last_glyph_index(), STRIKE1_END_GLYPH_INDEX); in CommonReadingTest() 87 EXPECT_EQ(sub1->image_data_offset(), STRIKE4_SUB1_IMAGE_DATA_OFFSET); in CommonReadingTest() 90 EXPECT_EQ(sub1->GlyphOffset(i), STRIKE4_SUB1_GLYPH_OFFSET[i]); in CommonReadingTest() 106 IndexSubTablePtr sub1 = strike4->GetIndexSubTable(0); in TestReadingBitmapTable() local 109 EXPECT_EQ(sub1->index_format(), STRIKE4_SUB1_INDEX_FORMAT); in TestReadingBitmapTable()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | nfrule.cpp | 37 , sub1(NULL) in NFRule() 45 delete sub1; in ~NFRule() 379 sub1 = extractSubstitution(ruleSet, predecessor, rbnf, status); in extractSubstitutions() 484 if (sub1 != NULL) { in setBaseValue() 485 sub1->setDivisor(radix, exponent, status); in setBaseValue() 563 && *sub1 == *rhs.sub1 in operator ==() 613 if (ruleText.startsWith(gSpace) && sub1->getPos() != 0) { in _appendRuleText() 625 sub1->toString(temp); in _appendRuleText() 626 ruleTextCopy.insert(sub1->getPos(), temp); in _appendRuleText() 658 sub1->doSubstitution(number, toInsertInto, pos); in doFormat() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | nfrule.cpp | 37 , sub1(NULL) in NFRule() 45 delete sub1; in ~NFRule() 378 sub1 = extractSubstitution(ruleSet, predecessor, rbnf, status); in extractSubstitutions() 483 if (sub1 != NULL) { in setBaseValue() 484 sub1->setDivisor(radix, exponent, status); in setBaseValue() 562 && *sub1 == *rhs.sub1 in operator ==() 612 if (ruleText.charAt(0) == gSpace && sub1->getPos() != 0) { in _appendRuleText() 624 sub1->toString(temp); in _appendRuleText() 625 ruleTextCopy.insert(sub1->getPos(), temp); in _appendRuleText() 657 sub1->doSubstitution(number, toInsertInto, pos); in doFormat() [all …]
|
/external/llvm/test/Transforms/GVN/ |
D | 2011-07-07-MatchIntrinsicExtract.ll | 22 %sub1 = sub i64 %a, %b 23 ret i64 %sub1 27 ; CHECK-NOT: sub1 58 %sub1 = sub i64 %a, %b 59 ret i64 %sub1 63 ; CHECK-NOT: sub1
|
/external/llvm/lib/Target/R600/ |
D | SIRegisterInfo.td | 26 let SubRegIndices = [sub0, sub1]; 55 def SGPR_64Regs : RegisterTuples<[sub0, sub1], 60 def SGPR_128 : RegisterTuples<[sub0, sub1, sub2, sub3], 67 def SGPR_256 : RegisterTuples<[sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7], 78 def SGPR_512 : RegisterTuples<[sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7, 102 def VGPR_64 : RegisterTuples<[sub0, sub1], 107 def VGPR_96 : RegisterTuples<[sub0, sub1, sub2], 113 def VGPR_128 : RegisterTuples<[sub0, sub1, sub2, sub3], 120 def VGPR_256 : RegisterTuples<[sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7], 131 def VGPR_512 : RegisterTuples<[sub0, sub1, sub2, sub3, sub4, sub5, sub6, sub7,
|
D | SIInstrInfo.cpp | 47 AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, AMDGPU::sub3, in copyPhysReg() 54 AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, AMDGPU::sub3, in copyPhysReg() 59 AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, AMDGPU::sub3, 0 in copyPhysReg() 63 AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, 0 in copyPhysReg() 67 AMDGPU::sub0, AMDGPU::sub1, 0 in copyPhysReg() 815 if (SubIdx == AMDGPU::sub1) in buildExtractSubRegOrImm() 848 .addImm(AMDGPU::sub1); in split64BitImm() 1041 &AMDGPU::VReg_128RegClass, AMDGPU::sub1, &AMDGPU::VReg_32RegClass); in legalizeOperands() 1049 &AMDGPU::VReg_64RegClass, AMDGPU::sub1, &AMDGPU::VReg_32RegClass); in legalizeOperands() 1072 .addImm(AMDGPU::sub1); in legalizeOperands() [all …]
|
D | AMDGPURegisterInfo.cpp | 51 AMDGPU::sub0, AMDGPU::sub1, AMDGPU::sub2, AMDGPU::sub3, AMDGPU::sub4, in getSubRegFromChannel()
|
/external/llvm/test/CodeGen/ARM/ |
D | thumb2-it-block.ll | 14 %sub1 = sub nsw i32 0, %a 15 %abs1 = select i1 %cmp1, i32 %sub1, i32 %a
|
D | iabs.ll | 31 %sub1 = sub nsw i32 0, %sub 32 %cond = select i1 %cmp, i32 %sub, i32 %sub1
|
D | 2013-05-05-IfConvertBug.ll | 89 %sub1 = add nsw i32 %x, -120 93 %retval.0 = phi i32 [ %sub, %if.then ], [ %sub1, %if.else ] 157 %sub1 = add nsw i32 %w, -120 158 %cmp2 = icmp slt i32 %sub1, %sx
|
/external/llvm/test/Analysis/DependenceAnalysis/ |
D | Coupled.ll | 329 %sub1 = add nsw i64 %mul, -18 330 %arrayidx2 = getelementptr inbounds [100 x i32]* %A, i64 %sub1, i64 %sub 366 %sub1 = add nsw i64 %mul, -18 367 %arrayidx2 = getelementptr inbounds [100 x i32]* %A, i64 %sub1, i64 %sub 404 %sub1 = add nsw i64 %mul, -18 405 %arrayidx2 = getelementptr inbounds [100 x i32]* %A, i64 %sub1, i64 %sub 442 %sub1 = add nsw i64 %mul, -18 443 %arrayidx2 = getelementptr inbounds [100 x i32]* %A, i64 %sub1, i64 %sub 480 %sub1 = add nsw i64 %mul, -18 481 %arrayidx2 = getelementptr inbounds [100 x i32]* %A, i64 %sub1, i64 %sub [all …]
|
D | ExactSIV.ll | 321 %sub1 = sub i64 -60, %i.02 322 %arrayidx2 = getelementptr inbounds i32* %A, i64 %sub1 357 %sub1 = sub i64 -60, %i.02 358 %arrayidx2 = getelementptr inbounds i32* %A, i64 %sub1 393 %sub1 = sub i64 -60, %i.02 394 %arrayidx2 = getelementptr inbounds i32* %A, i64 %sub1 429 %sub1 = sub i64 -60, %i.02 430 %arrayidx2 = getelementptr inbounds i32* %A, i64 %sub1 465 %sub1 = sub i64 -60, %i.02 466 %arrayidx2 = getelementptr inbounds i32* %A, i64 %sub1 [all …]
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | phi3.ll | 16 %sub1 = fsub double -0.000000e+00, %0 22 %sub4 = fsub double %sub1, undef
|
/external/llvm/test/CodeGen/SystemZ/ |
D | 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/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/ |
D | UnixNetworkInterfaceTest.java | 153 NetworkInterface sub1 = subInterfaces1.nextElement(); in test_getSubInterfaces() local 155 assertSame(sub1, sub2); in test_getSubInterfaces() 156 assertSame(netif, sub1.getParent()); in test_getSubInterfaces()
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | SolveQuadraticEquation.ll | 92 %v1.01 = phi i64 [ -2, %entry ], [ %sub1, %for.body ] 93 %sub1 = sub i64 %v1.01, %v2.02 95 %tobool = icmp eq i64 %sub1, %phitmp
|
/external/llvm/test/CodeGen/X86/ |
D | targetLoweringGeneric.ll | 24 %sub1 = sub i32 %or2, %shl1 25 %add1 = add i32 %sub1, %i32In5
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | global_alias.ll | 357 %sub1 = sub nsw i32 %sub, 1 358 …r inbounds [100 x i32]* getelementptr inbounds (%struct.anon* @Foo, i32 0, i32 2), i32 0, i32 %sub1 409 %sub1 = sub nsw i32 %sub, 10 410 …r inbounds [100 x i32]* getelementptr inbounds (%struct.anon* @Foo, i32 0, i32 2), i32 0, i32 %sub1 461 %sub1 = sub nsw i32 %sub, 1 462 …r inbounds [100 x i32]* getelementptr inbounds (%struct.anon* @Foo, i32 0, i32 2), i32 0, i32 %sub1 575 %sub1 = sub nsw i32 %sub, 1 578 %arrayidx2 = getelementptr inbounds [100 x i32]* %arrayidx, i32 0, i32 %sub1 635 %sub1 = sub nsw i32 %sub, 1 639 %arrayidx2 = getelementptr inbounds [100 x i32]* %arrayidx, i32 0, i32 %sub1 [all …]
|
/external/clang/test/Sema/ |
D | typecheck-binop.c | 5 int sub1(int *a, double *b) { in sub1() function
|
/external/llvm/test/Transforms/Inline/ |
D | optimization-remarks.ll | 46 %sub1 = sub nsw i32 %2, 2 48 %call2 = call float @foz(i32 %sub1, i32 %3)
|