Lines Matching defs:A
109 float alpha, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Single()
123 double alpha, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Double()
136 float alphaX, float alphaY, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Complex()
149 double alphaX, double alphaY, RsAllocation A, RsAllocation B, in nScriptIntrinsicBLAS_Z()
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()
213 void ScriptIntrinsicBLAS::SGEMV(RsBlasTranspose TransA, float alpha, const sp<Allocation>& A, const… in SGEMV()
224 void ScriptIntrinsicBLAS::DGEMV(RsBlasTranspose TransA, double alpha, const sp<Allocation>& A, cons… in DGEMV()
235 void ScriptIntrinsicBLAS::CGEMV(RsBlasTranspose TransA, Float2 alpha, const sp<Allocation>& A, cons… in CGEMV()
246 void ScriptIntrinsicBLAS::ZGEMV(RsBlasTranspose TransA, Double2 alpha, const sp<Allocation>& A, con… in ZGEMV()
257 …tIntrinsicBLAS::SGBMV(RsBlasTranspose TransA, int KL, int KU, float alpha, const sp<Allocation>& A, in SGBMV()
273 …IntrinsicBLAS::DGBMV(RsBlasTranspose TransA, int KL, int KU, double alpha, const sp<Allocation>& A, in DGBMV()
289 …IntrinsicBLAS::CGBMV(RsBlasTranspose TransA, int KL, int KU, Float2 alpha, const sp<Allocation>& A, in CGBMV()
305 …ntrinsicBLAS::ZGBMV(RsBlasTranspose TransA, int KL, int KU, Double2 alpha, const sp<Allocation>& A, in ZGBMV()
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()
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()
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()
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()
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()
1050 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in CGERC()
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()
1146 const sp<Allocation>& Y, int incY, const sp<Allocation>& A) { in ZGERC()
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()
1271 … const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in SGEMM()
1294 … const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) { in DGEMM()
1316 … const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CGEMM()
1338 … const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) { in ZGEMM()
1360 … const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in SSYMM()
1373 … const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) { in DSYMM()
1385 … const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CSYMM()
1397 … const 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()
1469 … const sp<Allocation>& A, const sp<Allocation>& B, const sp<Allocation>& C) { in validateSYR2K()
1495 … const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in SSYR2K()
1510 … const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) { in DSYR2K()
1525 … const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CSYR2K()
1540 … const 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()
1683 … const sp<Allocation>& A, const sp<Allocation>& B, const sp<Allocation>& C) { in validateHEMM()
1706 … const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CHEMM()
1716 … const 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()
1780 … const sp<Allocation>& A, const sp<Allocation>& B, const sp<Allocation>& C) { in validateHER2K()
1808 … const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in CHER2K()
1823 … const 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()