Home
last modified time | relevance | path

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

/external/quake/quake/src/WinQuake/
Dmathlib.h41 #define DotProduct(x,y) (x[0]*y[0]+x[1]*y[1]+x[2]*y[2]) macro
/external/quake/quake/src/QW/client/
Dmathlib.h41 #define DotProduct(x,y) (x[0]*y[0]+x[1]*y[1]+x[2]*y[2]) macro
/external/skia/legacy/include/core/
DSkPoint.h125 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) { in DotProduct() function
365 static SkScalar DotProduct(const SkPoint& a, const SkPoint& b) { in DotProduct() function
/external/openfst/src/include/fst/
Dpower-weight.h148 inline W DotProduct(const PowerWeight<W, n> &w1, in DotProduct() function
Dsparse-power-weight.h181 inline const W& DotProduct(const SparsePowerWeight<W, K> &w1, in DotProduct() function
/external/skia/include/core/
DSkPoint.h123 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) { in DotProduct() function
418 static SkScalar DotProduct(const SkPoint& a, const SkPoint& b) { in DotProduct() function
/external/valgrind/unittest/
Dlinear_solver.h46 inline double DotProduct (const Vector & other) const { in DotProduct() function
/external/ceres-solver/include/ceres/
Drotation.h473 T DotProduct(const T x[3], const T y[3]) { in DotProduct() function
/external/opencv/cxcore/src/
Dcxmatmul.cpp3268 CV_DEF_INIT_FUNC_TAB_2D( DotProduct, C1R ) in CV_DEF_INIT_FUNC_TAB_2D() argument