Home
last modified time | relevance | path

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

/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java28 private ArrayList<Allocation> mMatrixS; field in IntrinsicBLAS
74 mMatrixS = new ArrayList<Allocation>(); in setUp()
80mMatrixS.add(Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), x, y))); in setUp()
88 mMatrixS.add(misAlloc); in setUp()
299 L2_xGEMV_API(mMatrixS); in test_L2_SGEMV_API()
599 L2_xGBMV_API(mMatrixS); in test_L2_SGBMV_API()
1311 L2_xSYMV_API(mMatrixS); in test_L2_SSYMV_API()
1445 L2_xSBMV_API(mMatrixS); in test_L2_SSBMV_API()
1612 L2_xSPMV_API(mMatrixS); in test_L2_SSPMV_API()
1791 L2_xTRMV_API(mMatrixS); in test_L2_STRMV_API()
[all …]