Home
last modified time | relevance | path

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

/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java164 private boolean validateTranspose(int Trans) { in validateTranspose()
173 private boolean validateConjTranspose(int Trans) { in validateConjTranspose()
5592 private boolean validateL3_xSYRK(Element e, int Uplo, int Trans, Allocation A, Allocation C) { in validateL3_xSYRK()
5601 private void xSYRK_API_test(int Uplo, int Trans, ArrayList<Allocation> mMatrix) { in xSYRK_API_test()
5795 private boolean validateHERK(Element e, int Uplo, int Trans, Allocation A, Allocation C) { in validateHERK()
5822 private void xHERK_API_test(int Uplo, int Trans, ArrayList<Allocation> mMatrix) { in xHERK_API_test()
5931 …private boolean validateSYR2K(Element e, int Uplo, int Trans, Allocation A, Allocation B, Allocati… in validateSYR2K()
5964 private void xSYR2K_API_test(int Uplo, int Trans, ArrayList<Allocation> mMatrix) { in xSYR2K_API_test()
6176 …private boolean validateHER2K(Element e, int Uplo, int Trans, Allocation A, Allocation B, Allocati… in validateHER2K()
6207 private void xHER2K_API_test(int Uplo, int Trans, ArrayList<Allocation> mMatrix) { in xHER2K_API_test()