/external/clang/test/CodeGen/ |
D | sse41-builtins.c | 9 __m128i test_mm_blend_epi16(__m128i V1, __m128i V2) { in test_mm_blend_epi16() 15 __m128d test_mm_blend_pd(__m128d V1, __m128d V2) { in test_mm_blend_pd() 21 __m128 test_mm_blend_ps(__m128 V1, __m128 V2) { in test_mm_blend_ps() 27 __m128i test_mm_blendv_epi8(__m128i V1, __m128i V2, __m128i V3) { in test_mm_blendv_epi8() 33 __m128d test_mm_blendv_pd(__m128d V1, __m128d V2, __m128d V3) { in test_mm_blendv_pd() 39 __m128 test_mm_blendv_ps(__m128 V1, __m128 V2, __m128 V3) { in test_mm_blendv_ps()
|
/external/eigen/test/eigen2/ |
D | eigen2_smallvectors.cpp | 14 typedef Matrix<Scalar, 1, 2> V2; in smallVectors() typedef
|
/external/clang/test/Layout/ |
D | ms-x86-aligned-tail-padding.cpp | 31 struct V2 { struct 34 V2() : a(0xf0000011f0000011ll), a1(0xf0000011) {} in V2() argument
|
/external/eigen/test/ |
D | smallvectors.cpp | 15 typedef Matrix<Scalar, 1, 2> V2; in smallVectors() typedef
|
/external/clang/test/CodeGenCXX/ |
D | vtable-layout-abi-examples.cpp | 210 struct V2 : virtual V1 { struct 232 // CHECK-7-NEXT: -- (Test3::V2, 32) vtable address --
|
D | weak-extern-typeinfo.cpp | 28 class V2 : public virtual V1 { class
|
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
|
D | vtable-layout.cpp | 241 struct V2 : virtual V1 { int v1; }; struct 252 // CHECK-9-NEXT: 2 | Test4::V2 *Test4::D::f() 1050 struct V2 : virtual V1 { struct 1064 // CHECK-29-NEXT: -- (Test22::V2, 16) vtable address -- 1448 struct V2 : virtual V1 { }; struct
|
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/ |
D | Mesh.cpp | 17 Triangle::Triangle(int id, cv::Point3f V0, cv::Point3f V1, cv::Point3f V2) in Triangle()
|
D | PnPProblem.cpp | 236 cv::Point3f V2 = mesh->getVertex(triangles_list[i][2]); in backproject2DPoint() local 271 cv::Point3f V2 = Triangle.getV1(); in intersect_MollerTrumbore() local
|
/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/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/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
|
D | avxintrin.h | 296 #define _mm256_permute2f128_pd(V1, V2, M) __extension__ ({ \ argument 300 #define _mm256_permute2f128_ps(V1, V2, M) __extension__ ({ \ argument 304 #define _mm256_permute2f128_si256(V1, V2, M) __extension__ ({ \ argument 309 #define _mm256_blend_pd(V1, V2, M) __extension__ ({ \ argument 317 #define _mm256_blend_ps(V1, V2, M) __extension__ ({ \ argument 344 #define _mm256_dp_ps(V1, V2, M) __extension__ ({ \ argument 1158 #define _mm256_insertf128_ps(V1, V2, M) __extension__ ({ \ argument 1171 #define _mm256_insertf128_pd(V1, V2, M) __extension__ ({ \ argument 1180 #define _mm256_insertf128_si256(V1, V2, M) __extension__ ({ \ argument
|
/external/skia/src/sfnt/ |
D | SkOTTable_OS_2.h | 34 struct V2 : SkOTTableOS2_V2 { } v2; struct
|
/external/llvm/lib/Target/Hexagon/ |
D | BitTracker.cpp | 442 const BitValue &V2 = A2[I]; in eADD() local 451 const BitValue &V2 = A2[I]; in eADD() local 476 const BitValue &V2 = A2[I]; in eSUB() local 485 const BitValue &V2 = A2[I]; in eSUB() local 563 const BitValue &V2 = A2[i]; in eAND() local 586 const BitValue &V2 = A2[i]; in eORL() local 609 const BitValue &V2 = A2[i]; in eXOR() local
|
/external/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 188 AliasResult alias(const Value *V1, uint64_t V1Size, const Value *V2, in alias() 194 AliasResult alias(const Value *V1, const Value *V2) { in alias() 206 bool isNoAlias(const Value *V1, uint64_t V1Size, const Value *V2, in isNoAlias() 212 bool isNoAlias(const Value *V1, const Value *V2) { in isNoAlias() 223 bool isMustAlias(const Value *V1, const Value *V2) { in isMustAlias()
|
/external/opencv/cxcore/src/ |
D | cxjacobieigens.cpp | 111 float *A2 = A + n * (p + 1), *V2 = V + n * (p + 1); in icvJacobiEigens_32f() local 223 double *A1 = A, *V1 = V, *A2 = A, *V2 = V; in icvJacobiEigens_64d() local
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 93 const Value *V2, const Module *M) { in PrintResults() 131 const Value *V2, const Module *M) { in PrintLoadStoreResults()
|
D | BasicAliasAnalysis.cpp | 890 const AAMDNodes &V1AAInfo, const Value *V2, in aliasGEP() 1146 const Value *V2, uint64_t V2Size, in aliasSelect() 1177 const AAMDNodes &PNAAInfo, const Value *V2, in aliasPHI() 1283 AAMDNodes V1AAInfo, const Value *V2, in aliasCheck() 1442 const Value *V2) { in isValueEqualInPotentialCycles()
|
/external/llvm/unittests/ADT/ |
D | IntrusiveRefCntPtrTest.cpp | 25 VirtualRefCounted *V2 = new VirtualRefCounted(*V1); in TEST() local
|
/external/llvm/lib/Support/ |
D | StringMap.cpp | 160 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); in RemoveKey() local
|
D | FileUtilities.cpp | 85 double V1 = 0.0, V2 = 0.0; in CompareNumbers() local
|
/external/clang/test/SemaCXX/ |
D | cxx1y-variable-templates_in_class.cpp | 242 template<typename B> static const int V2; member 246 template<typename A> template<typename B> const int S<A>::V2<B*> = 456; member in in_class_template::definition_after_outer_instantiation::S<A> 258 template<typename A> template<typename B> const int S<A>::V2<B&> = 789; member in in_class_template::definition_after_outer_instantiation::S<A>
|