Searched refs:Vector4 (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | Reactor.hpp | 1310 template<class Vector4> 1313 template<class Vector4, int T> 1316 friend Vector4; 1319 operator RValue<Vector4>() const; 1322 Vector4 *parent; 1325 template<class Vector4, int T> 1329 operator RValue<Vector4>() const; 1332 Vector4 *parent; 1335 template<class Vector4, int T> 1338 friend XYZW<Vector4>; [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/ |
D | inline-vector.ll | 6 %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/ |
D | geo_orthomethods.cpp | 25 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()
|
D | geo_transformations.cpp | 97 typedef Matrix<Scalar,4,1> Vector4; in transformations() typedef 212 mat4 << mat3 , Vector3::Zero() , Vector4::Zero().transpose(); in transformations()
|