Home
last modified time | relevance | path

Searched defs:matrixAD (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/cts/tests/tests/rsblas/src/android/renderscript/cts/
H A DIntrinsicBLAS.java375 …Allocation matrixAD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DGEMV_Correctness() local
675 …Allocation matrixAD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DGBMV_Correctness() local
1362 …Allocation matrixAD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DSYMV_Correctness() local
1496 …Allocation matrixAD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DSBMV_Correctness() local
1665 …Allocation matrixAD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), N * (N+1) /… in test_L2_DSPMV_Correctness() local
1861 …Allocation matrixAD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DTRMV_Correctness() local
2129 …Allocation matrixAD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DTBMV_Correctness() local
2436 …Allocation matrixAD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), N * (N+1) /… in test_L2_DTPMV_Correctness() local
2706 …Allocation matrixAD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DTRSV_Correctness() local
2976 …Allocation matrixAD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L2_DTBSV_Correctness() local
[all …]