Home
last modified time | relevance | path

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

/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java197 private boolean validateVecInput(Allocation X) { in validateVecInput()
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
1529 …private boolean validateSPMV(Element e, int Uplo, Allocation Ap, Allocation X, int incX, Allocatio… in validateSPMV()
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
[all …]