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

  /external/chromium_org/ui/gfx/
vector2d_f.cc 49 double DotProduct(const Vector2dF& lhs, const Vector2dF& rhs) {
vector3d_f.cc 75 float DotProduct(const Vector3dF& lhs, const Vector3dF& rhs) {
  /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/chromium_org/third_party/skia/include/core/
SkPoint.h 123 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) {
413 static SkScalar DotProduct(const SkPoint& a, const SkPoint& b) {
428 return DotProduct(*this, vec);
432 return DotProduct(*this, *this);
  /external/skia/include/core/
SkPoint.h 123 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) {
413 static SkScalar DotProduct(const SkPoint& a, const SkPoint& b) {
428 return DotProduct(*this, vec);
432 return DotProduct(*this, *this);
  /external/ceres-solver/include/ceres/
rotation.h 192 T DotProduct(const T x[3], const T y[3]);
397 const T theta2 = DotProduct(angle_axis, angle_axis);
577 T DotProduct(const T x[3], const T y[3]) {
587 const T theta2 = DotProduct(angle_axis, angle_axis);
607 T w_dot_pt = DotProduct(w, pt);

Completed in 1716 milliseconds