Home
last modified time | relevance | path

Searched defs:cross3 (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Geometry/
DOrthoMethods.h82 MatrixBase<Derived>::cross3(const MatrixBase<OtherDerived>& other) const in cross3() function
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c303 GLfloat cross3 = (info->ex3 * fy3 - info->ey3 * fx3); in compute_coveragef() local