Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPoint3.h112 static SkScalar DotProduct(const SkPoint3& a, const SkPoint3& b) { in DotProduct() function
DSkPoint.h145 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) { in DotProduct() function
454 static SkScalar DotProduct(const SkPoint& a, const SkPoint& 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/pdfium/core/include/fxcrt/
Dfx_coordinates.h138 baseType DotProduct(baseType otherx, baseType othery) const { in DotProduct() function
141 baseType DotProduct(const FXT_VECTOR& v) const { in DotProduct() function
/external/ceres-solver/include/ceres/
Drotation.h577 T DotProduct(const T x[3], const T y[3]) { in DotProduct() function
/external/opencv/cxcore/src/
Dcxmatmul.cpp3268 CV_DEF_INIT_FUNC_TAB_2D( DotProduct, C1R ) in CV_DEF_INIT_FUNC_TAB_2D() argument