Lines Matching refs:Vector4f
46 class Vector4f class
49 Vector4f();
50 Vector4f(float x, float y, float z, float w);
51 Vector4f(const Vector4f &rhs);
54 Vector4f &operator=(const Vector4f &rhs);
210 Float4 dot2(const Vector4f &v0, const Vector4f &v1);
211 Float4 dot3(const Vector4f &v0, const Vector4f &v1);
212 Float4 dot4(const Vector4f &v0, const Vector4f &v1);
532 struct PrintValue::Ty<sw::Vector4f>
534 static std::string fmt(const sw::Vector4f &v) in fmt()
542 static std::vector<rr::Value *> val(const sw::Vector4f &v) in val()