Home
last modified time | relevance | path

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

/frameworks/rs/support/java/src/android/support/v8/renderscript/
DScriptIntrinsicBLAS.java333 long aID = A.getID(mRS); in SGEMV() local
341 …cBLAS_Single(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, yID, in… in SGEMV() local
365 long aID = A.getID(mRS); in DGEMV() local
373 …cBLAS_Double(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, yID, in… in DGEMV() local
397 long aID = A.getID(mRS); in CGEMV() local
405 …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
429 long aID = A.getID(mRS); in ZGEMV() local
437 …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
474 long aID = A.getID(mRS); in SGBMV() local
482 …cBLAS_Single(getID(mRS), RsBlas_sgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, yID, in… in SGBMV() local
[all …]