Searched defs:CrossProduct (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dvector2d_f.cc44 double CrossProduct(const Vector2dF& lhs, const Vector2dF& rhs) { function in namespace:gfx
H A Dvector3d_f.h101 inline Vector3dF CrossProduct(const Vector3dF& lhs, const Vector3dF& rhs) { function in namespace:gfx
/external/chromium_org/third_party/re2/re2/
H A Dprefilter.cc301 static void CrossProduct(const set<string>& a, function in namespace:re2
318 CrossProduct(a->exact_, b->exact_, &ab->exact_);
/external/chromium_org/third_party/skia/include/core/
H A DSkPoint.h129 static int32_t CrossProduct(const SkIPoint& a, const SkIPoint& b) { function in struct:SkIPoint
419 static SkScalar CrossProduct(const SkPoint& a, const SkPoint& b) { function in struct:SkPoint
424 return CrossProduct(*this, vec);
/external/regex-re2/re2/
H A Dprefilter.cc301 static void CrossProduct(const set<string>& a, function in namespace:re2
318 CrossProduct(a->exact_, b->exact_, &ab->exact_);
/external/skia/include/core/
H A DSkPoint.h129 static int32_t CrossProduct(const SkIPoint& a, const SkIPoint& b) { function in struct:SkIPoint
419 static SkScalar CrossProduct(const SkPoint& a, const SkPoint& b) { function in struct:SkPoint
424 return CrossProduct(*this, vec);
/external/ceres-solver/include/ceres/
H A Drotation.h189 void CrossProduct(const T x[3], const T y[3], T x_cross_y[3]);
570 void CrossProduct(const T x[3], const T y[3], T x_cross_y[3]) { function in namespace:ceres
606 CrossProduct(w, pt, w_cross_pt);
629 CrossProduct(angle_axis, pt, w_cross_pt);

Completed in 191 milliseconds