Home
last modified time | relevance | path

Searched refs:cross3 (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_aaline.c303 GLfloat cross3 = (info->ex3 * fy3 - info->ey3 * fx3); in compute_coveragef() local
313 if (cross3 == 0.0F) in compute_coveragef()
314 cross3 = info->ex3 + info->ey3; in compute_coveragef()
315 if (cross0 < 0.0F || cross1 < 0.0F || cross2 < 0.0F || cross3 < 0.0F) { in compute_coveragef()
/external/eigen/test/
Dgeo_orthomethods.cpp70 VERIFY_IS_APPROX(v40.cross3(v41), v42); in orthomethods_3()
71 VERIFY_IS_MUCH_SMALLER_THAN(v40.cross3(Vector4::Random()).dot(v40), Scalar(1)); in orthomethods_3()
/external/eigen/Eigen/
DGeometry25 * - cross products (\ref MatrixBase::cross, \ref MatrixBase::cross3)
/external/eigen/Eigen/src/Geometry/
DOrthoMethods.h82 MatrixBase<Derived>::cross3(const MatrixBase<OtherDerived>& other) const in cross3() function
/external/eigen/unsupported/Eigen/
DAlignedVector3187 return AlignedVector3(m_coeffs.cross3(other.m_coeffs));
/external/eigen/Eigen/src/Core/
DMatrixBase.h397 inline PlainObject cross3(const MatrixBase<OtherDerived>& other) const;