Home
last modified time | relevance | path

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

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java976 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()
H A DScriptIntrinsicBLAS.java421 …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
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp622 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()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...