Searched defs:DotProduct (Results 1 - 3 of 3) 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/skia/include/core/
H A DSkPoint.h117 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) { function in struct:SkIPoint
291 static SkScalar DotProduct(const SkPoint& a, const SkPoint& b) { function in struct:SkPoint

Completed in 94 milliseconds