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

/external/chromium_org/ui/gfx/geometry/
H A Dvector2d_f.cc44 double CrossProduct(const Vector2dF& lhs, const Vector2dF& rhs) { function in namespace:gfx
H A Dvector3d_f.h102 inline Vector3dF CrossProduct(const Vector3dF& lhs, const Vector3dF& rhs) { function in namespace:gfx
/external/chromium_org/third_party/re2/re2/
H A Dprefilter.cc293 static void CrossProduct(const set<string>& a, function in namespace:re2
310 CrossProduct(a->exact_, b->exact_, &ab->exact_);
/external/chromium_org/third_party/skia/include/core/
H A DSkPoint.h151 static int32_t CrossProduct(const SkIPoint& a, const SkIPoint& b) { function in struct:SkIPoint
441 static SkScalar CrossProduct(const SkPoint& a, const SkPoint& b) { function in struct:SkPoint
446 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.h151 static int32_t CrossProduct(const SkIPoint& a, const SkIPoint& b) { function in struct:SkIPoint
441 static SkScalar CrossProduct(const SkPoint& a, const SkPoint& b) { function in struct:SkPoint
446 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

Completed in 2608 milliseconds