Searched refs:vectorXC (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 431 …Allocation vectorXC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASData… in test_L2_CGEMV_Correctness() local 434 vectorXC.copyFrom(mBLASData.L2_cGEMV_x_n1); 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() 451 verifyMatrix(vectorYRef, vectorXC); in test_L2_CGEMV_Correctness() 454 vectorXC.copyFrom(mBLASData.L2_cGEMV_x_n1); in test_L2_CGEMV_Correctness() 455 mBLAS.CGEMV(trans, alphaC, matrixAC, vectorYC, incY, betaC, vectorXC, incX); in test_L2_CGEMV_Correctness() 457 verifyMatrix(vectorYRef, vectorXC); in test_L2_CGEMV_Correctness() 465 vectorXC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), dimX, 1)); in test_L2_CGEMV_Correctness() 467 vectorXC.copyFrom(mBLASData.L2_cGEMV_x_n2); in test_L2_CGEMV_Correctness() [all …]
|