Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DPackedVectorTest.cpp34 PackedVector<unsigned, 2> Vec2(3); in TEST() local
77 PackedVector<unsigned, 3> Vec2(1); in TEST() local
92 PackedVector<signed, 3> Vec2(1); in TEST() local
/external/clang/test/CodeGen/
Darm_function_epilog.cpp4 struct Vec2 { struct
10 // CHECK: define arm_aapcs_vfpcc %struct.Vec2 @_Z7getVec2v() argument
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
DVec2.java31 public class Vec2 implements Serializable { class
36 public Vec2() { in Vec2() method in Vec2
40 public Vec2(float x, float y) { in Vec2() method in Vec2
45 public Vec2(Vec2 toCopy) { in Vec2() method in Vec2
/external/opencv3/3rdparty/openexr/Imath/
DImathVec.h61 template <class T> class Vec2; variable
867 Vec2<T>::Vec2 () in Vec2() function
874 Vec2<T>::Vec2 (T a) in Vec2() function
881 Vec2<T>::Vec2 (T a, T b) in Vec2() function
889 Vec2<T>::Vec2 (const Vec2 &v) in Vec2() function
898 Vec2<T>::Vec2 (const Vec2<S> &v) in Vec2() function
/external/deqp/framework/common/
DtcuVectorType.hpp39 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/opencv3/modules/viz/src/vtk/
DvtkCloudMatSource.cpp269 typedef Vec<_Tn, 2> Vec2; in filterNanTCoordsCopy() typedef
/external/vulkan-validation-layers/libs/glm/detail/
Dintrinsic_matrix.inl349 __m128 Vec2 = _mm_shuffle_ps(Temp2, Temp2, _MM_SHUFFLE(2, 2, 2, 0)); local
695 __m128 Vec2 = _mm_shuffle_ps(Temp2, Temp2, _MM_SHUFFLE(2, 2, 2, 0)); local
916 __m128 Vec2 = _mm_shuffle_ps(Temp2, Temp2, _MM_SHUFFLE(2, 2, 2, 0)); local
Dtype_mat4x4.inl514 detail::tvec4<T, P> Vec2(m[1][2], m[0][2], m[0][2], m[0][2]); local
/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.cpp2056 SDValue Vec2; in ExpandBVWithShuffles() local
2171 SDValue Vec2; in ExpandBUILD_VECTOR() local
/external/deqp/modules/gles2/scripts/
Dgenutil.py309 class Vec2(Vec): class
/external/deqp/modules/gles3/scripts/
Dgenutil.py373 class Vec2(Vec): class
/external/deqp/modules/gles31/scripts/
Dgenutil.py375 class Vec2(Vec): class
/external/clang/lib/AST/
DASTImporter.cpp553 const DependentSizedExtVectorType *Vec2 in IsStructurallyEquivalent() local
568 const VectorType *Vec2 = cast<VectorType>(T2); in IsStructurallyEquivalent() local
/external/clang/lib/Sema/
DSemaOverload.cpp7722 Vec2 = CandidateTypes[1].vector_begin(), in addGenericBinaryArithmeticOverloads() local
7970 Vec2 = CandidateTypes[1].vector_begin(), in addAssignmentArithmeticOverloads() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4344 Value *Vec1, *Vec2, *Mask; in parseFunctionBody() local