• Home
  • Raw
  • Download

Lines Matching refs:beta

73             call.beta.f = betaF;  in setUpBLASCall()
78 call.beta.d = betaD; in setUpBLASCall()
84 call.beta.c.r = betaCX; in setUpBLASCall()
85 call.beta.c.i = betaCY; in setUpBLASCall()
91 call.beta.z.r = betaZX; in setUpBLASCall()
92 call.beta.z.i = betaZY; in setUpBLASCall()
110 float beta, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Single() argument
112 M, N, K, incX, incY, KL, KU, alpha, beta, 0.0, 0.0, in nScriptIntrinsicBLAS_Single()
124 double beta, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Double() argument
126 M, N, K, incX, incY, KL, KU, 0.0f, 0.0f, alpha, beta, in nScriptIntrinsicBLAS_Double()
214 int incX, float beta, const sp<Allocation>& Y, int incY) { in SGEMV() argument
221 beta, Y->getID(), incX, incY, 0, 0); in SGEMV()
225 int incX, double beta, const sp<Allocation>& Y, int incY) { in DGEMV() argument
232 beta, Y->getID(), incX, incY, 0, 0); in DGEMV()
236 int incX, Float2 beta, const sp<Allocation>& Y, int incY) { in CGEMV() argument
243 beta.x, beta.y, Y->getID(), incX, incY, 0, 0); in CGEMV()
247 int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZGEMV() argument
254 beta.x, beta.y, Y->getID(), incX, incY, 0, 0); in ZGEMV()
258 … const sp<Allocation>& X, int incX, float beta, const sp<Allocation>& Y, int incY) { in SGBMV() argument
270 beta, Y->getID(), incX, incY, KL, KU); in SGBMV()
274 … const sp<Allocation>& X, int incX, double beta, const sp<Allocation>& Y, int incY) { in DGBMV() argument
286 beta, Y->getID(), incX, incY, KL, KU); in DGBMV()
290 … const sp<Allocation>& X, int incX, Float2 beta, const sp<Allocation>& Y, int incY) { in CGBMV() argument
302 beta.x, beta.y, Y->getID(), incX, incY, KL, KU); in CGBMV()
306 … const sp<Allocation>& X, int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZGBMV() argument
318 beta.x, beta.y, Y->getID(), incX, incY, KL, KU); in ZGBMV()
834 int incX, float beta, const sp<Allocation>& Y, int incY) { in SSYMV() argument
838 A->getID(), X->getID(), beta, Y->getID(), incX, incY, 0, 0); in SSYMV()
842 int incX, float beta, const sp<Allocation>& Y, int incY) { in SSBMV() argument
850 A->getID(), X->getID(), beta, Y->getID(), incX, incY, 0, 0); in SSBMV()
854 int incX, float beta, const sp<Allocation>& Y, int incY) { in SSPMV() argument
858 Ap->getID(), X->getID(), beta, Y->getID(), incX, incY, 0, 0); in SSPMV()
904 int incX, double beta, const sp<Allocation>& Y, int incY) { in DSYMV() argument
908 A->getID(), X->getID(), beta, Y->getID(), incX, incY, 0, 0); in DSYMV()
912 int incX, double beta, const sp<Allocation>& Y, int incY) { in DSBMV() argument
920 A->getID(), X->getID(), beta, Y->getID(), incX, incY, 0, 0); in DSBMV()
924 int incX, double beta, const sp<Allocation>& Y, int incY) { in DSPMV() argument
928 Ap->getID(), X->getID(), beta, Y->getID(), incX, incY, 0, 0); in DSPMV()
1006 … const sp<Allocation>& X, int incX, Float2 beta, const sp<Allocation>& Y, int incY) { in CHEMV() argument
1012 beta.x, beta.y, Y->getID(), incX, incY, 0, 0); in CHEMV()
1016 … const sp<Allocation>& X, int incX, Float2 beta, const sp<Allocation>& Y, int incY) { in CHBMV() argument
1025 beta.x, beta.y, Y->getID(), incX, incY, 0, 0); in CHBMV()
1029 … const sp<Allocation>& X, int incX, Float2 beta, const sp<Allocation>& Y, int incY) { in CHPMV() argument
1035 beta.x, beta.y, Y->getID(), incX, incY, 0, 0); in CHPMV()
1102 … const sp<Allocation>& X, int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZHEMV() argument
1108 beta.x, beta.y, Y->getID(), incX, incY, 0, 0); in ZHEMV()
1112 int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZHBMV() argument
1121 beta.x, beta.y, Y->getID(), incX, incY, 0, 0); in ZHBMV()
1125 int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZHPMV() argument
1131 beta.x, beta.y, Y->getID(), incX, incY, 0, 0); in ZHPMV()
1271 … const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in SGEMM() argument
1290 beta, C->getID(), 0, 0, 0, 0); in SGEMM()
1294 … const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) { in DGEMM() argument
1312 beta, C->getID(), 0, 0, 0, 0); in DGEMM()
1316 … const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CGEMM() argument
1334 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in CGEMM()
1338 … const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) { in ZGEMM() argument
1356 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in ZGEMM()
1360 … const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in SSYMM() argument
1369 beta, C->getID(), 0, 0, 0, 0); in SSYMM()
1373 … const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) { in DSYMM() argument
1381 beta, C->getID(), 0, 0, 0, 0); in DSYMM()
1385 … const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CSYMM() argument
1393 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in CSYMM()
1397 … const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) { in ZSYMM() argument
1405 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in ZSYMM()
1409 const sp<Allocation>& A, float beta, const sp<Allocation>& C) { in SSYRK() argument
1420 beta, C->getID(), 0, 0, 0, 0); in SSYRK()
1424 const sp<Allocation>& A, double beta, const sp<Allocation>& C) { in DSYRK() argument
1435 beta, C->getID(), 0, 0, 0, 0); in DSYRK()
1439 const sp<Allocation>& A, Float2 beta, const sp<Allocation>& C) { in CSYRK() argument
1450 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in CSYRK()
1454 const sp<Allocation>& A, Double2 beta, const sp<Allocation>& C) { in ZSYRK() argument
1465 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in ZSYRK()
1495 … const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in SSYR2K() argument
1506 beta, C->getID(), 0, 0, 0, 0); in SSYR2K()
1510 … const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) { in DSYR2K() argument
1521 beta, C->getID(), 0, 0, 0, 0); in DSYR2K()
1525 … const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CSYR2K() argument
1536 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in CSYR2K()
1540 … const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) { in ZSYR2K() argument
1551 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in ZSYR2K()
1706 … const sp<Allocation>& A, const sp<Allocation>& B, Float2 beta, const sp<Allocation>& C) { in CHEMM() argument
1712 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in CHEMM()
1716 … const sp<Allocation>& A, const sp<Allocation>& B, Double2 beta, const sp<Allocation>& C) { in ZHEMM() argument
1722 beta.x, beta.y, C->getID(), 0, 0, 0, 0); in ZHEMM()
1750 const sp<Allocation>& A, float beta, const sp<Allocation>& C) { in CHERK() argument
1761 beta, 0, C->getID(), 0, 0, 0, 0); in CHERK()
1765 const sp<Allocation>& A, double beta, const sp<Allocation>& C) { in ZHERK() argument
1776 beta, 0, C->getID(), 0, 0, 0, 0); in ZHERK()
1808 … const sp<Allocation>& A, const sp<Allocation>& B, float beta, const sp<Allocation>& C) { in CHER2K() argument
1819 beta, 0, C->getID(), 0, 0, 0, 0); in CHER2K()
1823 … const sp<Allocation>& A, const sp<Allocation>& B, double beta, const sp<Allocation>& C) { in ZHER2K() argument
1834 beta, 0, C->getID(), 0, 0, 0, 0); in ZHER2K()