Searched defs:DotProduct (Results 1 - 5 of 5) sorted by relevance
/external/openfst/src/include/fst/ |
H A D | power-weight.h | 148 inline W DotProduct(const PowerWeight<W, n> &w1, function in namespace:fst
|
H A D | sparse-power-weight.h | 181 inline const W& DotProduct(const SparsePowerWeight<W, K> &w1, function in namespace:fst
|
/external/skia/include/core/ |
H A D | SkPoint.h | 145 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 D | rotation.h | 192 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 D | fx_coordinates.h | 169 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 1948 milliseconds