Searched defs:DotProduct (Results 1 – 8 of 8) sorted by relevance
49 double DotProduct(const Vector2dF& lhs, const Vector2dF& rhs) { in DotProduct() function
74 float DotProduct(const Vector3dF& lhs, const Vector3dF& rhs) { in DotProduct() function
182 TEST(Vector3dTest, DotProduct) { in TEST() argument
130 static SkScalar DotProduct(const SkPoint3& a, const SkPoint3& b) { in DotProduct() function
524 static SkScalar DotProduct(const SkVector& a, const SkVector& b) { in DotProduct() function
520 static SkScalar DotProduct(const SkVector& a, const SkVector& b) { in DotProduct() function
34 R DotProduct(const std::valarray<T>& a, const std::valarray<T>& b) { in DotProduct() function