HomeSort by relevance Sort by last modified time
    Searched refs:doInverse (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuMatrix.hpp 98 static Matrix<T, Size, Size> doInverse (const Matrix<T, Size, Size>& mat);
105 static Matrix<T, 2, 2> doInverse (const Matrix<T, 2, 2>& mat);
112 static Matrix<T, 3, 3> doInverse (const Matrix<T, 3, 3>& mat);
119 static Matrix<T, 4, 4> doInverse (const Matrix<T, 4, 4>& mat);
134 return SquareMatrixOps<T, Size>::doInverse(mat);
194 Matrix<T, 2, 2> SquareMatrixOps<T, 2>::doInverse (const Matrix<T, 2, 2>& mat)
210 Matrix<T, 3, 3> SquareMatrixOps<T, 3>::doInverse (const Matrix<T, 3, 3>& mat)
259 Matrix<T, 4, 4> SquareMatrixOps<T, 4>::doInverse (const Matrix<T, 4, 4>& mat)
  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.c 1314 int doInverse = l->sens > 0;
1372 if (cardinality && !doInverse) {
    [all...]

Completed in 165 milliseconds