/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 931 int KL, int KU, boolean mUseInc); in rsnScriptIntrinsicBLAS_Single() argument 935 int KL, int KU, boolean mUseInc) { in nScriptIntrinsicBLAS_Single() argument 937 …unc, TransA, TransB, Side, Uplo, Diag, M, N, K, alpha, A, B, beta, C, incX, incY, KL, KU, mUseInc); in nScriptIntrinsicBLAS_Single() 943 int KL, int KU, boolean mUseInc); in rsnScriptIntrinsicBLAS_Double() argument 947 int KL, int KU, boolean mUseInc) { in nScriptIntrinsicBLAS_Double() argument 949 …unc, TransA, TransB, Side, Uplo, Diag, M, N, K, alpha, A, B, beta, C, incX, incY, KL, KU, mUseInc); in nScriptIntrinsicBLAS_Double() 955 int KL, int KU, boolean mUseInc); in rsnScriptIntrinsicBLAS_Complex() argument 959 int KL, int KU, boolean mUseInc) { in nScriptIntrinsicBLAS_Complex() argument 961 …sB, Side, Uplo, Diag, M, N, K, alphaX, alphaY, A, B, betaX, betaY, C, incX, incY, KL, KU, mUseInc); in nScriptIntrinsicBLAS_Complex() 967 int KL, int KU, boolean mUseInc); in rsnScriptIntrinsicBLAS_Z() argument [all …]
|
D | ScriptIntrinsicBLAS.java | 464 …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/base/rs/java/android/renderscript/ |
D | RenderScript.java | 982 int KL, int KU); in rsnScriptIntrinsicBLAS_Single() argument 986 int KL, int KU) { in nScriptIntrinsicBLAS_Single() argument 988 …xt, id, func, TransA, TransB, Side, Uplo, Diag, M, N, K, alpha, A, B, beta, C, incX, incY, KL, KU); in nScriptIntrinsicBLAS_Single() 994 int KL, int KU); in rsnScriptIntrinsicBLAS_Double() argument 998 int KL, int KU) { in nScriptIntrinsicBLAS_Double() argument 1000 …xt, id, func, TransA, TransB, Side, Uplo, Diag, M, N, K, alpha, A, B, beta, C, incX, incY, KL, KU); in nScriptIntrinsicBLAS_Double() 1006 int KL, int KU); in rsnScriptIntrinsicBLAS_Complex() argument 1010 int KL, int KU) { in nScriptIntrinsicBLAS_Complex() argument 1012 …nsA, TransB, Side, Uplo, Diag, M, N, K, alphaX, alphaY, A, B, betaX, betaY, C, incX, incY, KL, KU); in nScriptIntrinsicBLAS_Complex() 1018 int KL, int KU); in rsnScriptIntrinsicBLAS_Z() argument [all …]
|
D | ScriptIntrinsicBLAS.java | 417 …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/rs/cpp/ |
D | ScriptIntrinsicBLAS.cpp | 52 int M, int N, int K, int incX, int incY, int KL, int KU, in setUpBLASCall() argument 101 call.KU = KU; in setUpBLASCall() 110 float beta, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Single() argument 112 M, N, K, incX, incY, KL, KU, alpha, beta, 0.0, 0.0, in nScriptIntrinsicBLAS_Single() 124 double beta, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Double() argument 126 M, N, K, incX, incY, KL, KU, 0.0f, 0.0f, alpha, beta, in nScriptIntrinsicBLAS_Double() 137 … float betaX, float betaY, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Complex() argument 139 M, N, K, incX, incY, KL, KU, 0.0f, 0.0f, 0.0, 0.0, in nScriptIntrinsicBLAS_Complex() 150 … double betaX, double betaY, RsAllocation C, int incX, int incY, int KL, int KU) { in nScriptIntrinsicBLAS_Z() argument 152 M, N, K, incX, incY, KL, KU, 0.0f, 0.0f, 0.0, 0.0, in nScriptIntrinsicBLAS_Z() [all …]
|
D | rsCppStructs.h | 1935 … int KL, int KU, float alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX, 1963 int KL, int KU, double alpha, const sp<Allocation>& A, const sp<Allocation>& X, 1991 int KL, int KU, Float2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, 2019 … int KL, int KU, Double2 alpha, const sp<Allocation>& A, const sp<Allocation>& X, int incX,
|
/frameworks/rs/cpu_ref/ |
D | rsCpuBLASDispatch.h | 31 const int KL, const int KU, const float alpha, 64 const int KL, const int KU, const double alpha, 97 const int KL, const int KU, const void *alpha, 130 const int KL, const int KU, const void *alpha,
|
D | rsCpuIntrinsicBLAS.cpp | 285 cblas_sgbmv(CblasRowMajor, TransA, call->M, call->N, call->KL, call->KU, in invokeForEach() 327 cblas_dgbmv(CblasRowMajor, TransA, call->M, call->N, call->KL, call->KU, in invokeForEach() 369 cblas_cgbmv(CblasRowMajor, TransA, call->M, call->N, call->KL, call->KU, in invokeForEach() 411 cblas_zgbmv(CblasRowMajor, TransA, call->M, call->N, call->KL, call->KU, in invokeForEach()
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 588 jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Single() argument 605 call.KU = KU; in nScriptIntrinsicBLAS_Single() 628 jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Double() argument 645 call.KU = KU; in nScriptIntrinsicBLAS_Double() 668 … jfloat betaY, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Complex() argument 687 call.KU = KU; in nScriptIntrinsicBLAS_Complex() 711 … jdouble betaY, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Z() argument 730 call.KU = KU; in nScriptIntrinsicBLAS_Z()
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 623 jint KL, jint KU) { in nScriptIntrinsicBLAS_Single() argument 640 call.KU = KU; in nScriptIntrinsicBLAS_Single() 656 jint KL, jint KU) { in nScriptIntrinsicBLAS_Double() argument 673 call.KU = KU; in nScriptIntrinsicBLAS_Double() 689 jfloat betaY, jlong C, jint incX, jint incY, jint KL, jint KU) { in nScriptIntrinsicBLAS_Complex() argument 708 call.KU = KU; in nScriptIntrinsicBLAS_Complex() 724 jdouble betaY, jlong C, jint incX, jint incY, jint KL, jint KU) { in nScriptIntrinsicBLAS_Z() argument 743 call.KU = KU; in nScriptIntrinsicBLAS_Z()
|
/frameworks/rs/ |
D | rsDefines.h | 468 int KU; member
|
/frameworks/base/media/tests/contents/media_api/music/ |
D | test_amr_ietf.amr | 150 …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������+�… 340 �KU*ٿ�4Ýs����n�$�<��],�6a�2k�ߤUr@F�(�jMԝܽ~��<�Z]GI4�w�&1t��\8
|