Home
last modified time | relevance | path

Searched defs:aID (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicBLAS.java337 long aID = A.getID(mRS); in SGEMV() local
345 …cBLAS_Single(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, yID, in… in SGEMV() local
369 long aID = A.getID(mRS); in DGEMV() local
377 …cBLAS_Double(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, yID, in… in DGEMV() local
401 long aID = A.getID(mRS); in CGEMV() local
409 …x(getID(mRS), RsBlas_cgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, aID, xID, beta.x, beta.… in CGEMV() local
433 long aID = A.getID(mRS); in ZGEMV() local
441 …Z(getID(mRS), RsBlas_zgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, aID, xID, beta.x, beta.… in ZGEMV() local
478 long aID = A.getID(mRS); in SGBMV() local
486 …cBLAS_Single(getID(mRS), RsBlas_sgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, yID, in… in SGBMV() local
[all …]