Searched defs:Vector4 (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | Swizzle.hpp | 79 …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 D | geo_transformations.cpp | 97 typedef Matrix<Scalar,4,1> Vector4; in transformations() typedef 616 typedef Matrix<Scalar,4,1> Vector4; in transformations_no_scale() typedef
|
H A D | geo_orthomethods.cpp | 25 typedef Matrix<Scalar,4,1> Vector4; in orthomethods_3() typedef
|
/aosp_15_r20/external/angle/src/common/ |
H A D | vector_utils.h | 25 using Vector4 = Vector<4, float>; variable
|