| /external/tensorflow/tensorflow/core/kernels/ |
| D | mkl_matmul_op.cc | 151 const int ldb, float* c, const int ldc) { in MklBlasGemm() 182 const int ldb, double* c, const int ldc) { in MklBlasGemm() 195 int const ldc) { in MklBlasGemm() 211 const int ldc) { in MklBlasGemm()
|
| D | quantized_matmul_op.cc | 37 int offset_a, int offset_b, int lda, int ldb, int ldc) { in GemmlowpMultiply() 133 const size_t ldc = n; in Compute() local
|
| /external/clang/test/CodeGen/ |
| D | complex-builtints.c | 29 volatile long double _Complex ldc = 1.0L + 2.0iL; in main() local
|
| /external/cblas/testing/ |
| D | c_zblas3.c | 17 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()
|
| D | c_cblas3.c | 17 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()
|
| D | c_sblas3.c | 14 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()
|
| D | c_dblas3.c | 16 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()
|
| /external/eigen/bench/ |
| D | bench_gemm.cpp | 64 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/cblas/examples/ |
| D | cblas_example2.c | 12 int rout=-1,info=0,m,n,k,lda,ldb,ldc; in main() local
|
| /external/gemmlowp/eight_bit_int_gemm/ |
| D | eight_bit_int_gemm.cc | 76 std::int32_t c_mult_int, std::int32_t c_shift, int ldc, in EightBitIntGemmImpl() 115 int ldc, BitDepthSetting bit_depth) { in EightBitIntGemmInt32Impl() 221 int m, int n, int k, int lda, int ldb, int ldc, in CanHandleMetaFastpath() 309 std::int32_t c_shift, int ldc, BitDepthSetting bit_depth) { in EightBitIntGemm() 346 std::int32_t ldc, BitDepthSetting bit_depth) { in EightBitIntGemm()
|
| /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/ |
| D | LexicalDifferenceCalculatorTest.java | 230 LexicalDifferenceCalculator ldc = new LexicalDifferenceCalculator(); in csmModelAfterAddingStatementToEmptyBlock() local 261 LexicalDifferenceCalculator ldc = new LexicalDifferenceCalculator(); in differenceAfterddingStatementToEmptyBlock() local
|
| /external/tensorflow/tensorflow/stream_executor/rocm/ |
| D | rocm_blas.cc | 1464 float beta, DeviceMemory<Eigen::half> *c, int ldc) { in DoBlasGemm() 1509 DeviceMemory<float> *c, int ldc) { in DoBlasGemm() 1548 DeviceMemory<double> *c, int ldc) { in DoBlasGemm() 1561 DeviceMemory<std::complex<float>> *c, int ldc) { in DoBlasGemm() 1573 DeviceMemory<std::complex<double>> *c, int ldc) { in DoBlasGemm() 1625 DeviceMemory<Eigen::half> *c, int ldc, in DoBlasGemmWithProfiling() 1636 int ldc, blas::ProfileResult *output_profile_result) { in DoBlasGemmWithProfiling() 1646 DeviceMemory<double> *c, int ldc, in DoBlasGemmWithProfiling() 1658 std::complex<float> beta, DeviceMemory<std::complex<float>> *c, int ldc, in DoBlasGemmWithProfiling() 1670 std::complex<double> beta, DeviceMemory<std::complex<double>> *c, int ldc, in DoBlasGemmWithProfiling() [all …]
|
| /external/tensorflow/tensorflow/stream_executor/cuda/ |
| D | cuda_blas.cc | 1565 DeviceMemory<Eigen::half> *c, int ldc) { in DoBlasGemm() 1626 DeviceMemory<float> *c, int ldc) { in DoBlasGemm() 1665 DeviceMemory<double> *c, int ldc) { in DoBlasGemm() 1678 DeviceMemory<std::complex<float>> *c, int ldc) { in DoBlasGemm() 1692 DeviceMemory<std::complex<double>> *c, int ldc) { in DoBlasGemm() 1746 DeviceMemory<Eigen::half> *c, int ldc, in DoBlasGemmWithProfiling() 1757 int ldc, blas::ProfileResult *output_profile_result) { in DoBlasGemmWithProfiling() 1767 DeviceMemory<double> *c, int ldc, in DoBlasGemmWithProfiling() 1779 std::complex<float> beta, DeviceMemory<std::complex<float>> *c, int ldc, in DoBlasGemmWithProfiling() 1791 std::complex<double> beta, DeviceMemory<std::complex<double>> *c, int ldc, in DoBlasGemmWithProfiling() [all …]
|
| /external/cblas/src/ |
| D | cblas_zsyrk.c | 15 const void *beta, void *C, const int ldc) in cblas_zsyrk()
|
| D | cblas_ssyrk.c | 15 const float beta, float *C, const int ldc) in cblas_ssyrk()
|
| D | cblas_dsyrk.c | 15 const double beta, double *C, const int ldc) in cblas_dsyrk()
|
| D | cblas_cherk.c | 15 const float beta, void *C, const int ldc) in cblas_cherk()
|
| D | cblas_csyrk.c | 15 const void *beta, void *C, const int ldc) in cblas_csyrk()
|
| D | cblas_zherk.c | 15 const double beta, void *C, const int ldc) in cblas_zherk()
|
| D | cblas_ssymm.c | 16 float *C, const int ldc) in cblas_ssymm()
|
| D | cblas_dsymm.c | 16 double *C, const int ldc) in cblas_dsymm()
|
| D | cblas_zhemm.c | 16 void *C, const int ldc) in cblas_zhemm()
|
| D | cblas_zsyr2k.c | 16 void *C, const int ldc) in cblas_zsyr2k()
|
| D | cblas_dsyr2k.c | 16 double *C, const int ldc) in cblas_dsyr2k()
|
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
| D | runtime_matmul_mkl.cc | 48 int ldc = m; in MatMulF32() local 70 int ldc = m; in MatMulF64() local
|