Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/ksp/test-utils/testData/api/
H A DreplaceWithErrorTypeArgs.kt112 class KL<T1, T2> class
/aosp_15_r20/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp52 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()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dcamellia.c220 #define FL(XL, XR, KL, KR) \ argument
226 #define FLInv(YL, YR, KL, KR) \ argument
/aosp_15_r20/external/mbedtls/library/
H A Dcamellia.c220 #define FL(XL, XR, KL, KR) \ argument
226 #define FLInv(YL, YR, KL, KR) \ argument
/aosp_15_r20/frameworks/rs/support/java/src/androidx/renderscript/
H A DRenderScript.java936 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()
H A DScriptIntrinsicBLAS.java468 …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
/aosp_15_r20/external/cblas/src/
H A Dcblas_dgbmv.c13 const int KL, const int KU, in cblas_dgbmv()
H A Dcblas_sgbmv.c14 const int KL, const int KU, in cblas_sgbmv()
H A Dcblas_cgbmv.c14 const int KL, const int KU, in cblas_cgbmv()
H A Dcblas_zgbmv.c14 const int KL, const int KU, in cblas_zgbmv()
/aosp_15_r20/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
/aosp_15_r20/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp588 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()
/aosp_15_r20/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()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_matmul_op.cc1329 bool transpose_left, int num_threads, int* KR, int* NR, int* KL, int* JB, in ComputeBlockSizes()
1543 int KR, NR, KL, JB, IB; in Compute() local
/aosp_15_r20/frameworks/rs/
H A DrsDefines.h467 int KL; member
/aosp_15_r20/external/cblas/testing/
H A Dc_zblat2.f499 $ INCYS, IX, IY, KL, KLS, KU, KUS, LAA, LDA, local
2747 SUBROUTINE ZMAKE( TYPE, UPLO, DIAG, M, N, A, NMAX, AA, LDA, KL, argument
2775 INTEGER KL, KU, LDA, M, N, NMAX local
H A Dc_cblat2.f498 $ INCYS, IX, IY, KL, KLS, KU, KUS, LAA, LDA, local
2741 SUBROUTINE CMAKE( TYPE, UPLO, DIAG, M, N, A, NMAX, AA, LDA, KL, argument
2768 INTEGER KL, KU, LDA, M, N, NMAX local
H A Dc_sblat2.f489 $ INCYS, IX, IY, KL, KLS, KU, KUS, LAA, LDA, local
2463 SUBROUTINE SMAKE( TYPE, UPLO, DIAG, M, N, A, NMAX, AA, LDA, KL, argument
2486 INTEGER KL, KU, LDA, M, N, NMAX local
H A Dc_dblat2.f489 $ INCYS, IX, IY, KL, KLS, KU, KUS, LAA, LDA, local
2463 SUBROUTINE DMAKE( TYPE, UPLO, DIAG, M, N, A, NMAX, AA, LDA, KL, argument
2486 INTEGER KL, KU, LDA, M, N, NMAX local
/aosp_15_r20/external/eigen/blas/testing/
H A Ddblat2.f463 $ INCYS, IX, IY, KL, KLS, KU, KUS, LAA, LDA, local
2651 SUBROUTINE DMAKE( TYPE, UPLO, DIAG, M, N, A, NMAX, AA, LDA, KL, argument
2674 INTEGER KL, KU, LDA, M, N, NMAX local
H A Dsblat2.f463 $ INCYS, IX, IY, KL, KLS, KU, KUS, LAA, LDA, local
2651 SUBROUTINE SMAKE( TYPE, UPLO, DIAG, M, N, A, NMAX, AA, LDA, KL, argument
2674 INTEGER KL, KU, LDA, M, N, NMAX local
H A Dzblat2.f475 $ INCYS, IX, IY, KL, KLS, KU, KUS, LAA, LDA, local
2724 SUBROUTINE ZMAKE( TYPE, UPLO, DIAG, M, N, A, NMAX, AA, LDA, KL, argument
2752 INTEGER KL, KU, LDA, M, N, NMAX local
H A Dcblat2.f473 $ INCYS, IX, IY, KL, KLS, KU, KUS, LAA, LDA, local
2717 SUBROUTINE CMAKE( TYPE, UPLO, DIAG, M, N, A, NMAX, AA, LDA, KL, argument
2744 INTEGER KL, KU, LDA, M, N, NMAX local
/aosp_15_r20/prebuilts/sdk/renderscript/lib/
HDjavalib.jarMETA-INF/ META-INF/MANIFEST.MF androidx/ androidx/renderscript/ androidx/ ...

1234567