Home
last modified time | relevance | path

Searched +defs:K +defs:N (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java210 int N = A.getType().getX(); in validateGEMV() local
967 … private void xHBMV_API_test(int Uplo, int K, int incX, int incY, ArrayList<Allocation> mMatrix) { in xHBMV_API_test()
1160 int N = mBLASData.dN; in test_L2_CHPMV_Correctness() local
1199 int N = mBLASData.dN; in test_L2_ZHPMV_Correctness() local
1237 int N = A.getType().getY(); in validateSYMV() local
1396 … private void xSBMV_API_test(int Uplo, int K, int incX, int incY, ArrayList<Allocation> mMatrix) { in xSBMV_API_test()
1546 int N = (int)Math.sqrt((double)Ap.getType().getX() * 2); in validateSPMV() local
1625 int N = mBLASData.dN; in test_L2_SSPMV_Correctness() local
1664 int N = mBLASData.dN; in test_L2_DSPMV_Correctness() local
1709 int N = A.getType().getY(); in validateTRMV() local
[all …]