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

/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/skia/include/core/
H A DSkPoint.h145 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) { function in struct:SkIPoint
454 static SkScalar DotProduct(const SkPoint& a, const SkPoint& b) { function in struct:SkPoint
469 return DotProduct(*this, vec);
473 return DotProduct(*this, *this);
/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);
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h169 baseType DotProduct(baseType otherx, baseType othery) const function in class:CFX_VTemplate
173 baseType DotProduct(const FXT_VECTOR &v) const function in class:CFX_VTemplate
188 baseType t = DotProduct(otherx, othery);
215 FX_FLOAT dotProduct = v1.DotProduct(v2);

Completed in 228 milliseconds