Searched refs:alphaC (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
D | IntrinsicBLAS.java | 37 private final Float2 alphaC = new Float2(1.0f, 0.0f); field in IntrinsicBLAS 256 mBLAS.CGEMV(trans, alphaC, matA, vecX, incX, betaC, vecY, incY); in xGEMV_API_test() 275 mBLAS.CGEMV(trans, alphaC, matA, vecX, incX, betaC, vecY, incY); in xGEMV_API_test() 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() 554 … mBLAS.CGBMV(trans, KL, KU, alphaC, matA, vecX, incX, betaC, vecY, incY); in xGBMV_API_test() 573 mBLAS.CGBMV(trans, KL, KU, alphaC, matA, vecX, incX, betaC, vecY, incY); in xGBMV_API_test() 738 …mBLAS.CGBMV(trans, mBLASData.KL, mBLASData.KU, alphaC, matrixAC, vectorXC, incX, betaC, vectorYC, … in test_L2_CGBMV_Correctness() [all …]
|