Home
last modified time | relevance | path

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

/external/libmojo/ui/gfx/geometry/
Dvector2d_f.cc49 double DotProduct(const Vector2dF& lhs, const Vector2dF& rhs) { in DotProduct() function
/external/skqp/include/core/
DSkPoint3.h112 static SkScalar DotProduct(const SkPoint3& a, const SkPoint3& b) { in DotProduct() function
DSkPoint.h549 static SkScalar DotProduct(const SkVector& a, const SkVector& b) { in DotProduct() function
/external/skia/include/core/
DSkPoint3.h130 static SkScalar DotProduct(const SkPoint3& a, const SkPoint3& b) { in DotProduct() function
DSkPoint.h551 static SkScalar DotProduct(const SkVector& a, const SkVector& b) { 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/webrtc/webrtc/modules/audio_processing/intelligibility/
Dintelligibility_enhancer.cc366 float IntelligibilityEnhancer::DotProduct(const float* a, in DotProduct() function in webrtc::IntelligibilityEnhancer
/external/skia/site/user/api/
DSkPoint_Reference.md1263 ## DotProduct section in <a name="SkPoint"></a> Struct SkPoint
/external/skqp/site/user/api/
DSkPoint_Reference.md1206 ## DotProduct section in <a name="SkPoint"></a> Struct SkPoint
/external/opencv/cxcore/src/
Dcxmatmul.cpp3268 CV_DEF_INIT_FUNC_TAB_2D( DotProduct, C1R ) in CV_DEF_INIT_FUNC_TAB_2D() argument