Searched defs:DotProduct (Results 1 – 8 of 8) sorted by relevance
49 double DotProduct(const Vector2dF& lhs, const Vector2dF& rhs) { in DotProduct() function
40 TEST(ArrayUtilTest, DotProduct) { in TEST() argument
41 float DotProduct(const Point& a, const Point& b) { in DotProduct() function
130 static SkScalar DotProduct(const SkPoint3& a, const SkPoint3& b) { in DotProduct() function
520 static SkScalar DotProduct(const SkVector& a, const SkVector& b) { in DotProduct() function
366 float IntelligibilityEnhancer::DotProduct(const float* a, in DotProduct() function in webrtc::IntelligibilityEnhancer