Home
last modified time | relevance | path

Searched defs:DotProduct (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Dvector2d_f.cc49 double DotProduct(const Vector2dF& lhs, const Vector2dF& rhs) { in DotProduct() function
Dvector3d_f.cc74 float DotProduct(const Vector3dF& lhs, const Vector3dF& rhs) { in DotProduct() function
Dvector3d_unittest.cc182 TEST(Vector3dTest, DotProduct) { in TEST() argument
/external/skia/include/core/
DSkPoint3.h130 static SkScalar DotProduct(const SkPoint3& a, const SkPoint3& b) { in DotProduct() function
DSkPoint.h524 static SkScalar DotProduct(const SkVector& a, const SkVector& b) { in DotProduct() function
/external/skqp/include/core/
DSkPoint3.h130 static SkScalar DotProduct(const SkPoint3& a, const SkPoint3& b) { in DotProduct() function
DSkPoint.h520 static SkScalar DotProduct(const SkVector& a, const SkVector& b) { in DotProduct() function
/external/webrtc/rtc_tools/frame_analyzer/
Dlinear_least_squares.cc34 R DotProduct(const std::valarray<T>& a, const std::valarray<T>& b) { in DotProduct() function