Searched +defs:K +defs:B (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 967 … private void xHBMV_API_test(int Uplo, int K, int incX, int incY, ArrayList<Allocation> mMatrix) { in xHBMV_API_test() 1396 … private void xSBMV_API_test(int Uplo, int K, int incX, int incY, ArrayList<Allocation> mMatrix) { in xSBMV_API_test() 2000 …private void xTBMV_API_test(int Uplo, int TransA, int Diag, int K, int incX, ArrayList<Allocation>… in xTBMV_API_test() 2844 …private void xTBSV_API_test(int Uplo, int TransA, int Diag, int K, int incX, ArrayList<Allocation>… in xTBSV_API_test() 4914 …validateL3(Element e, int TransA, int TransB, int Side, Allocation A, Allocation B, Allocation C) { in validateL3() 4984 …private boolean validateL3_xGEMM(Element e, int TransA, int TransB, Allocation A, Allocation B, Al… in validateL3_xGEMM() 5237 …private boolean validateL3_xSYMM(Element e, int Side, int Uplo, Allocation A, Allocation B, Alloca… in validateL3_xSYMM() 5446 …private boolean validateHEMM(Element e, int Side, int Uplo, Allocation A, Allocation B, Allocation… in validateHEMM() 5931 …private boolean validateSYR2K(Element e, int Uplo, int Trans, Allocation A, Allocation B, Allocati… in validateSYR2K() 6176 …private boolean validateHER2K(Element e, int Uplo, int Trans, Allocation A, Allocation B, Allocati… in validateHER2K() [all …]
|