Searched defs:DotProduct (Results 1 - 8 of 8) sorted by last modified time

/external/skia/include/core/
H A DSkPoint.h145 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) { function in struct:SkIPoint
435 static SkScalar DotProduct(const SkPoint& a, const SkPoint& b) { function in struct:SkPoint
450 return DotProduct(*this, vec);
454 return DotProduct(*this, *this);
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h163 baseType DotProduct(baseType x, baseType y) const function in class:CFX_VTemplate
167 baseType DotProduct(const FXT_VECTOR &v) const function in class:CFX_VTemplate
182 baseType t = DotProduct(x, y);
209 FX_FLOAT dotProduct = v1.DotProduct(v2);
/external/openfst/src/include/fst/
H A Dpower-weight.h148 inline W DotProduct(const PowerWeight<W, n> &w1, function in namespace:fst
H A Dsparse-power-weight.h181 inline const W& DotProduct(const SparsePowerWeight<W, K> &w1, function in namespace:fst
/external/chromium_org/third_party/skia/include/core/
H A DSkPoint.h145 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) { function in struct:SkIPoint
435 static SkScalar DotProduct(const SkPoint& a, const SkPoint& b) { function in struct:SkPoint
450 return DotProduct(*this, vec);
454 return DotProduct(*this, *this);
/external/chromium_org/ui/gfx/geometry/
H A Dvector2d_f.cc49 double DotProduct(const Vector2dF& lhs, const Vector2dF& rhs) { function in namespace:gfx
H A Dvector3d_f.cc75 float DotProduct(const Vector3dF& lhs, const Vector3dF& rhs) { function in namespace:gfx
/external/ceres-solver/include/ceres/
H A Drotation.h192 T DotProduct(const T x[3], const T y[3]);
397 const T theta2 = DotProduct(angle_axis, angle_axis);
577 T DotProduct(const T x[3], const T y[3]) { function in namespace:ceres
583 const T theta2 = DotProduct(angle_axis, angle_axis);

Completed in 1785 milliseconds