/external/swiftshader/third_party/subzero/crosstest/ |
D | test_vector_ops.cpp | 664 shufflevector(Ty V1, Ty V2) { in shufflevector() 680 shufflevector(Ty V1, Ty V2) { in shufflevector() 699 shufflevector(Ty V1, Ty V2) { in shufflevector()
|
/external/libcxx/test/std/utilities/variant/variant.visit/ |
D | visit.pass.cpp | 134 using V2 = std::variant<int *, std::string>; in test_call_operator_forwarding() typedef 240 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 249 using V2 = std::variant<int, char *, long long>; in test_constexpr() typedef 278 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 286 using V2 = std::variant<long, std::string, void *>; in test_exceptions() typedef 294 using V2 = std::variant<long, std::string, void *, MakeEmptyT>; in test_exceptions() typedef
|
/external/llvm/lib/Fuzzer/test/ |
D | SimpleFnAdapterTest.cpp | 12 static void TestFn(std::vector<uint8_t> V1, std::vector<uint8_t> V2) { in TestFn()
|
/external/clang/test/CodeGen/ |
D | sse41-builtins.c | 11 __m128i test_mm_blend_epi16(__m128i V1, __m128i V2) { in test_mm_blend_epi16() 17 __m128d test_mm_blend_pd(__m128d V1, __m128d V2) { in test_mm_blend_pd() 23 __m128 test_mm_blend_ps(__m128 V1, __m128 V2) { in test_mm_blend_ps() 29 __m128i test_mm_blendv_epi8(__m128i V1, __m128i V2, __m128i V3) { in test_mm_blendv_epi8() 35 __m128d test_mm_blendv_pd(__m128d V1, __m128d V2, __m128d V3) { in test_mm_blendv_pd() 41 __m128 test_mm_blendv_ps(__m128 V1, __m128 V2, __m128 V3) { in test_mm_blendv_ps()
|
/external/swiftshader/src/Device/ |
D | Triangle.hpp | 26 Vertex V2; member
|
/external/swiftshader/src/Renderer/ |
D | Triangle.hpp | 26 Vertex V2; member
|
/external/eigen/test/ |
D | smallvectors.cpp | 15 typedef Matrix<Scalar, 1, 2> V2; in smallVectors() typedef
|
/external/clang/test/CodeGenCXX/ |
D | weak-extern-typeinfo.cpp | 28 class V2 : public virtual V1 { class
|
D | vtable-layout-abi-examples.cpp | 210 struct V2 : virtual V1 { struct 232 // CHECK-7-NEXT: -- (Test3::V2, 32) vtable address --
|
D | vtt-layout.cpp | 31 class V2 : public B1, public B2, public virtual V1 { int i; }; class 50 class V2 : public B1, public B2, public virtual V1 { int i; }; class
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | saver.proto | 44 V2 = 2; enumerator
|
/external/clang/test/Layout/ |
D | ms-x86-aligned-tail-padding.cpp | 31 struct V2 { struct 34 V2() : a(0xf0000011f0000011ll), a1(0xf0000011) {} in V2() function
|
/external/clang/test/CXX/special/class.init/class.inhctor.init/ |
D | p2.cpp | 16 struct V2 : virtual B { using B::B; }; struct
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | AliasAnalysis.h | 168 const Value *V2, uint64_t V2Size) { in alias() 173 AliasResult alias(const Value *V1, const Value *V2) { in alias() 185 const Value *V2, uint64_t V2Size) { in isNoAlias() 195 bool isMustAlias(const Value *V1, const Value *V2) { in isMustAlias()
|
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/tags/propagation/ |
D | TagContextRoundtripTest.java | 43 private static final TagValue V2 = TagValue.create("v2"); field in TagContextRoundtripTest
|
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/ |
D | p6.cpp | 10 template<int V1, int V2> void f0(A0<V1, V2>) { } // expected-error{{redefinition}} in f0() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | EquivalenceClasses.h | 218 member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) { in unionSets() 244 bool isEquivalent(const ElemTy &V1, const ElemTy &V2) const { in isEquivalent()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Use.cpp | 24 Value *V2(RHS.Val); in swap() local
|
/external/opencensus-java/examples/src/main/java/io/opencensus/examples/tags/ |
D | TagContextExample.java | 38 private static final TagValue V2 = TagValue.create("v2"); field in TagContextExample
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | AlignOfTest.cpp | 63 struct V2 { int x; virtual ~V2(); }; struct
|
/external/clang/lib/Headers/ |
D | shaintrin.h | 34 #define _mm_sha1rnds4_epu32(V1, V2, M) __extension__ ({ \ argument
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BasicValueFactory.cpp | 147 const llvm::APSInt& V1, const llvm::APSInt& V2) { in evalAPSInt() 266 BasicValueFactory::getPersistentSValPair(const SVal& V1, const SVal& V2) { in getPersistentSValPair()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | Lint.cpp | 138 const Value *V1 = 0, const Value *V2 = 0, in CheckFailed() 162 #define Assert2(C, M, V1, V2) \ argument 164 #define Assert3(C, M, V1, V2, V3) \ argument 166 #define Assert4(C, M, V1, V2, V3, V4) \ argument
|
/external/skia/src/sfnt/ |
D | SkOTTable_OS_2.h | 34 struct V2 : SkOTTableOS2_V2 { } v2; struct
|
/external/skqp/src/sfnt/ |
D | SkOTTable_OS_2.h | 34 struct V2 : SkOTTableOS2_V2 { } v2; struct
|