Searched +defs:A +defs:N (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 205 …private boolean validateGEMV(Element e, int TransA, Allocation A, Allocation X, int incX, Allocati… in validateGEMV() 210 int N = A.getType().getX(); in validateGEMV() local 1160 int N = mBLASData.dN; in test_L2_CHPMV_Correctness() local 1199 int N = mBLASData.dN; in test_L2_ZHPMV_Correctness() local 1233 …private boolean validateSYMV(Element e, int Uplo, Allocation A, Allocation X, int incX, Allocation… in validateSYMV() 1237 int N = A.getType().getY(); in validateSYMV() local 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 1699 …private boolean validateTRMV(Element e, int Uplo, int TransA, int Diag, Allocation A, Allocation X… in validateTRMV() [all …]
|