Home
last modified time | relevance | path

Searched defs:Vec2 (Results 1 – 13 of 13) sorted by relevance

/external/llvm/unittests/ADT/
DPackedVectorTest.cpp34 PackedVector<unsigned, 2> Vec2(3); in TEST() local
89 PackedVector<unsigned, 3> Vec2(1); in TEST() local
104 PackedVector<signed, 3> Vec2(1); in TEST() local
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
Dvoronoi.cc80 struct Vec2 { struct
82 Vec2() {} in Vec2() function
83 Vec2(float px, float py) { in Vec2() argument
87 void Set(float px, float py) { in Set()
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
Dvoronoi.cc86 struct Vec2 { struct
88 Vec2() {} in Vec2() argument
89 Vec2(float px, float py) { in Vec2() function
93 void Set(float px, float py) { in Set()
/external/deqp/framework/common/
DtcuVectorType.hpp38 typedef Vector<float, 2> Vec2; typedef
/external/ceres-solver/examples/
Dlibmv_homography.cc71 typedef Eigen::Matrix<double, 2, 1> Vec2; typedef
254 typedef Eigen::Matrix<T, 2, 1> Vec2; in operator ()() typedef
/external/deqp/modules/gles3/functional/
Des3fTextureUnitTests.cpp299 static float calculateLodMax(const tcu::Vector<tcu::Vec2, 3>& derivateParts, const tcu::IVec3& text… in calculateLodMax()
315 static float calculateLodMin(const tcu::Vector<tcu::Vec2, 3>& derivateParts, const tcu::IVec3& text… in calculateLodMin()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1894 SDValue Vec2; in ExpandBVWithShuffles() local
2007 SDValue Vec2; in ExpandBUILD_VECTOR() local
/external/deqp/modules/gles2/scripts/
Dgenutil.py309 class Vec2(Vec): class
/external/clang/lib/AST/
DASTImporter.cpp508 const DependentSizedExtVectorType *Vec2 in IsStructurallyEquivalent() local
523 const VectorType *Vec2 = cast<VectorType>(T2); in IsStructurallyEquivalent() local
/external/deqp/modules/gles31/scripts/
Dgenutil.py369 class Vec2(Vec): class
/external/deqp/modules/gles3/scripts/
Dgenutil.py367 class Vec2(Vec): class
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2567 Value *Vec1, *Vec2, *Mask; in ParseFunctionBody() local
/external/clang/lib/Sema/
DSemaOverload.cpp7468 Vec2 = CandidateTypes[1].vector_begin(), in addGenericBinaryArithmeticOverloads() local
7716 Vec2 = CandidateTypes[1].vector_begin(), in addAssignmentArithmeticOverloads() local