Lines Matching +defs:M +defs:A

52               int M, int N, int K, int incX, int incY, int KL, int KU,  in setUpBLASCall()
108 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Single()
109 float alpha, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Single()
122 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Double()
123 double alpha, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Double()
135 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Complex()
136 float alphaX, float alphaY, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Complex()
148 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Z()
149 double alphaX, double alphaY, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Z()
161 nScriptIntrinsicBLAS_BNNM(RS* mRS, RsContext con, RsScript id, int M, int N, int K, in nScriptIntrinsicBLAS_BNNM()
162 RsAllocation A, int a_offset, RsAllocation B, int b_offset, in nScriptIntrinsicBLAS_BNNM()
183 … validateGEMV(RS* mRS, const sp<const Element>& e, RsBlasTranspose TransA, const sp<Allocation>& A, in validateGEMV()
185 int M = A->getType()->getY(); in validateGEMV() local
213 void ScriptIntrinsicBLAS::SGEMV(RsBlasTranspose TransA, float alpha, const sp<Allocation>& A, const… in SGEMV()
216 int M = A->getType()->getY(); in SGEMV() local
224 void ScriptIntrinsicBLAS::DGEMV(RsBlasTranspose TransA, double alpha, const sp<Allocation>& A, cons… in DGEMV()
227 int M = A->getType()->getY(); in DGEMV() local
235 void ScriptIntrinsicBLAS::CGEMV(RsBlasTranspose TransA, Float2 alpha, const sp<Allocation>& A, cons… in CGEMV()
238 int M = A->getType()->getY(); in CGEMV() local
246 void ScriptIntrinsicBLAS::ZGEMV(RsBlasTranspose TransA, Double2 alpha, const sp<Allocation>& A, con… in ZGEMV()
249 int M = A->getType()->getY(); in ZGEMV() local
257 …tIntrinsicBLAS::SGBMV(RsBlasTranspose TransA, int KL, int KU, float alpha, const sp<Allocation>& A, in SGBMV()
264 int M = A->getType()->getY(); in SGBMV() local
273 …IntrinsicBLAS::DGBMV(RsBlasTranspose TransA, int KL, int KU, double alpha, const sp<Allocation>& A, in DGBMV()
280 int M = A->getType()->getY(); in DGBMV() local
289 …IntrinsicBLAS::CGBMV(RsBlasTranspose TransA, int KL, int KU, Float2 alpha, const sp<Allocation>& A, in CGBMV()
296 int M = A->getType()->getY(); in CGBMV() local
305 …ntrinsicBLAS::ZGBMV(RsBlasTranspose TransA, int KL, int KU, Double2 alpha, const sp<Allocation>& A, in ZGBMV()
312 int M = A->getType()->getY(); in ZGBMV() local
322 … RsBlasDiag Diag, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in validateTRMV()
375 const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in STRMV()
384 const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in DTRMV()
393 const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in CTRMV()
402 const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in ZTRMV()
411 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in STBMV()
424 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in DTBMV()
437 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in CTBMV()
450 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in ZTBMV()
495 const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in STRSV()
505 const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in DTRSV()
516 const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in CTRSV()
527 const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in ZTRSV()
538 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in STBSV()
551 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in DTBSV()
564 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in CTBSV()
577 int K, const sp<Allocation>& A, const sp<Allocation>& X, int incX) { in ZTBSV()
628 …tic int validateSYMV(RS* mRS, const sp<const Element>& e, RsBlasUplo Uplo, const sp<Allocation>& A, in validateSYMV()
690 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in validateGER()
701 int M = A->getType()->getY(); in validateGER() local
722 const sp<Allocation>& X, int incX, const sp<Allocation>& A) { in validateSYR()
775 int incX, const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in validateSYR2()
833 void ScriptIntrinsicBLAS::SSYMV(RsBlasUplo Uplo, float alpha, const sp<Allocation>& A, const sp<All… in SSYMV()
841 void ScriptIntrinsicBLAS::SSBMV(RsBlasUplo Uplo, int K, float alpha, const sp<Allocation>& A, const… in SSBMV()
862 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in SGER()
863 int M = A->getType()->getY(); in SGER() local
872 int incX, const sp<Allocation>& A) { in SSYR()
888 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in SSYR2()
903 void ScriptIntrinsicBLAS::DSYMV(RsBlasUplo Uplo, double alpha, const sp<Allocation>& A, const sp<Al… in DSYMV()
911 void ScriptIntrinsicBLAS::DSBMV(RsBlasUplo Uplo, int K, double alpha, const sp<Allocation>& A, cons… in DSBMV()
932 int incY, const sp<Allocation>& A) { in DGER()
933 int M = A->getType()->getY(); in DGER() local
942 int incX, const sp<Allocation>& A) { in DSYR()
958 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in DSYR2()
979 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in validateGERU()
989 int M = A->getType()->getY(); in validateGERU() local
1005 void ScriptIntrinsicBLAS::CHEMV(RsBlasUplo Uplo, Float2 alpha, const sp<Allocation>& A, in CHEMV()
1015 void ScriptIntrinsicBLAS::CHBMV(RsBlasUplo Uplo, int K, Float2 alpha, const sp<Allocation>& A, in CHBMV()
1039 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in CGERU()
1041 int M = A->getType()->getY(); in CGERU() local
1050 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in CGERC()
1053 int M = A->getType()->getY(); in CGERC() local
1062 int incX, const sp<Allocation>& A) { in CHER()
1082 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in CHER2()
1101 void ScriptIntrinsicBLAS::ZHEMV(RsBlasUplo Uplo, Double2 alpha, const sp<Allocation>& A, in ZHEMV()
1111 void ScriptIntrinsicBLAS::ZHBMV(RsBlasUplo Uplo, int K, Double2 alpha, const sp<Allocation>& A, con… in ZHBMV()
1135 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in ZGERU()
1137 int M = A->getType()->getY(); in ZGERU() local
1146 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in ZGERC()
1149 int M = A->getType()->getY(); in ZGERC() local
1158 int incX, const sp<Allocation>& A) { in ZHER()
1178 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in ZHER2()
1203 const sp<Allocation>& A, const sp<Allocation>& B, const sp<Allocation>& C) { in validateL3()
1271const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in SGEMM()
1274 int M = -1, N = -1, K = -1; in SGEMM() local
1294const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) { in DGEMM()
1296 int M = -1, N = -1, K = -1; in DGEMM() local
1316const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CGEMM()
1318 int M = -1, N = -1, K = -1; in CGEMM() local
1338const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) { in ZGEMM()
1340 int M = -1, N = -1, K = -1; in ZGEMM() local
1360const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in SSYMM()
1373const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) { in DSYMM()
1385const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CSYMM()
1397const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) { in ZSYMM()
1409 const sp<Allocation>& A, float beta, const sp<Allocation>& C) { in SSYRK()
1424 const sp<Allocation>& A, double beta, const sp<Allocation>& C) { in DSYRK()
1439 const sp<Allocation>& A, Float2 beta, const sp<Allocation>& C) { in CSYRK()
1454 const sp<Allocation>& A, Double2 beta, const sp<Allocation>& C) { in ZSYRK()
1469const sp<Allocation>& A, const sp<Allocation>& B, const sp<Allocation>& C) { in validateSYR2K()
1495const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in SSYR2K()
1510const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) { in DSYR2K()
1525const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CSYR2K()
1540const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) { in ZSYR2K()
1555 const sp<Allocation>& A, const sp<Allocation>& B) { in validateTRMM()
1582 float alpha, const sp<Allocation>& A, const sp<Allocation>& B) { in STRMM()
1591 double alpha, const sp<Allocation>& A, const sp<Allocation>& B) { in DTRMM()
1600 Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& B) { in CTRMM()
1609 Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& B) { in ZTRMM()
1618 const sp<Allocation>& A, const sp<Allocation>& B) { in validateTRSM()
1647 float alpha, const sp<Allocation>& A, const sp<Allocation>& B) { in STRSM()
1656 double alpha, const sp<Allocation>& A, const sp<Allocation>& B) { in DTRSM()
1665 Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& B) { in CTRSM()
1674 Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& B) { in ZTRSM()
1683const sp<Allocation>& A, const sp<Allocation>& B, const sp<Allocation>& C) { in validateHEMM()
1706const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CHEMM()
1716const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) { in ZHEMM()
1726 const sp<Allocation>& A, const sp<Allocation>& C) { in validateHERK()
1750 const sp<Allocation>& A, float beta, const sp<Allocation>& C) { in CHERK()
1765 const sp<Allocation>& A, double beta, const sp<Allocation>& C) { in ZHERK()
1780const sp<Allocation>& A, const sp<Allocation>& B, const sp<Allocation>& C) { in validateHER2K()
1808const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in CHER2K()
1823const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) { in ZHER2K()
1839 void ScriptIntrinsicBLAS::BNNM(const sp<Allocation>& A, int a_offset, const sp<Allocation>& B, int … in BNNM()
1849 int M = -1, N = -1, K = -1; in BNNM() local