/external/clang/lib/StaticAnalyzer/Core/ |
D | BasicValueFactory.cpp | 147 const llvm::APSInt& V1, const llvm::APSInt& V2) { in evalAPSInt() argument 154 return &getValue( V1 * V2 ); in evalAPSInt() 159 return &getValue( V1 / V2 ); in evalAPSInt() 164 return &getValue( V1 % V2 ); in evalAPSInt() 167 return &getValue( V1 + V2 ); in evalAPSInt() 170 return &getValue( V1 - V2 ); in evalAPSInt() 184 if (Amt >= V1.getBitWidth()) in evalAPSInt() 187 return &getValue( V1.operator<<( (unsigned) Amt )); in evalAPSInt() 202 if (Amt >= V1.getBitWidth()) in evalAPSInt() 205 return &getValue( V1.operator>>( (unsigned) Amt )); in evalAPSInt() [all …]
|
/external/guava/guava/src/com/google/common/cache/ |
D | CacheBuilder.java | 475 public <K1 extends K, V1 extends V> CacheBuilder<K1, V1> weigher( in weigher() 476 Weigher<? super K1, ? super V1> weigher) { in weigher() 485 CacheBuilder<K1, V1> me = (CacheBuilder<K1, V1>) this; in weigher() 499 <K1 extends K, V1 extends V> Weigher<K1, V1> getWeigher() { in getWeigher() 500 return (Weigher<K1, V1>) MoreObjects.firstNonNull(weigher, OneWeigher.INSTANCE); in getWeigher() 735 public <K1 extends K, V1 extends V> CacheBuilder<K1, V1> removalListener( in removalListener() 736 RemovalListener<? super K1, ? super V1> listener) { in removalListener() 741 CacheBuilder<K1, V1> me = (CacheBuilder<K1, V1>) this; in removalListener() 748 <K1 extends K, V1 extends V> RemovalListener<K1, V1> getRemovalListener() { in getRemovalListener() 749 return (RemovalListener<K1, V1>) in getRemovalListener() [all …]
|
/external/easymock/src/org/easymock/ |
D | MockControl.java | 467 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value) { in expectAndReturn() 487 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value, in expectAndReturn() 510 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value, in expectAndReturn() 532 public <V1, V2 extends V1> void expectAndReturn(V1 ignored, V2 value, in expectAndReturn() 610 public <V1, V2 extends V1> void expectAndDefaultReturn(V1 ignored, V2 value) { in expectAndDefaultReturn()
|
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
D | CacheBuilder.java | 352 <K1 extends K, V1 extends V> Weigher<K1, V1> getWeigher() { in getWeigher() 353 return (Weigher<K1, V1>) MoreObjects.firstNonNull(weigher, OneWeigher.INSTANCE); in getWeigher() 490 public <K1 extends K, V1 extends V> CacheBuilder<K1, V1> removalListener( in removalListener() 491 RemovalListener<? super K1, ? super V1> listener) { in removalListener() 496 CacheBuilder<K1, V1> me = (CacheBuilder<K1, V1>) this; in removalListener() 503 <K1 extends K, V1 extends V> RemovalListener<K1, V1> getRemovalListener() { in getRemovalListener() 504 return (RemovalListener<K1, V1>) in getRemovalListener() 541 public <K1 extends K, V1 extends V> LoadingCache<K1, V1> build( in build() 542 CacheLoader<? super K1, V1> loader) { in build() 544 return new LocalCache.LocalLoadingCache<K1, V1>(this, loader); in build() [all …]
|
/external/llvm/test/Transforms/EarlyCSE/ |
D | basic.ll | 40 %V1 = load i32, i32* %P 42 %Diff = sub i32 %V1, %V2 49 %V1 = load i32, i32* %P 52 %Diff = sub i32 %V1, %V2 60 %V1 = load i32, i32* %P 67 %Diff = sub i32 %V1, %V2 75 %V1 = load i32, i32* %P 83 %Diff = sub i32 %V1, %V2 92 %V1 = load i32, i32* %P 97 ; Clobbers V1 [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vec_perf_shuffle.ll | 4 %V1 = load <4 x float>, <4 x float>* %P1 ; <<4 x float>> [#uses=1] 6 …%V3 = shufflevector <4 x float> %V1, <4 x float> %V2, <4 x i32> < i32 undef, i32 undef, i32 7, i32… 11 %V1 = load <4 x float>, <4 x float>* %P1 ; <<4 x float>> [#uses=1] 13 …%V3 = shufflevector <4 x float> %V1, <4 x float> %V2, <4 x i32> < i32 3, i32 0, i32 undef, i32 5 >… 18 %V1 = load <4 x float>, <4 x float>* %P1 ; <<4 x float>> [#uses=1] 20 …%V3 = shufflevector <4 x float> %V1, <4 x float> %V2, <4 x i32> < i32 3, i32 undef, i32 7, i32 3 >… 25 %V1 = load <4 x float>, <4 x float>* %P1 ; <<4 x float>> [#uses=1] 27 …%V3 = shufflevector <4 x float> %V1, <4 x float> %V2, <4 x i32> < i32 3, i32 7, i32 7, i32 4 > ; … 32 %V1 = load <4 x float>, <4 x float>* %P1 ; <<4 x float>> [#uses=1] 34 …%V3 = shufflevector <4 x float> %V1, <4 x float> %V2, <4 x i32> < i32 4, i32 4, i32 5, i32 0 > ; …
|
D | vsx.ll | 460 ; CHECK-REG: xvcmpeqsp [[V1:[0-9]+]], 36, 37 461 ; CHECK-REG: xxsel 34, 35, 34, [[V1]] 475 ; CHECK-LE: xvcmpeqsp [[V1:[0-9]+]], 36, 37 476 ; CHECK-LE: xxsel 34, 35, 34, [[V1]] 579 ; CHECK: xvcmpeqdp [[V1:[0-9]+]], 36, 37 580 ; CHECK: xxsel 34, 35, 34, [[V1]] 584 ; CHECK-LE: xvcmpeqdp [[V1:[0-9]+]], 36, 37 585 ; CHECK-LE: xxsel 34, 35, 34, [[V1]] 631 ; CHECK-LE: lxvd2x [[V1:[0-9]+]], 0, 3 632 ; CHECK-LE: xxswapd 34, [[V1]] [all …]
|
/external/opencv/cxcore/src/ |
D | cxjacobieigens.cpp | 106 float *V1 = V, *A1 = A; in icvJacobiEigens_32f() local 109 for( p = 0; p < n - 1; p++, A1 += n, V1 += n ) in icvJacobiEigens_32f() 142 Vpi = V1[i]; in icvJacobiEigens_32f() 146 V1[i] = (float) (Vpi * c - Vqi * s); in icvJacobiEigens_32f() 153 Vpi = V1[i]; in icvJacobiEigens_32f() 157 V1[i] = (float) (Vpi * c - Vqi * s); in icvJacobiEigens_32f() 164 Vpi = V1[i]; in icvJacobiEigens_32f() 168 V1[i] = (float) (Vpi * c - Vqi * s); in icvJacobiEigens_32f() 223 double *A1 = A, *V1 = V, *A2 = A, *V2 = V; in icvJacobiEigens_64d() local 234 for( i = 0; i < n; i++, V1 += n, A1 += n ) in icvJacobiEigens_64d() [all …]
|
/external/clang/test/CodeGen/ |
D | sse41-builtins.c | 9 __m128i test_mm_blend_epi16(__m128i V1, __m128i V2) { in test_mm_blend_epi16() argument 12 return _mm_blend_epi16(V1, V2, 42); in test_mm_blend_epi16() 15 __m128d test_mm_blend_pd(__m128d V1, __m128d V2) { in test_mm_blend_pd() argument 18 return _mm_blend_pd(V1, V2, 2); in test_mm_blend_pd() 21 __m128 test_mm_blend_ps(__m128 V1, __m128 V2) { in test_mm_blend_ps() argument 24 return _mm_blend_ps(V1, V2, 6); in test_mm_blend_ps() 27 __m128i test_mm_blendv_epi8(__m128i V1, __m128i V2, __m128i V3) { in test_mm_blendv_epi8() argument 30 return _mm_blendv_epi8(V1, V2, V3); in test_mm_blendv_epi8() 33 __m128d test_mm_blendv_pd(__m128d V1, __m128d V2, __m128d V3) { in test_mm_blendv_pd() argument 36 return _mm_blendv_pd(V1, V2, V3); in test_mm_blendv_pd() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | vtt-layout.cpp | 28 class V1 : public A1, public A2 { int i; }; class 31 class V2 : public B1, public B2, public virtual V1 { int i; }; 33 class C1 : public virtual V1 { int i; }; 47 class V1 : public A1, public virtual A2 { int i; }; class 50 class V2 : public B1, public B2, public virtual V1 { int i; }; 52 class C1 : public virtual V1 { int i; };
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 497 bits<5> V1; 502 let Inst{39-36} = V1{3-0}; 506 let Inst{11} = V1{4}; 516 bits<5> V1; 522 let Inst{39-36} = V1{3-0}; 527 let Inst{11} = V1{4}; 537 bits<5> V1; 543 let Inst{39-36} = V1{3-0}; 547 let Inst{11} = V1{4}; 558 bits<5> V1; [all …]
|
/external/llvm/unittests/Support/ |
D | AlignOfTest.cpp | 62 struct V1 { virtual ~V1(); }; struct 64 struct V3 : V1 { 83 V1::~V1() {} in ~V1() 129 [AlignOf<V1>::Alignment > 0] 169 EXPECT_LE(alignOf<S1>(), alignOf<V1>()); in TEST() 170 EXPECT_LE(alignOf<V1>(), alignOf<V2>()); in TEST() 171 EXPECT_LE(alignOf<V1>(), alignOf<V3>()); in TEST() 172 EXPECT_LE(alignOf<V1>(), alignOf<V4>()); in TEST() 173 EXPECT_LE(alignOf<V1>(), alignOf<V5>()); in TEST() 174 EXPECT_LE(alignOf<V1>(), alignOf<V6>()); in TEST() [all …]
|
/external/llvm/lib/Support/ |
D | FileUtilities.cpp | 85 double V1 = 0.0, V2 = 0.0; in CompareNumbers() local 103 V1 = strtod(F1P, const_cast<char**>(&F1NumEnd)); in CompareNumbers() 112 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd)); in CompareNumbers() 139 if (AbsTolerance < std::abs(V1-V2)) { in CompareNumbers() 143 Diff = std::abs(V1/V2 - 1.0); in CompareNumbers() 144 else if (V1) in CompareNumbers() 145 Diff = std::abs(V2/V1 - 1.0); in CompareNumbers() 151 << "Compared: " << V1 << " and " << V2 << '\n' in CompareNumbers() 152 << "abs. diff = " << std::abs(V1-V2) << " rel.diff = " << Diff << '\n' in CompareNumbers()
|
/external/clang/lib/CodeGen/ |
D | CGValue.h | 46 llvm::PointerIntPair<llvm::Value *, 2, Flavor> V1; variable 51 bool isScalar() const { return V1.getInt() == Scalar; } in isScalar() 52 bool isComplex() const { return V1.getInt() == Complex; } in isComplex() 53 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate() 60 return V1.getPointer(); in getScalarVal() 66 return std::make_pair(V1.getPointer(), V2.getPointer()); in getComplexVal() 73 return Address(V1.getPointer(), CharUnits::fromQuantity(align)); in getAggregateAddress() 77 return V1.getPointer(); in getAggregatePointer() 87 ER.V1.setPointer(V); in get() 88 ER.V1.setInt(Scalar); in get() [all …]
|
/external/guava/guava/src/com/google/common/collect/ |
D | Tables.java | 332 public static <R, C, V1, V2> Table<R, C, V2> transformValues( in transformValues() 333 Table<R, C, V1> fromTable, Function<? super V1, V2> function) { in transformValues() argument 334 return new TransformedTable<R, C, V1, V2>(fromTable, function); in transformValues() 337 private static class TransformedTable<R, C, V1, V2> 339 final Table<R, C, V1> fromTable; 340 final Function<? super V1, V2> function; 343 Table<R, C, V1> fromTable, Function<? super V1, V2> function) { in TransformedTable() argument 389 Function<Cell<R, C, V1>, Cell<R, C, V2>> cellFunction() { in cellFunction() 390 return new Function<Cell<R, C, V1>, Cell<R, C, V2>>() { in cellFunction() 391 @Override public Cell<R, C, V2> apply(Cell<R, C, V1> cell) { in cellFunction() [all …]
|
D | Multimaps.java | 1107 public static <K, V1, V2> Multimap<K, V2> transformValues( 1108 Multimap<K, V1> fromMultimap, final Function<? super V1, V2> function) { 1110 EntryTransformer<K, V1, V2> transformer = Maps.asEntryTransformer(function); 1169 public static <K, V1, V2> Multimap<K, V2> transformEntries( 1170 Multimap<K, V1> fromMap, 1171 EntryTransformer<? super K, ? super V1, V2> transformer) { 1172 return new TransformedEntriesMultimap<K, V1, V2>(fromMap, transformer); 1175 private static class TransformedEntriesMultimap<K, V1, V2> 1177 final Multimap<K, V1> fromMultimap; 1178 final EntryTransformer<? super K, ? super V1, V2> transformer; [all …]
|
D | Maps.java | 1492 public static <K, V1, V2> Map<K, V2> transformValues( 1493 Map<K, V1> fromMap, Function<? super V1, V2> function) { 1536 public static <K, V1, V2> SortedMap<K, V2> transformValues( 1537 SortedMap<K, V1> fromMap, Function<? super V1, V2> function) { 1583 public static <K, V1, V2> NavigableMap<K, V2> transformValues( 1584 NavigableMap<K, V1> fromMap, Function<? super V1, V2> function) { 1639 public static <K, V1, V2> Map<K, V2> transformEntries( 1640 Map<K, V1> fromMap, 1641 EntryTransformer<? super K, ? super V1, V2> transformer) { 1643 return transformEntries((SortedMap<K, V1>) fromMap, transformer); [all …]
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | Multimaps.java | 1018 public static <K, V1, V2> Multimap<K, V2> transformValues( 1019 Multimap<K, V1> fromMultimap, final Function<? super V1, V2> function) { 1021 EntryTransformer<K, V1, V2> transformer = Maps.asEntryTransformer(function); 1080 public static <K, V1, V2> Multimap<K, V2> transformEntries( 1081 Multimap<K, V1> fromMap, 1082 EntryTransformer<? super K, ? super V1, V2> transformer) { 1083 return new TransformedEntriesMultimap<K, V1, V2>(fromMap, transformer); 1086 private static class TransformedEntriesMultimap<K, V1, V2> 1088 final Multimap<K, V1> fromMultimap; 1089 final EntryTransformer<? super K, ? super V1, V2> transformer; [all …]
|
D | Maps.java | 1290 public static <K, V1, V2> Map<K, V2> transformValues( 1291 Map<K, V1> fromMap, Function<? super V1, V2> function) { 1334 public static <K, V1, V2> SortedMap<K, V2> transformValues( 1335 SortedMap<K, V1> fromMap, Function<? super V1, V2> function) { 1390 public static <K, V1, V2> Map<K, V2> transformEntries( 1391 Map<K, V1> fromMap, 1392 EntryTransformer<? super K, ? super V1, V2> transformer) { 1394 return transformEntries((SortedMap<K, V1>) fromMap, transformer); 1396 return new TransformedEntriesMap<K, V1, V2>(fromMap, transformer); 1451 public static <K, V1, V2> SortedMap<K, V2> transformEntries( [all …]
|
/external/llvm/include/llvm/ADT/ |
D | APSInt.h | 328 inline bool operator==(int64_t V1, const APSInt &V2) { return V2 == V1; } 329 inline bool operator!=(int64_t V1, const APSInt &V2) { return V2 != V1; } 330 inline bool operator<=(int64_t V1, const APSInt &V2) { return V2 >= V1; } 331 inline bool operator>=(int64_t V1, const APSInt &V2) { return V2 <= V1; } 332 inline bool operator<(int64_t V1, const APSInt &V2) { return V2 > V1; } 333 inline bool operator>(int64_t V1, const APSInt &V2) { return V2 < V1; }
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ocsp/ |
D | TBSRequest.java | 18 private static final ASN1Integer V1 = new ASN1Integer(0); field in TBSRequest 38 this.version = V1; in TBSRequest() 49 this.version = V1; in TBSRequest() 72 version = V1; in TBSRequest() 77 version = V1; in TBSRequest() 153 if (!version.equals(V1) || versionSet) in toASN1Primitive()
|
D | ResponseData.java | 18 private static final ASN1Integer V1 = new ASN1Integer(0); field in ResponseData 55 …this(V1, responderID, ASN1GeneralizedTime.getInstance(producedAt), responses, Extensions.getInstan… in ResponseData() 64 this(V1, responderID, producedAt, responses, responseExtensions); in ResponseData() 85 this.version = V1; in ResponseData() 90 this.version = V1; in ResponseData() 166 if (versionPresent || !version.equals(V1)) in toASN1Primitive()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2002-05-21-PHIElimination.ll | 3 ; %V1 = add int %V1, 1 13 %V = phi i32 [ 0, %0 ], [ %V1, %Loop ] ; <i32> [#uses=1] 14 %V1 = add i32 %V, 1 ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | extract.ll | 14 %V1 = extractelement <2 x double> %LD, i32 1 18 %A1 = fadd double %V1, 1.1 32 %V1 = extractelement <2 x double> %LD, i32 1 36 %A1 = fadd double %V1, 3.4 50 %V1 = extractelement <4 x double> %LD, i32 1 54 %A1 = fadd double %V1, 6.6
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 371 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \ 373 return Create(Instruction::OPC, V1, V2, Name);\ 377 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \ 379 return Create(Instruction::OPC, V1, V2, Name, BB);\ 383 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \ 385 return Create(Instruction::OPC, V1, V2, Name, I);\ 389 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, 391 BinaryOperator *BO = Create(Opc, V1, V2, Name); 395 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, 397 BinaryOperator *BO = Create(Opc, V1, V2, Name, BB); [all …]
|