Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DReactor.hpp1311 template<class Vector4>
1314 template<class Vector4, int T>
1317 friend Vector4;
1320 operator RValue<Vector4>() const;
1323 Vector4 *parent;
1326 template<class Vector4, int T>
1330 operator RValue<Vector4>() const;
1333 Vector4 *parent;
1336 template<class Vector4, int T>
1339 friend XYZW<Vector4>;
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/
Dinline-vector.ll6 %struct.Vector4 = type { float, float, float, float }
7 @f.vector = internal constant %struct.Vector4 { float 1.000000e+00, float 2.000000e+00, float 3.000…
16 %vector = alloca %struct.Vector4, align 16
17 %agg.tmp = alloca %struct.Vector4, align 16
18 %tmp = bitcast %struct.Vector4* %vector to i8*
19 …call void @llvm.memcpy.p0i8.p0i8.i32(i8* %tmp, i8* bitcast (%struct.Vector4* @f.vector to i8*), i3…
29 %tmp2 = bitcast %struct.Vector4* %agg.tmp to i8*
30 %tmp3 = bitcast %struct.Vector4* %vector to i8*
32 %0 = bitcast %struct.Vector4* %agg.tmp to [2 x i64]*
38 %2 = bitcast %struct.Vector4* %vector to <4 x float>*
[all …]
/external/eigen/test/
Dgeo_orthomethods.cpp25 typedef Matrix<Scalar,4,1> Vector4; in orthomethods_3() typedef
65 Vector4 v40 = Vector4::Random(), in orthomethods_3()
66 v41 = Vector4::Random(), in orthomethods_3()
67 v42 = Vector4::Random(); in orthomethods_3()
71 VERIFY_IS_MUCH_SMALLER_THAN(v40.cross3(Vector4::Random()).dot(v40), Scalar(1)); in orthomethods_3()
Dgeo_transformations.cpp97 typedef Matrix<Scalar,4,1> Vector4; in transformations() typedef
212 mat4 << mat3 , Vector3::Zero() , Vector4::Zero().transpose(); in transformations()