Home
last modified time | relevance | path

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

/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java36 private ArrayList<Allocation> mMatrixC; field in IntrinsicBLAS
76 mMatrixC = new ArrayList<Allocation>(); in setUp()
82mMatrixC.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), x, y))); in setUp()
90 mMatrixC.add(misAlloc); in setUp()
307 L2_xGEMV_API(mMatrixC); in test_L2_CGEMV_API()
607 L2_xGBMV_API(mMatrixC); in test_L2_CGBMV_API()
882 L2_xHEMV_API(mMatrixC); in test_L2_CHEMV_API()
1016 L2_xHBMV_API(mMatrixC); in test_L2_CHBMV_API()
1147 L2_xHPMV_API(mMatrixC); in test_L2_CHPMV_API()
1799 L2_xTRMV_API(mMatrixC); in test_L2_CTRMV_API()
[all …]