Home
last modified time | relevance | path

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

/cts/tests/tests/rsblas/src/android/renderscript/cts/
DIntrinsicBLAS.java5114 …Allocation matrixCD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.d… in test_L3_DGEMM_Correctness() local
5117 matrixCD.copyFrom(mBLASData.L3_dGEMM_C_mn); in test_L3_DGEMM_Correctness()
5119 mBLAS.DGEMM(transA, transB, alphaD, matrixAD, matrixBD, betaD, matrixCD); in test_L3_DGEMM_Correctness()
5122 verifyMatrix(matrixCRef, matrixCD); in test_L3_DGEMM_Correctness()
5133 matrixCD.copyFrom(mBLASData.L3_dGEMM_C_mn); in test_L3_DGEMM_Correctness()
5134 mBLAS.DGEMM(transA, transB, alphaD, matrixAD, matrixBD, betaD, matrixCD); in test_L3_DGEMM_Correctness()
5136 verifyMatrix(matrixCRef, matrixCD); in test_L3_DGEMM_Correctness()
5140 matrixCD.copyFrom(mBLASData.L3_dGEMM_C_mn); in test_L3_DGEMM_Correctness()
5141 mBLAS.DGEMM(transA, transB, alphaD, matrixAD, matrixBD, betaD, matrixCD); in test_L3_DGEMM_Correctness()
5143 verifyMatrix(matrixCRef, matrixCD); in test_L3_DGEMM_Correctness()
[all …]