Lines Matching defs:K
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()
122 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Double()
135 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Complex()
148 int TransB, int Side, int Uplo, int Diag, int M, int N, int K, in nScriptIntrinsicBLAS_Z()
161 nScriptIntrinsicBLAS_BNNM(RS* mRS, RsContext con, RsScript id, int M, int N, int K, in nScriptIntrinsicBLAS_BNNM()
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()
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()
841 void ScriptIntrinsicBLAS::SSBMV(RsBlasUplo Uplo, int K, float alpha, const sp<Allocation>& A, const… in SSBMV()
911 void ScriptIntrinsicBLAS::DSBMV(RsBlasUplo Uplo, int K, double alpha, const sp<Allocation>& A, cons… in DSBMV()
1015 void ScriptIntrinsicBLAS::CHBMV(RsBlasUplo Uplo, int K, Float2 alpha, const sp<Allocation>& A, in CHBMV()
1111 void ScriptIntrinsicBLAS::ZHBMV(RsBlasUplo Uplo, int K, Double2 alpha, const sp<Allocation>& A, con… in ZHBMV()
1274 int M = -1, N = -1, K = -1; in SGEMM() local
1296 int M = -1, N = -1, K = -1; in DGEMM() local
1318 int M = -1, N = -1, K = -1; in CGEMM() local
1340 int M = -1, N = -1, K = -1; in ZGEMM() local
1411 int K = -1; in SSYRK() local
1426 int K = -1; in DSYRK() local
1441 int K = -1; in CSYRK() local
1456 int K = -1; in ZSYRK() local
1497 int K = -1; in SSYR2K() local
1512 int K = -1; in DSYR2K() local
1527 int K = -1; in CSYR2K() local
1542 int K = -1; in ZSYR2K() local
1849 int M = -1, N = -1, K = -1; in BNNM() local