Searched defs:doInverse (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuMatrix.hpp | 229 Matrix<T, 2, 2> SquareMatrixOps<T, 2>::doInverse(const Matrix<T, 2, 2> &mat) in doInverse() function in tcu::SquareMatrixOps 245 Matrix<T, 3, 3> SquareMatrixOps<T, 3>::doInverse(const Matrix<T, 3, 3> &mat) in doInverse() function in tcu::SquareMatrixOps 284 Matrix<T, 4, 4> SquareMatrixOps<T, 4>::doInverse(const Matrix<T, 4, 4> &mat) in doInverse() function in tcu::SquareMatrixOps
|
/aosp_15_r20/external/selinux/mcstrans/src/ |
H A D | mcstrans.c | 1377 int doInverse = l->sens > 0; in compute_trans_from_raw() local
|