/frameworks/rs/cpp/ |
D | ScriptIntrinsicBLAS.cpp | 52 int M, int N, int K, int incX, int incY, int KL, int KU, in setUpBLASCall() 110 float beta, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Single() 124 double beta, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Double() 137 … float betaX, float betaY, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Complex() 150 … double betaX, double betaY, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Z() 257 void ScriptIntrinsicBLAS::SGBMV(RsBlasTranspose TransA, int KL, int KU, float alpha, const sp<Alloc… in SGBMV() 273 void ScriptIntrinsicBLAS::DGBMV(RsBlasTranspose TransA, int KL, int KU, double alpha, const sp<Allo… in DGBMV() 289 void ScriptIntrinsicBLAS::CGBMV(RsBlasTranspose TransA, int KL, int KU, Float2 alpha, const sp<Allo… in CGBMV() 305 void ScriptIntrinsicBLAS::ZGBMV(RsBlasTranspose TransA, int KL, int KU, Double2 alpha, const sp<All… in ZGBMV()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 936 int KL, int KU, boolean mUseInc); in rsnScriptIntrinsicBLAS_Single() 940 int KL, int KU, boolean mUseInc) { in nScriptIntrinsicBLAS_Single() 948 int KL, int KU, boolean mUseInc); in rsnScriptIntrinsicBLAS_Double() 952 int KL, int KU, boolean mUseInc) { in nScriptIntrinsicBLAS_Double() 960 int KL, int KU, boolean mUseInc); in rsnScriptIntrinsicBLAS_Complex() 964 int KL, int KU, boolean mUseInc) { in nScriptIntrinsicBLAS_Complex() 972 int KL, int KU, boolean mUseInc); in rsnScriptIntrinsicBLAS_Z() 976 int KL, int KU, boolean mUseInc) { in nScriptIntrinsicBLAS_Z()
|
D | ScriptIntrinsicBLAS.java | 468 …public void SGBMV(@Transpose int TransA, int KL, int KU, float alpha, Allocation A, Allocation X, … in SGBMV() 486 …s_sgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, yID, incX, incY, KL, KU, mUseIncSupp); in SGBMV() local 513 …public void DGBMV(@Transpose int TransA, int KL, int KU, double alpha, Allocation A, Allocation X,… in DGBMV() 531 …s_dgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, yID, incX, incY, KL, KU, mUseIncSupp); in DGBMV() local 558 …public void CGBMV(@Transpose int TransA, int KL, int KU, Float2 alpha, Allocation A, Allocation X,… in CGBMV() 576 …, 0, 0, M, N, 0, alpha.x, alpha.y, aID, xID, beta.x, beta.y, yID, incX, incY, KL, KU, mUseIncSupp); in CGBMV() local 603 …public void ZGBMV(@Transpose int TransA, int KL, int KU, Double2 alpha, Allocation A, Allocation X… in ZGBMV() 621 …, 0, 0, M, N, 0, alpha.x, alpha.y, aID, xID, beta.x, beta.y, yID, incX, incY, KL, KU, mUseIncSupp); in ZGBMV() local
|
/frameworks/base/rs/java/android/renderscript/ |
D | RenderScript.java | 976 int KL, int KU); in rsnScriptIntrinsicBLAS_Single() 980 int KL, int KU) { in nScriptIntrinsicBLAS_Single() 988 int KL, int KU); in rsnScriptIntrinsicBLAS_Double() 992 int KL, int KU) { in nScriptIntrinsicBLAS_Double() 1000 int KL, int KU); in rsnScriptIntrinsicBLAS_Complex() 1004 int KL, int KU) { in nScriptIntrinsicBLAS_Complex() 1012 int KL, int KU); in rsnScriptIntrinsicBLAS_Z() 1016 int KL, int KU) { in nScriptIntrinsicBLAS_Z()
|
D | ScriptIntrinsicBLAS.java | 421 …public void SGBMV(@Transpose int TransA, int KL, int KU, float alpha, Allocation A, Allocation X, … in SGBMV() 429 …A, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS), X.getID(mRS), beta, Y.getID(mRS), incX, incY, KL, KU); in SGBMV() local 456 …public void DGBMV(@Transpose int TransA, int KL, int KU, double alpha, Allocation A, Allocation X,… in DGBMV() 464 …A, 0, 0, 0, 0, M, N, 0, alpha, A.getID(mRS), X.getID(mRS), beta, Y.getID(mRS), incX, incY, KL, KU); in DGBMV() local 491 …public void CGBMV(@Transpose int TransA, int KL, int KU, Float2 alpha, Allocation A, Allocation X,… in CGBMV() 499 …0, alpha.x, alpha.y, A.getID(mRS), X.getID(mRS), beta.x, beta.y, Y.getID(mRS), incX, incY, KL, KU); in CGBMV() local 526 …public void ZGBMV(@Transpose int TransA, int KL, int KU, Double2 alpha, Allocation A, Allocation X… in ZGBMV() 534 …0, alpha.x, alpha.y, A.getID(mRS), X.getID(mRS), beta.x, beta.y, Y.getID(mRS), incX, incY, KL, KU); in ZGBMV() local
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 588 jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Single() 628 jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Double() 668 … jfloat betaY, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Complex() 711 … jdouble betaY, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Z()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 622 jint KL, jint KU) { in nScriptIntrinsicBLAS_Single() 655 jint KL, jint KU) { in nScriptIntrinsicBLAS_Double() 688 jfloat betaY, jlong C, jint incX, jint incY, jint KL, jint KU) { in nScriptIntrinsicBLAS_Complex() 723 jdouble betaY, jlong C, jint incX, jint incY, jint KL, jint KU) { in nScriptIntrinsicBLAS_Z()
|
/frameworks/rs/ |
D | rsDefines.h | 468 int KU; member
|