Home
last modified time | relevance | path

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

/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java6452 …Allocation matrixBRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData… in test_L3_STRMM_Correctness() local
6453 matrixBRef.copyFrom(mBLASData.L3_sTRMM_o_LUN); in test_L3_STRMM_Correctness()
6454 verifyMatrix(matrixBRef, matrixBS); in test_L3_STRMM_Correctness()
6466 matrixBRef.copyFrom(mBLASData.L3_sTRMM_o_RLT); in test_L3_STRMM_Correctness()
6467 verifyMatrix(matrixBRef, matrixBS); in test_L3_STRMM_Correctness()
6487 …Allocation matrixBRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData… in test_L3_DTRMM_Correctness() local
6488 matrixBRef.copyFrom(mBLASData.L3_dTRMM_o_LUN); in test_L3_DTRMM_Correctness()
6489 verifyMatrix(matrixBRef, matrixBD); in test_L3_DTRMM_Correctness()
6501 matrixBRef.copyFrom(mBLASData.L3_dTRMM_o_RLT); in test_L3_DTRMM_Correctness()
6502 verifyMatrix(matrixBRef, matrixBD); in test_L3_DTRMM_Correctness()
[all …]