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
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Darray_util_unittest.cc40 TEST(ArrayUtilTest, DotProduct) { in TEST() argument
Darray_util.cc41 float DotProduct(const Point& a, const Point& b) { in DotProduct() function
/external/skia/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/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/webrtc/modules/audio_processing/intelligibility/
Dintelligibility_enhancer.cc366 float IntelligibilityEnhancer::DotProduct(const float* a, in DotProduct() function in webrtc::IntelligibilityEnhancer