Home | History | Annotate | Download | only in cts

Lines Matching defs:SSYMM

5254                                 mBLAS.SSYMM(Side, Uplo, alphaS, matA, matB, betaS, matC);
5267 mBLAS.SSYMM(Side, Uplo, alphaS, matA, matB, betaS, matC);
5268 fail("should throw RSRuntimeException for SSYMM");
5330 mBLAS.SSYMM(side, uplo, alphaS, matrixAS, matrixBS, betaS, matrixCS);
5341 mBLAS.SSYMM(side, uplo, alphaS, matrixAS, matrixBS, betaS, matrixCS);