Searched refs:matrixAC (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 430 …Allocation matrixAC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASData… in test_L2_CGEMV_Correctness() local 433 matrixAC.copyFrom(mBLASData.L2_cGEMV_A_mn); in test_L2_CGEMV_Correctness() 438 mBLAS.CGEMV(trans, alphaC, matrixAC, vectorXC, incX, betaC, vectorYC, incY); in test_L2_CGEMV_Correctness() 448 mBLAS.CGEMV(trans, alphaC, matrixAC, vectorYC, incY, betaC, vectorXC, incX); in test_L2_CGEMV_Correctness() 455 mBLAS.CGEMV(trans, alphaC, matrixAC, vectorYC, incY, betaC, vectorXC, incX); in test_L2_CGEMV_Correctness() 470 mBLAS.CGEMV(trans, alphaC, matrixAC, vectorXC, incX, betaC, vectorYC, incY); in test_L2_CGEMV_Correctness() 730 …Allocation matrixAC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASData… in test_L2_CGBMV_Correctness() local 733 …matrixAC.copy2DRangeFrom(0, 0, mBLASData.KL + mBLASData.KU + 1, mBLASData.dM, mBLASData.L2_cGBMV_A… in test_L2_CGBMV_Correctness() 738 …mBLAS.CGBMV(trans, mBLASData.KL, mBLASData.KU, alphaC, matrixAC, vectorXC, incX, betaC, vectorYC, … in test_L2_CGBMV_Correctness() 748 …mBLAS.CGBMV(trans, mBLASData.KL, mBLASData.KU, alphaC, matrixAC, vectorYC, incY, betaC, vectorXC, … in test_L2_CGBMV_Correctness() [all …]
|