Home
last modified time | relevance | path

Searched refs:alphaS (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java29 private final float alphaS = 1.0f; field in IntrinsicBLAS
252 mBLAS.SGEMV(trans, alphaS, matA, vecX, incX, betaS, vecY, incY); in xGEMV_API_test()
265 mBLAS.SGEMV(trans, alphaS, matA, vecX, incX, betaS, vecY, incY); in xGEMV_API_test()
328 mBLAS.SGEMV(trans, alphaS, matrixAS, vectorXS, incX, betaS, vectorYS, incY); in test_L2_SGEMV_Correctness()
338 mBLAS.SGEMV(trans, alphaS, matrixAS, vectorYS, incY, betaS, vectorXS, incX); in test_L2_SGEMV_Correctness()
345 mBLAS.SGEMV(trans, alphaS, matrixAS, vectorYS, incY, betaS, vectorXS, incX); in test_L2_SGEMV_Correctness()
360 mBLAS.SGEMV(trans, alphaS, matrixAS, vectorXS, incX, betaS, vectorYS, incY); in test_L2_SGEMV_Correctness()
550 … mBLAS.SGBMV(trans, KL, KU, alphaS, matA, vecX, incX, betaS, vecY, incY); in xGBMV_API_test()
563 mBLAS.SGBMV(trans, KL, KU, alphaS, matA, vecX, incX, betaS, vecY, incY); in xGBMV_API_test()
628 …mBLAS.SGBMV(trans, mBLASData.KL, mBLASData.KU, alphaS, matrixAS, vectorXS, incX, betaS, vectorYS, … in test_L2_SGBMV_Correctness()
[all …]