Lines Matching defs:M

281         int M = A.getType().getY();  in validateGEMV()  local
326 int M = A.getType().getY(); in SGEMV() local
328 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.ge… in SGEMV() local
348 int M = A.getType().getY(); in DGEMV() local
350 …mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.ge… in DGEMV() local
370 int M = A.getType().getY(); in CGEMV() local
372 …mRS.nScriptIntrinsicBLAS_Complex(getID(mRS), RsBlas_cgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, a… in CGEMV() local
392 int M = A.getType().getY(); in ZGEMV() local
394 …mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y… in ZGEMV() local
427 int M = A.getType().getY(); in SGBMV() local
429 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.ge… in SGBMV() local
462 int M = A.getType().getY(); in DGBMV() local
464 …mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.ge… in DGBMV() local
497 int M = A.getType().getY(); in CGBMV() local
499 …mRS.nScriptIntrinsicBLAS_Complex(getID(mRS), RsBlas_cgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, a… in CGBMV() local
532 int M = A.getType().getY(); in ZGBMV() local
534 …mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y… in ZGBMV() local
1289 int M = A.getType().getY(); in validateGER() local
1515 int M = A.getType().getY(); in SGER() local
1518 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sger, 0, 0, 0, 0, 0, M, N, 0, alpha, X.getID(mR… in SGER() local
1703 int M = A.getType().getY(); in DGER() local
1706 …mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dger, 0, 0, 0, 0, 0, M, N, 0, alpha, X.getID(mR… in DGER() local
1812 int M = A.getType().getY(); in validateGERU() local
1925 int M = A.getType().getY(); in CGERU() local
1927 …mRS.nScriptIntrinsicBLAS_Complex(getID(mRS), RsBlas_cgeru, 0, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.… in CGERU() local
1946 int M = A.getType().getY(); in CGERC() local
1948 …mRS.nScriptIntrinsicBLAS_Complex(getID(mRS), RsBlas_cgerc, 0, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.… in CGERC() local
2140 int M = A.getType().getY(); in ZGERU() local
2142 …mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zgeru, 0, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, X.g… in ZGERU() local
2161 int M = A.getType().getY(); in ZGERC() local
2163 …mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zgerc, 0, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, X.g… in ZGERC() local
2350 int M = -1, N = -1, K = -1; in SGEMM() local
2363 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgemm, TransA, TransB, 0, 0, 0, M, N, K, alpha… in SGEMM() local
2386 int M = -1, N = -1, K = -1; in DGEMM() local
2399 …mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgemm, TransA, TransB, 0, 0, 0, M, N, K, alpha… in DGEMM() local
2422 int M = -1, N = -1, K = -1; in CGEMM() local
2435 …mRS.nScriptIntrinsicBLAS_Complex(getID(mRS), RsBlas_cgemm, TransA, TransB, 0, 0, 0, M, N, K, alph… in CGEMM() local
2458 int M = -1, N = -1, K = -1; in ZGEMM() local
2471 …mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zgemm, TransA, TransB, 0, 0, 0, M, N, K, alpha.x, a… in ZGEMM() local
3302 int M = -1, N = -1, K = -1; in BNNM() local
3308 …mRS.nScriptIntrinsicBLAS_BNNM(getID(mRS), M, N, K, A.getID(mRS), a_offset, B.getID(mRS), b_offset,… in BNNM() local