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

/external/quake/quake/src/QW/client/
H A Dmathlib.h41 #define DotProduct(x,y) (x[0]*y[0]+x[1]*y[1]+x[2]*y[2]) macro
/external/quake/quake/src/WinQuake/
H A Dmathlib.h41 #define DotProduct(x,y) (x[0]*y[0]+x[1]*y[1]+x[2]*y[2]) macro
/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/valgrind/unittest/
H A Dlinear_solver.h46 inline double DotProduct (const Vector & other) const { function in class:Vector
/external/skia/include/core/
H A DSkPoint.h125 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) { function in struct:SkIPoint
365 static SkScalar DotProduct(const SkPoint& a, const SkPoint& b) { function in struct:SkPoint
380 return DotProduct(*this, vec);
384 return DotProduct(*this, *this);

Completed in 178 milliseconds