HomeSort by relevance Sort by last modified time
    Searched defs:DotProduct (Results 1 - 7 of 7) sorted by null

  /external/quake/quake/src/QW/client/
mathlib.h 41 #define DotProduct(x,y) (x[0]*y[0]+x[1]*y[1]+x[2]*y[2])
  /external/quake/quake/src/WinQuake/
mathlib.h 41 #define DotProduct(x,y) (x[0]*y[0]+x[1]*y[1]+x[2]*y[2])
  /external/openfst/src/include/fst/
power-weight.h 148 inline W DotProduct(const PowerWeight<W, n> &w1,
sparse-power-weight.h 181 inline const W& DotProduct(const SparsePowerWeight<W, K> &w1,
  /external/valgrind/unittest/
linear_solver.h 46 inline double DotProduct (const Vector & other) const {
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.cpp 194 double SparseWeightVector<Key, Hash>::DotProduct(
  /external/skia/include/core/
SkPoint.h 125 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) {
365 static SkScalar DotProduct(const SkPoint& a, const SkPoint& b) {
380 return DotProduct(*this, vec);
384 return DotProduct(*this, *this);

Completed in 451 milliseconds