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

/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
460 static SkScalar CrossProduct(const SkPoint& a, const SkPoint& b) { function in struct:SkPoint
465 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 129 milliseconds