/external/llvm/unittests/ADT/ |
D | TinyPtrVectorTest.cpp | 40 VectorT V2; member in __anon20cd5d020111::TinyPtrVectorTest 64 V2.clear(); in setVectors() 65 appendValues(V2, Values2); in setVectors() 153 TypeParam Copy2(this->V2); in TYPED_TEST() 156 this->expectValues(this->V2, this->testArray(0)); in TYPED_TEST() 164 this->V = this->V2; in TYPED_TEST() 166 this->expectValues(this->V2, this->testArray(0)); in TYPED_TEST() 167 this->V = std::move(this->V2); in TYPED_TEST() 171 this->V = this->V2; in TYPED_TEST() 173 this->expectValues(this->V2, this->testArray(0)); in TYPED_TEST() [all …]
|
/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() 157 if (V2 == 0) // Avoid division by zero in evalAPSInt() 159 return &getValue( V1 / V2 ); in evalAPSInt() 162 if (V2 == 0) // Avoid division by zero in evalAPSInt() 164 return &getValue( V1 % V2 ); in evalAPSInt() 167 return &getValue( V1 + V2 ); in evalAPSInt() 170 return &getValue( V1 - V2 ); in evalAPSInt() 179 if (V2.isSigned() && V2.isNegative()) in evalAPSInt() 182 uint64_t Amt = V2.getZExtValue(); in evalAPSInt() [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() 334 return new TransformedTable<R, C, V1, V2>(fromTable, function); in transformValues() 337 private static class TransformedTable<R, C, V1, V2> 338 extends AbstractTable<R, C, V2> { 340 final Function<? super V1, V2> function; 343 Table<R, C, V1> fromTable, Function<? super V1, V2> function) { in TransformedTable() 352 @Override public V2 get(Object rowKey, Object columnKey) { in get() 367 @Override public V2 put(R rowKey, C columnKey, V2 value) { in put() 372 Table<? extends R, ? extends C, ? extends V2> table) { in putAll() [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( 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> 1176 extends AbstractMultimap<K, V2> { 1178 final EntryTransformer<? super K, ? super V1, V2> transformer; 1181 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( 1641 EntryTransformer<? super K, ? super V1, V2> transformer) { 1645 return new TransformedEntriesMap<K, V1, V2>(fromMap, transformer); 1700 public static <K, V1, V2> SortedMap<K, V2> transformEntries( [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | InstrTypes.h | 178 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \ 180 return Create(Instruction::OPC, V1, V2, Name);\ 184 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \ 186 return Create(Instruction::OPC, V1, V2, Name, BB);\ 190 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \ 192 return Create(Instruction::OPC, V1, V2, Name, I);\ 196 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, 198 BinaryOperator *BO = Create(Opc, V1, V2, Name); 202 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, 204 BinaryOperator *BO = Create(Opc, V1, V2, Name, BB); [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/ |
D | vec_perf_shuffle.ll | 5 %V2 = load <4 x float>* %P2 ; <<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… 12 %V2 = load <4 x float>* %P2 ; <<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 >… 19 %V2 = load <4 x float>* %P2 ; <<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 >… 26 %V2 = load <4 x float>* %P2 ; <<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 > ; … 33 %V2 = load <4 x float>* %P2 ; <<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 > ; …
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vec_perf_shuffle.ll | 5 %V2 = load <4 x float>, <4 x float>* %P2 ; <<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… 12 %V2 = load <4 x float>, <4 x float>* %P2 ; <<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 >… 19 %V2 = load <4 x float>, <4 x float>* %P2 ; <<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 >… 26 %V2 = load <4 x float>, <4 x float>* %P2 ; <<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 > ; … 33 %V2 = load <4 x float>, <4 x float>* %P2 ; <<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 > ; …
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | fp_load_cast_fold.ll | 5 %V2 = sitofp i16 %V to double ; <double> [#uses=1] 6 ret double %V2 11 %V2 = sitofp i32 %V to double ; <double> [#uses=1] 12 ret double %V2 17 %V2 = sitofp i64 %V to double ; <double> [#uses=1] 18 ret double %V2
|
/external/llvm/test/CodeGen/X86/ |
D | fp_load_cast_fold.ll | 5 %V2 = sitofp i16 %V to double ; <double> [#uses=1] 6 ret double %V2 11 %V2 = sitofp i32 %V to double ; <double> [#uses=1] 12 ret double %V2 17 %V2 = sitofp i64 %V to double ; <double> [#uses=1] 18 ret double %V2
|
/external/clang/test/CodeGen/ |
D | sse41-builtins.c | 11 __m128i test_mm_blend_epi16(__m128i V1, __m128i V2) { in test_mm_blend_epi16() argument 14 return _mm_blend_epi16(V1, V2, 42); in test_mm_blend_epi16() 17 __m128d test_mm_blend_pd(__m128d V1, __m128d V2) { in test_mm_blend_pd() argument 20 return _mm_blend_pd(V1, V2, 2); in test_mm_blend_pd() 23 __m128 test_mm_blend_ps(__m128 V1, __m128 V2) { in test_mm_blend_ps() argument 26 return _mm_blend_ps(V1, V2, 6); in test_mm_blend_ps() 29 __m128i test_mm_blendv_epi8(__m128i V1, __m128i V2, __m128i V3) { in test_mm_blendv_epi8() argument 32 return _mm_blendv_epi8(V1, V2, V3); in test_mm_blendv_epi8() 35 __m128d test_mm_blendv_pd(__m128d V1, __m128d V2, __m128d V3) { in test_mm_blendv_pd() argument 38 return _mm_blendv_pd(V1, V2, V3); in test_mm_blendv_pd() [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( 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> 1087 extends AbstractMultimap<K, V2> { 1089 final EntryTransformer<? super K, ? super V1, V2> transformer; 1092 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( 1392 EntryTransformer<? super K, ? super V1, V2> transformer) { 1396 return new TransformedEntriesMap<K, V1, V2>(fromMap, transformer); 1451 public static <K, V1, V2> SortedMap<K, V2> transformEntries( 1453 EntryTransformer<? super K, ? super V1, V2> transformer) { 1457 static <K, V1, V2> SortedMap<K, V2> transformEntriesIgnoreNavigable( [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | FileUtilities.cpp | 86 double V1 = 0.0, V2 = 0.0; in CompareNumbers() local 105 V2 = strtod(F2P, const_cast<char**>(&F2NumEnd)); in CompareNumbers() 123 V2 = strtod(&StrTmp[0], const_cast<char**>(&F2NumEnd)); in CompareNumbers() 140 if (AbsTolerance < std::abs(V1-V2)) { in CompareNumbers() 143 if (V2) in CompareNumbers() 144 Diff = std::abs(V1/V2 - 1.0); in CompareNumbers() 146 Diff = std::abs(V2/V1 - 1.0); in CompareNumbers() 152 << "Compared: " << V1 << " and " << V2 << '\n' in CompareNumbers() 153 << "abs. diff = " << std::abs(V1-V2) << " rel.diff = " << Diff << '\n' in CompareNumbers()
|
/external/llvm/lib/Support/ |
D | FileUtilities.cpp | 85 double V1 = 0.0, V2 = 0.0; in CompareNumbers() local 104 V2 = strtod(F2P, const_cast<char**>(&F2NumEnd)); in CompareNumbers() 122 V2 = strtod(&StrTmp[0], const_cast<char**>(&F2NumEnd)); in CompareNumbers() 139 if (AbsTolerance < std::abs(V1-V2)) { in CompareNumbers() 142 if (V2) in CompareNumbers() 143 Diff = std::abs(V1/V2 - 1.0); 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/swiftshader/third_party/LLVM/test/Transforms/EarlyCSE/ |
D | basic.ll | 39 %V2 = load i32* %P 40 %Diff = sub i32 %V1, %V2 54 %V2 = load i32* %P 55 %Diff = sub i32 %V1, %V2 72 %V2 = load i32* %P 73 %Diff = sub i32 %V1, %V2 85 %V2 = call i32 @func(i32* %P) 86 %Diff = sub i32 %V1, %V2 115 %V2 = call i32 @func(i32* %P) readnone 116 %Diff = sub i32 %V1, %V2
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 529 const Value *V2, uint64_t V2Size, 537 const Value *V2, uint64_t V2Size, 543 const Value *V2, uint64_t V2Size, 548 const Value *V2, uint64_t V2Size, 854 const Value *V2, uint64_t V2Size, in aliasGEP() argument 863 if (const GEPOperator *GEP2 = dyn_cast<GEPOperator>(V2)) { in aliasGEP() 907 V2, V2Size, V2TBAAInfo); in aliasGEP() 1006 const Value *V2, uint64_t V2Size, in aliasSelect() argument 1010 if (const SelectInst *SI2 = dyn_cast<SelectInst>(V2)) in aliasSelect() 1026 aliasCheck(V2, V2Size, V2TBAAInfo, SI->getTrueValue(), SISize, SITBAAInfo); in aliasSelect() [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/libcxx/test/std/utilities/variant/variant.visit/ |
D | visit.pass.cpp | 116 using V2 = std::variant<int *, std::string>; in test_call_operator_forwarding() typedef 118 V2 v2("hello"); in test_call_operator_forwarding() 222 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 225 constexpr V2 v2(nullptr); in test_constexpr() 231 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 234 constexpr V2 v2(nullptr); in test_constexpr() 260 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 263 V2 v2("hello"); in test_exceptions() 268 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 271 V2 v2("hello"); in test_exceptions() [all …]
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
D | t053heteroT9.g | 7 function V2() { 25 V2.superclass.constructor.call(this, token); 31 org.antlr.lang.extend(V2, org.antlr.runtime.tree.CommonTree, { 42 a : ID -> ID<V2>[42,19,30] ID<V2>[$ID,99];
|
/external/clang/test/CXX/special/class.init/class.inhctor.init/ |
D | p2.cpp | 16 struct V2 : virtual B { using B::B; }; struct 18 struct D2 : V1, V2 { 20 using V2::V2;
|
/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/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Use.cpp | 24 Value *V2(RHS.Val); in swap() local 25 if (V1 != V2) { in swap() 30 if (V2) { in swap() 32 Val = V2; in swap() 33 V2->addUse(*this); in swap()
|
/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);\ 390 Value *V1, Value *V2, 393 BinaryOperator *BO = Create(Opc, V1, V2, Name); 398 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, 400 BinaryOperator *BO = Create(Opc, V1, V2, Name); [all …]
|
/external/llvm/lib/Analysis/ |
D | BasicAliasAnalysis.cpp | 1019 const AAMDNodes &V1AAInfo, const Value *V2, in aliasGEP() argument 1027 DecomposeGEPExpression(V2, DecompGEP2, DL, &AC, DT); in aliasGEP() 1045 if (const GEPOperator *GEP2 = dyn_cast<GEPOperator>(V2)) { in aliasGEP() 1117 AAMDNodes(), V2, V2Size, V2AAInfo); in aliasGEP() 1253 const Value *V2, uint64_t V2Size, in aliasSelect() argument 1257 if (const SelectInst *SI2 = dyn_cast<SelectInst>(V2)) in aliasSelect() 1272 aliasCheck(V2, V2Size, V2AAInfo, SI->getTrueValue(), SISize, SIAAInfo); in aliasSelect() 1277 aliasCheck(V2, V2Size, V2AAInfo, SI->getFalseValue(), SISize, SIAAInfo); in aliasSelect() 1284 const AAMDNodes &PNAAInfo, const Value *V2, in aliasPHI() argument 1294 if (const PHINode *PN2 = dyn_cast<PHINode>(V2)) in aliasPHI() [all …]
|