Home
last modified time | relevance | path

Searched defs:Vector4 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Reactor/
H A DSwizzle.hpp79 …Vector4>::Type> operator+(RValue<typename Scalar<Vector4>::Type> lhs, SwizzleMask1<Vector4, T> rhs) in operator +()
85 RValue<typename Scalar<Vector4>::Type> operator+(SwizzleMask1<Vector4, T> lhs, RValue<typename Scal… in operator +()
91 …Vector4>::Type> operator-(RValue<typename Scalar<Vector4>::Type> lhs, SwizzleMask1<Vector4, T> rhs) in operator -()
97 RValue<typename Scalar<Vector4>::Type> operator-(SwizzleMask1<Vector4, T> lhs, RValue<typename Scal… in operator -()
/aosp_15_r20/external/eigen/test/
H A Dgeo_transformations.cpp97 typedef Matrix<Scalar,4,1> Vector4; in transformations() typedef
616 typedef Matrix<Scalar,4,1> Vector4; in transformations_no_scale() typedef
H A Dgeo_orthomethods.cpp25 typedef Matrix<Scalar,4,1> Vector4; in orthomethods_3() typedef
/aosp_15_r20/external/angle/src/common/
H A Dvector_utils.h25 using Vector4 = Vector<4, float>; variable