Searched defs:DotProduct (Results 1 - 7 of 7) sorted by relevance

/external/libmojo/ui/gfx/geometry/
H A Dvector2d_f.cc49 double DotProduct(const Vector2dF& lhs, const Vector2dF& rhs) { function in namespace:gfx
/external/webrtc/webrtc/modules/audio_processing/beamformer/
H A Darray_util.cc41 float DotProduct(const Point& a, const Point& b) { function in namespace:webrtc
52 return DotProduct(cross_product, cross_product) < kMaxDotProduct;
56 return std::abs(DotProduct(a, b)) < kMaxDotProduct;
/external/skia/include/core/
H A DSkPoint3.h130 static SkScalar DotProduct(const SkPoint3& a, const SkPoint3& b) { function in struct:SkPoint3
135 return DotProduct(*this, vec);
H A DSkPoint.h551 static SkScalar DotProduct(const SkVector& a, const SkVector& b) { function in struct:SkPoint
588 return DotProduct(*this, vec);
/external/skqp/include/core/
H A DSkPoint3.h112 static SkScalar DotProduct(const SkPoint3& a, const SkPoint3& b) { function in struct:SkPoint3
117 return DotProduct(*this, vec);
H A DSkPoint.h549 static SkScalar DotProduct(const SkVector& a, const SkVector& b) { function in struct:SkPoint
586 return DotProduct(*this, vec);
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
H A Dintelligibility_enhancer.cc202 DotProduct(gains_eq_.get(), filtered_clear_var_.get(), bank_size_);
205 DotProduct(gains_eq_.get(), filtered_clear_var_.get(), bank_size_);
228 DotProduct(gains_eq_.get(), filtered_clear_var_.get(), bank_size_);
362 result[i] = DotProduct(&filter_bank_[i][0], var, freqs_);
366 float IntelligibilityEnhancer::DotProduct(const float* a, function in class:webrtc::IntelligibilityEnhancer

Completed in 318 milliseconds