Home
last modified time | relevance | path

Searched refs:KU (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DRenderScript.java935 int KL, int KU); in rsnScriptIntrinsicBLAS_Single() argument
939 int KL, int KU) { in nScriptIntrinsicBLAS_Single() argument
941 …xt, id, func, TransA, TransB, Side, Uplo, Diag, M, N, K, alpha, A, B, beta, C, incX, incY, KL, KU); in nScriptIntrinsicBLAS_Single()
947 int KL, int KU); in rsnScriptIntrinsicBLAS_Double() argument
951 int KL, int KU) { in nScriptIntrinsicBLAS_Double() argument
953 …xt, id, func, TransA, TransB, Side, Uplo, Diag, M, N, K, alpha, A, B, beta, C, incX, incY, KL, KU); in nScriptIntrinsicBLAS_Double()
959 int KL, int KU); in rsnScriptIntrinsicBLAS_Complex() argument
963 int KL, int KU) { in nScriptIntrinsicBLAS_Complex() argument
965 …nsA, TransB, Side, Uplo, Diag, M, N, K, alphaX, alphaY, A, B, betaX, betaY, C, incX, incY, KL, KU); in nScriptIntrinsicBLAS_Complex()
971 int KL, int KU); in rsnScriptIntrinsicBLAS_Z() argument
[all …]
DScriptIntrinsicBLAS.java417 …public void SGBMV(@Transpose int TransA, int KL, int KU, float alpha, Allocation A, Allocation X, … in SGBMV() argument
420 if (KL < 0 || KU < 0) { in SGBMV()
425 …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
452 …public void DGBMV(@Transpose int TransA, int KL, int KU, double alpha, Allocation A, Allocation X,… in DGBMV() argument
455 if (KL < 0 || KU < 0) { in DGBMV()
460 …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
487 …public void CGBMV(@Transpose int TransA, int KL, int KU, Float2 alpha, Allocation A, Allocation X,… in CGBMV() argument
490 if (KL < 0 || KU < 0) { in CGBMV()
495 …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
522 …public void ZGBMV(@Transpose int TransA, int KL, int KU, Double2 alpha, Allocation A, Allocation X… in ZGBMV() argument
[all …]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DRenderScript.java891 int KL, int KU, boolean mUseInc); in rsnScriptIntrinsicBLAS_Single() argument
895 int KL, int KU, boolean mUseInc) { in nScriptIntrinsicBLAS_Single() argument
897 …unc, TransA, TransB, Side, Uplo, Diag, M, N, K, alpha, A, B, beta, C, incX, incY, KL, KU, mUseInc); in nScriptIntrinsicBLAS_Single()
903 int KL, int KU, boolean mUseInc); in rsnScriptIntrinsicBLAS_Double() argument
907 int KL, int KU, boolean mUseInc) { in nScriptIntrinsicBLAS_Double() argument
909 …unc, TransA, TransB, Side, Uplo, Diag, M, N, K, alpha, A, B, beta, C, incX, incY, KL, KU, mUseInc); in nScriptIntrinsicBLAS_Double()
915 int KL, int KU, boolean mUseInc); in rsnScriptIntrinsicBLAS_Complex() argument
919 int KL, int KU, boolean mUseInc) { in nScriptIntrinsicBLAS_Complex() argument
921 …sB, Side, Uplo, Diag, M, N, K, alphaX, alphaY, A, B, betaX, betaY, C, incX, incY, KL, KU, mUseInc); in nScriptIntrinsicBLAS_Complex()
927 int KL, int KU, boolean mUseInc); in rsnScriptIntrinsicBLAS_Z() argument
[all …]
DScriptIntrinsicBLAS.java464 …public void SGBMV(@Transpose int TransA, int KL, int KU, float alpha, Allocation A, Allocation X, … in SGBMV() argument
467 if (KL < 0 || KU < 0) { in SGBMV()
482 …s_sgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, yID, incX, incY, KL, KU, mUseIncSupp); in SGBMV() local
509 …public void DGBMV(@Transpose int TransA, int KL, int KU, double alpha, Allocation A, Allocation X,… in DGBMV() argument
512 if (KL < 0 || KU < 0) { in DGBMV()
527 …s_dgbmv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, yID, incX, incY, KL, KU, mUseIncSupp); in DGBMV() local
554 …public void CGBMV(@Transpose int TransA, int KL, int KU, Float2 alpha, Allocation A, Allocation X,… in CGBMV() argument
557 if (KL < 0 || KU < 0) { in CGBMV()
572 …, 0, 0, M, N, 0, alpha.x, alpha.y, aID, xID, beta.x, beta.y, yID, incX, incY, KL, KU, mUseIncSupp); in CGBMV() local
599 …public void ZGBMV(@Transpose int TransA, int KL, int KU, Double2 alpha, Allocation A, Allocation X… in ZGBMV() argument
[all …]
/frameworks/rs/cpu_ref/
DrsCpuBLASDispatch.h28 const int KL, const int KU, const float alpha,
61 const int KL, const int KU, const double alpha,
94 const int KL, const int KU, const void *alpha,
127 const int KL, const int KU, const void *alpha,
DrsCpuIntrinsicBLAS.cpp141 cblas_sgbmv(CblasRowMajor, TransA, call->M, call->N, call->KL, call->KU, in invokeForEach()
183 cblas_dgbmv(CblasRowMajor, TransA, call->M, call->N, call->KL, call->KU, in invokeForEach()
225 cblas_cgbmv(CblasRowMajor, TransA, call->M, call->N, call->KL, call->KU, in invokeForEach()
267 cblas_zgbmv(CblasRowMajor, TransA, call->M, call->N, call->KL, call->KU, in invokeForEach()
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp581 jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Single() argument
598 call.KU = KU; in nScriptIntrinsicBLAS_Single()
621 jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Double() argument
638 call.KU = KU; in nScriptIntrinsicBLAS_Double()
661 … jfloat betaY, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Complex() argument
680 call.KU = KU; in nScriptIntrinsicBLAS_Complex()
704 … jdouble betaY, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Z() argument
723 call.KU = KU; in nScriptIntrinsicBLAS_Z()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp556 jint KL, jint KU) { in nScriptIntrinsicBLAS_Single() argument
573 call.KU = KU; in nScriptIntrinsicBLAS_Single()
589 jint KL, jint KU) { in nScriptIntrinsicBLAS_Double() argument
606 call.KU = KU; in nScriptIntrinsicBLAS_Double()
622 jfloat betaY, jlong C, jint incX, jint incY, jint KL, jint KU) { in nScriptIntrinsicBLAS_Complex() argument
641 call.KU = KU; in nScriptIntrinsicBLAS_Complex()
657 jdouble betaY, jlong C, jint incX, jint incY, jint KL, jint KU) { in nScriptIntrinsicBLAS_Z() argument
676 call.KU = KU; in nScriptIntrinsicBLAS_Z()
/frameworks/rs/
DrsDefines.h462 int KU; member
/frameworks/base/media/tests/contents/media_api/music/
Dtest_amr_ietf.amr150 …cɞ��D�<(�$�{"=E��o���'��N�c�iɤ�� <Dl��^��U�ڊ�V�W�j�밬L\Oo&2i�<m{��lKU�Js6�a�x�Uu�F\[��-��…
305 …��7K׌�<&J7���� P{Y����Uq��絍�*�װ<N>*'�7��~�;�u��8�K��1�9}=�%�� <F\>'���KU�4d�K�qC������+�…
340KU*ٿ�4Ýs����n�$�<��],�6a�2k�ߤUr@F�(�jMԝܽ~��<�Z]GI4�w�&1t��\8