Home | History | Annotate | Download | only in renderscript

Lines Matching full:trmv

539             throw new RSRuntimeException("A must be a square matrix for TRMV");
554 throw new RSRuntimeException("Incorrect vector dimensions for TRMV");
688 // TBMV has the same requirements as TRMV + K >= 0
719 // TBMV has the same requirements as TRMV + K >= 0
750 // TBMV has the same requirements as TRMV + K >= 0
781 // TBMV has the same requirements as TRMV + K >= 0
908 // TRSV is the same as TRMV
929 // TRSV is the same as TRMV
950 // TRSV is the same as TRMV
971 // TRSV is the same as TRMV
1000 // TBSV is the same as TRMV + K >= 0
1031 // TBSV is the same as TRMV + K >= 0
1062 // TBSV is the same as TRMV + K >= 0
1093 // TBSV is the same as TRMV + K >= 0