Home
last modified time | relevance | path

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

/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java189 private boolean validateUplo(int Uplo) { in validateUplo()
835 private void xHEMV_API_test(int Uplo, int incX, int incY, ArrayList<Allocation> mMatrix) { in xHEMV_API_test()
967 … private void xHBMV_API_test(int Uplo, int K, int incX, int incY, ArrayList<Allocation> mMatrix) { in xHBMV_API_test()
1100 private void xHPMV_API_test(int Uplo, int incX, int incY, ArrayList<Allocation> mMatrix) { in xHPMV_API_test()
1233 …private boolean validateSYMV(Element e, int Uplo, Allocation A, Allocation X, int incX, Allocation… in validateSYMV()
1264 private void xSYMV_API_test(int Uplo, int incX, int incY, ArrayList<Allocation> mMatrix) { in xSYMV_API_test()
1396 … private void xSBMV_API_test(int Uplo, int K, int incX, int incY, ArrayList<Allocation> mMatrix) { in xSBMV_API_test()
1529 …private boolean validateSPMV(Element e, int Uplo, Allocation Ap, Allocation X, int incX, Allocatio… in validateSPMV()
1565 private void xSPMV_API_test(int Uplo, int incX, int incY, ArrayList<Allocation> mMatrix) { in xSPMV_API_test()
1699 …private boolean validateTRMV(Element e, int Uplo, int TransA, int Diag, Allocation A, Allocation X… in validateTRMV()
[all …]