Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/geometry/
Dvector2d_f.cc49 double DotProduct(const Vector2dF& lhs, const Vector2dF& rhs) { in DotProduct() function
Dvector3d_f.cc75 float DotProduct(const Vector3dF& lhs, const Vector3dF& rhs) { in DotProduct() function
Dvector3d_unittest.cc179 TEST(Vector3dTest, DotProduct) { in TEST() argument
/external/skia/include/core/
DSkPoint.h145 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) { in DotProduct() function
435 static SkScalar DotProduct(const SkPoint& a, const SkPoint& b) { in DotProduct() function
/external/chromium_org/third_party/skia/include/core/
DSkPoint.h145 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) { in DotProduct() function
435 static SkScalar DotProduct(const SkPoint& a, const SkPoint& b) { in DotProduct() function
/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h163 baseType DotProduct(baseType x, baseType y) const in DotProduct() function
167 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/chromium_org/media/filters/
Daudio_renderer_algorithm_unittest.cc437 TEST_F(AudioRendererAlgorithmTest, DotProduct) { in TEST_F() argument
/external/opencv/cxcore/src/
Dcxmatmul.cpp3268 CV_DEF_INIT_FUNC_TAB_2D( DotProduct, C1R ) in CV_DEF_INIT_FUNC_TAB_2D() argument