Home
last modified time | relevance | path

Searched defs:ldc (Results 1 – 25 of 61) sorted by relevance

123

/external/cblas/testing/
Dc_cblas3.c17 CBLAS_TEST_COMPLEX *c, int *ldc ) { in F77_cgemm()
93 CBLAS_TEST_COMPLEX *c, int *ldc ) { in F77_chemm()
157 CBLAS_TEST_COMPLEX *c, int *ldc ) { in F77_csymm()
211 float *beta, CBLAS_TEST_COMPLEX *c, int *ldc ) { in F77_cherk()
267 CBLAS_TEST_COMPLEX *beta, CBLAS_TEST_COMPLEX *c, int *ldc ) { in F77_csyrk()
323 CBLAS_TEST_COMPLEX *c, int *ldc ) { in F77_cher2k()
387 CBLAS_TEST_COMPLEX *c, int *ldc ) { in F77_csyr2k()
Dc_zblas3.c17 CBLAS_TEST_ZOMPLEX *c, int *ldc ) { in F77_zgemm()
93 CBLAS_TEST_ZOMPLEX *c, int *ldc ) { in F77_zhemm()
157 CBLAS_TEST_ZOMPLEX *c, int *ldc ) { in F77_zsymm()
211 double *beta, CBLAS_TEST_ZOMPLEX *c, int *ldc ) { in F77_zherk()
267 CBLAS_TEST_ZOMPLEX *beta, CBLAS_TEST_ZOMPLEX *c, int *ldc ) { in F77_zsyrk()
323 CBLAS_TEST_ZOMPLEX *c, int *ldc ) { in F77_zher2k()
387 CBLAS_TEST_ZOMPLEX *c, int *ldc ) { in F77_zsyr2k()
Dc_dblas3.c16 double *beta, double *c, int *ldc ) { in F77_dgemm()
78 double *beta, double *c, int *ldc ) { in F77_dsymm()
132 double *beta, double *c, int *ldc ) { in F77_dsyrk()
180 double *beta, double *c, int *ldc ) { in F77_dsyr2k()
Dc_sblas3.c14 float *beta, float *c, int *ldc ) { in F77_sgemm()
75 float *beta, float *c, int *ldc ) { in F77_ssymm()
129 float *beta, float *c, int *ldc ) { in F77_ssyrk()
177 float *beta, float *c, int *ldc ) { in F77_ssyr2k()
/external/clang/test/CodeGen/
Dcomplex-builtints.c29 volatile long double _Complex ldc = 1.0L + 2.0iL; in main() local
/external/llvm-project/clang/test/CodeGen/
Dcomplex-builtins-3.c29 volatile long double _Complex ldc = 1.0L + 2.0iL; in main() local
/external/eigen/bench/
Dbench_gemm.cpp64 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); in blas_gemm() local
75 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); in blas_gemm() local
86 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); in blas_gemm() local
97 int lda = a.rows(); int ldb = b.rows(); int ldc = c.rows(); in blas_gemm() local
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc73 std::int32_t c_mult_int, std::int32_t c_shift, int ldc, in EightBitIntGemmImpl()
112 int ldc, BitDepthSetting bit_depth) { in EightBitIntGemmInt32Impl()
218 int m, int n, int k, int lda, int ldb, int ldc, in CanHandleMetaFastpath()
306 std::int32_t c_shift, int ldc, BitDepthSetting bit_depth) { in EightBitIntGemm()
343 std::int32_t ldc, BitDepthSetting bit_depth) { in EightBitIntGemm()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DKotlinUnsafeCastOperatorFilter.java52 final LdcInsnNode ldc = (LdcInsnNode) cursor; in match() local
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_blas.cc1590 float beta, DeviceMemory<Eigen::half> *c, int ldc) { in DoBlasGemm()
1636 DeviceMemory<float> *c, int ldc) { in DoBlasGemm()
1676 DeviceMemory<double> *c, int ldc) { in DoBlasGemm()
1690 DeviceMemory<std::complex<float>> *c, int ldc) { in DoBlasGemm()
1705 DeviceMemory<std::complex<double>> *c, int ldc) { in DoBlasGemm()
1760 DeviceMemory<Eigen::half> *c, int ldc, in DoBlasGemmWithProfiling()
1771 int ldc, blas::ProfileResult *output_profile_result) { in DoBlasGemmWithProfiling()
1781 DeviceMemory<double> *c, int ldc, in DoBlasGemmWithProfiling()
1793 std::complex<float> beta, DeviceMemory<std::complex<float>> *c, int ldc, in DoBlasGemmWithProfiling()
1805 std::complex<double> beta, DeviceMemory<std::complex<double>> *c, int ldc, in DoBlasGemmWithProfiling()
[all …]
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/
DLexicalDifferenceCalculatorTest.java234 LexicalDifferenceCalculator ldc = new LexicalDifferenceCalculator(); in csmModelAfterAddingStatementToEmptyBlock() local
265 LexicalDifferenceCalculator ldc = new LexicalDifferenceCalculator(); in differenceAfterddingStatementToEmptyBlock() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_matmul_op.cc148 const float* b, const int ldb, float* c, const int ldc) { in MklBlasGemm()
174 const int ldc) { in MklBlasGemm()
/external/tensorflow/tensorflow/core/kernels/
Dquantized_matmul_op.cc37 int offset_a, int offset_b, int lda, int ldb, int ldc) { in GemmlowpMultiply()
133 const size_t ldc = n; in Compute() local
/external/cblas/examples/
Dcblas_example2.c12 int rout=-1,info=0,m,n,k,lda,ldb,ldc; in main() local
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc1743 DeviceMemory<Eigen::half> *c, int ldc) { in DoBlasInternalImpl()
1798 DeviceMemory<float> *c, int ldc) { in DoBlasInternalImpl()
1854 DeviceMemory<double> *c, int ldc) { in DoBlasInternalImpl()
1867 DeviceMemory<std::complex<float>> *c, int ldc) { in DoBlasInternalImpl()
1884 DeviceMemory<std::complex<double>> *c, int ldc) { in DoBlasInternalImpl()
1941 DeviceMemory<Eigen::half> *c, int ldc, in DoBlasInternalImpl()
1952 int ldc, blas::ProfileResult *output_profile_result) { in DoBlasInternalImpl()
1962 DeviceMemory<double> *c, int ldc, in DoBlasInternalImpl()
1974 std::complex<float> beta, DeviceMemory<std::complex<float>> *c, int ldc, in DoBlasInternalImpl()
1986 std::complex<double> beta, DeviceMemory<std::complex<double>> *c, int ldc, in DoBlasInternalImpl()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_matmul_mkl.cc48 int ldc = m; in MatMulF32() local
70 int ldc = m; in MatMulF64() local
/external/tensorflow/tensorflow/stream_executor/
Dstream.cc3143 int ldc) { in ThenBlasGemm()
3161 DeviceMemory<float> *c, int ldc) { in ThenBlasGemm()
3178 double beta, DeviceMemory<double> *c, int ldc) { in ThenBlasGemm()
3198 DeviceMemory<std::complex<float>> *c, int ldc) { in ThenBlasGemm()
3219 DeviceMemory<std::complex<double>> *c, int ldc) { in ThenBlasGemm()
3330 DeviceMemory<Eigen::half> *c, int ldc, in ThenBlasGemmWithProfiling()
3350 int ldc, blas::ProfileResult *output_profile_result) { in ThenBlasGemmWithProfiling()
3369 DeviceMemory<double> *c, int ldc, in ThenBlasGemmWithProfiling()
3390 std::complex<float> beta, DeviceMemory<std::complex<float>> *c, int ldc, in ThenBlasGemmWithProfiling()
3412 std::complex<double> beta, DeviceMemory<std::complex<double>> *c, int ldc, in ThenBlasGemmWithProfiling()
[all …]
/external/cblas/src/
Dcblas_zsyrk.c15 const void *beta, void *C, const int ldc) in cblas_zsyrk()
Dcblas_ssyrk.c15 const float beta, float *C, const int ldc) in cblas_ssyrk()
Dcblas_csyrk.c15 const void *beta, void *C, const int ldc) in cblas_csyrk()
Dcblas_zherk.c15 const double beta, void *C, const int ldc) in cblas_zherk()
Dcblas_cherk.c15 const float beta, void *C, const int ldc) in cblas_cherk()
Dcblas_dsyrk.c15 const double beta, double *C, const int ldc) in cblas_dsyrk()
/external/javassist/src/main/javassist/bytecode/
DCodeAttribute.java360 LdcEntry ldc = copyCode(this.info, 0, len, this.getConstPool(), in copyCode() local
402 LdcEntry ldc = new LdcEntry(); in copyCode() local
451 static byte[] doit(byte[] code, LdcEntry ldc, ExceptionTable etable, in doit()
/external/tensorflow/tensorflow/core/kernels/rnn/
Dblas_gemm.cc43 int ldc) { in operator ()()

123