Searched defs:DotProduct (Results 1 – 9 of 9) sorted by relevance
/external/quake/quake/src/WinQuake/ |
D | mathlib.h | 41 #define DotProduct(x,y) (x[0]*y[0]+x[1]*y[1]+x[2]*y[2]) macro
|
/external/quake/quake/src/QW/client/ |
D | mathlib.h | 41 #define DotProduct(x,y) (x[0]*y[0]+x[1]*y[1]+x[2]*y[2]) macro
|
/external/skia/legacy/include/core/ |
D | SkPoint.h | 125 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/ |
D | power-weight.h | 148 inline W DotProduct(const PowerWeight<W, n> &w1, in DotProduct() function
|
D | sparse-power-weight.h | 181 inline const W& DotProduct(const SparsePowerWeight<W, K> &w1, in DotProduct() function
|
/external/skia/include/core/ |
D | SkPoint.h | 123 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/ |
D | linear_solver.h | 46 inline double DotProduct (const Vector & other) const { in DotProduct() function
|
/external/ceres-solver/include/ceres/ |
D | rotation.h | 473 T DotProduct(const T x[3], const T y[3]) { in DotProduct() function
|
/external/opencv/cxcore/src/ |
D | cxmatmul.cpp | 3268 CV_DEF_INIT_FUNC_TAB_2D( DotProduct, C1R ) in CV_DEF_INIT_FUNC_TAB_2D() argument
|