Home
last modified time | relevance | path

Searched defs:V2 (Results 1 – 25 of 226) sorted by relevance

12345678910

/external/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops.cpp664 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/
Dvisit.pass.cpp134 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/
DSimpleFnAdapterTest.cpp12 static void TestFn(std::vector<uint8_t> V1, std::vector<uint8_t> V2) { in TestFn()
/external/clang/test/CodeGen/
Dsse41-builtins.c11 __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/
DTriangle.hpp26 Vertex V2; member
/external/swiftshader/src/Renderer/
DTriangle.hpp26 Vertex V2; member
/external/eigen/test/
Dsmallvectors.cpp15 typedef Matrix<Scalar, 1, 2> V2; in smallVectors() typedef
/external/clang/test/CodeGenCXX/
Dweak-extern-typeinfo.cpp28 class V2 : public virtual V1 { class
Dvtable-layout-abi-examples.cpp210 struct V2 : virtual V1 { struct
232 // CHECK-7-NEXT: -- (Test3::V2, 32) vtable address --
Dvtt-layout.cpp31 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/
Dsaver.proto44 V2 = 2; enumerator
/external/clang/test/Layout/
Dms-x86-aligned-tail-padding.cpp31 struct V2 { struct
34 V2() : a(0xf0000011f0000011ll), a1(0xf0000011) {} in V2() function
/external/clang/test/CXX/special/class.init/class.inhctor.init/
Dp2.cpp16 struct V2 : virtual B { using B::B; }; struct
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasAnalysis.h168 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/
DTagContextRoundtripTest.java43 private static final TagValue V2 = TagValue.create("v2"); field in TagContextRoundtripTest
/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
Dp6.cpp10 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/
DEquivalenceClasses.h218 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/
DUse.cpp24 Value *V2(RHS.Val); in swap() local
/external/opencensus-java/examples/src/main/java/io/opencensus/examples/tags/
DTagContextExample.java38 private static final TagValue V2 = TagValue.create("v2"); field in TagContextExample
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DAlignOfTest.cpp63 struct V2 { int x; virtual ~V2(); }; struct
/external/clang/lib/Headers/
Dshaintrin.h34 #define _mm_sha1rnds4_epu32(V1, V2, M) __extension__ ({ \ argument
/external/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp147 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/
DLint.cpp138 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/
DSkOTTable_OS_2.h34 struct V2 : SkOTTableOS2_V2 { } v2; struct
/external/skqp/src/sfnt/
DSkOTTable_OS_2.h34 struct V2 : SkOTTableOS2_V2 { } v2; struct

12345678910