• Home
  • Raw
  • Download

Lines Matching defs:M

277         int M = A.getType().getY();  in validateGEMV()  local
322 int M = A.getType().getY(); in SGEMV() local
324 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.ge… in SGEMV() local
344 int M = A.getType().getY(); in DGEMV() local
346 …mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.ge… in DGEMV() local
366 int M = A.getType().getY(); in CGEMV() local
368 …mRS.nScriptIntrinsicBLAS_Complex(getID(mRS), RsBlas_cgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, a… in CGEMV() local
388 int M = A.getType().getY(); in ZGEMV() local
390 …mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y… in ZGEMV() local
423 int M = A.getType().getY(); in SGBMV() local
425 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.ge… in SGBMV() local
458 int M = A.getType().getY(); in DGBMV() local
460 …mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, A.ge… in DGBMV() local
493 int M = A.getType().getY(); in CGBMV() local
495 …mRS.nScriptIntrinsicBLAS_Complex(getID(mRS), RsBlas_cgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, a… in CGBMV() local
528 int M = A.getType().getY(); in ZGBMV() local
530 …mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y… in ZGBMV() local
1285 int M = A.getType().getY(); in validateGER() local
1511 int M = A.getType().getY(); in SGER() local
1514 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sger, 0, 0, 0, 0, 0, M, N, 0, alpha, X.getID(mR… in SGER() local
1699 int M = A.getType().getY(); in DGER() local
1702 …mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dger, 0, 0, 0, 0, 0, M, N, 0, alpha, X.getID(mR… in DGER() local
1808 int M = A.getType().getY(); in validateGERU() local
1921 int M = A.getType().getY(); in CGERU() local
1923 …mRS.nScriptIntrinsicBLAS_Complex(getID(mRS), RsBlas_cgeru, 0, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.… in CGERU() local
1942 int M = A.getType().getY(); in CGERC() local
1944 …mRS.nScriptIntrinsicBLAS_Complex(getID(mRS), RsBlas_cgerc, 0, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.… in CGERC() local
2136 int M = A.getType().getY(); in ZGERU() local
2138 …mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zgeru, 0, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, X.g… in ZGERU() local
2157 int M = A.getType().getY(); in ZGERC() local
2159 …mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zgerc, 0, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, X.g… in ZGERC() local
2346 int M = -1, N = -1, K = -1; in SGEMM() local
2359 …mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgemm, TransA, TransB, 0, 0, 0, M, N, K, alpha… in SGEMM() local
2382 int M = -1, N = -1, K = -1; in DGEMM() local
2395 …mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgemm, TransA, TransB, 0, 0, 0, M, N, K, alpha… in DGEMM() local
2418 int M = -1, N = -1, K = -1; in CGEMM() local
2431 …mRS.nScriptIntrinsicBLAS_Complex(getID(mRS), RsBlas_cgemm, TransA, TransB, 0, 0, 0, M, N, K, alph… in CGEMM() local
2454 int M = -1, N = -1, K = -1; in ZGEMM() local
2467 …mRS.nScriptIntrinsicBLAS_Z(getID(mRS), RsBlas_zgemm, TransA, TransB, 0, 0, 0, M, N, K, alpha.x, a… in ZGEMM() local
3298 int M = -1, N = -1, K = -1; in BNNM() local
3304 …mRS.nScriptIntrinsicBLAS_BNNM(getID(mRS), M, N, K, A.getID(mRS), a_offset, B.getID(mRS), b_offset,… in BNNM() local