| /external/cblas/testing/ |
| 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_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_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()
|
| 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()
|
| /external/clang/test/CodeGen/ |
| D | complex-builtints.c | 29 volatile long double _Complex ldc = 1.0L + 2.0iL; in main() local
|
| /external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
| D | stream.h | 758 DeviceMemory<InputType> *c, int ldc, in ThenBlasGemm() 772 DeviceMemory<InputType> *c, int ldc) { in ThenBlasGemm() 783 int ldc, blas::ComputePrecision precision) { in ThenBlasGemm() 821 int ldc) { in ThenBlasGemm() 869 int ldc, blas::ComputationType computation_type, in ThenBlasGemmWithAlgorithm() 884 DeviceMemory<OutputType> *c, int ldc, in ThenBlasGemmWithAlgorithm() 922 int64_t stride_b, ConstantType beta, DeviceMemory<OutputType> *c, int ldc, in ThenBlasGemmStridedBatchedWithAlgorithm() 1037 int64_t stride_b, ConstantType beta, DeviceMemory<InputType> *c, int ldc, in ThenBlasGemmStridedBatched()
|
| /external/eigen/bench/ |
| D | bench_gemm.cpp | 90 int lda = a.outerStride(); int ldb = b.outerStride(); int ldc = c.rows(); in blas_gemm() local 102 int lda = a.outerStride(); int ldb = b.outerStride(); int ldc = c.rows(); in blas_gemm() local 114 int lda = a.outerStride(); int ldb = b.outerStride(); int ldc = c.rows(); in blas_gemm() local 126 int lda = a.outerStride(); int ldb = b.outerStride(); int ldc = c.rows(); in blas_gemm() local
|
| /external/gemmlowp/eight_bit_int_gemm/ |
| D | eight_bit_int_gemm.cc | 73 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/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/ |
| D | LexicalDifferenceCalculatorTest.java | 234 LexicalDifferenceCalculator ldc = new LexicalDifferenceCalculator(); in csmModelAfterAddingStatementToEmptyBlock() local 265 LexicalDifferenceCalculator ldc = new LexicalDifferenceCalculator(); in differenceAfterddingStatementToEmptyBlock() local
|
| /external/tensorflow/tensorflow/stream_executor/rocm/ |
| D | rocm_blas.cc | 395 int ldc, blas::ComputePrecision precision) { in DoBlasGemm() 558 DeviceMemory<Eigen::half> *c, int ldc, in DoBlasGemmWithProfiling() 569 int ldc, blas::ProfileResult *output_profile_result) { in DoBlasGemmWithProfiling() 579 DeviceMemory<double> *c, int ldc, in DoBlasGemmWithProfiling() 591 std::complex<float> beta, DeviceMemory<std::complex<float>> *c, int ldc, in DoBlasGemmWithProfiling() 603 std::complex<double> beta, DeviceMemory<std::complex<double>> *c, int ldc, in DoBlasGemmWithProfiling() 625 DeviceMemory<T> *c, int ldc, blas::ProfileResult *output_profile_result) { in DoBlasGemmWithProfilingImpl() 634 blas::DataType type_c, int ldc, blas::ComputationType computation_type, in DoBlasGemmWithAlgorithm() 645 DeviceMemoryBase *c, blas::DataType type_c, int ldc, int64_t stride_c, in DoBlasGemmStridedBatchedWithAlgorithm() 771 int ldc, int batch_count, ScratchAllocator *scratch_allocator) { in DoBlasGemmBatchedInternal() [all …]
|
| /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/ |
| D | KotlinUnsafeCastOperatorFilter.java | 55 final LdcInsnNode ldc = (LdcInsnNode) cursor; in match() local
|
| /external/tensorflow/tensorflow/core/kernels/mkl/ |
| D | mkl_matmul_op.cc | 148 const float* b, const int ldb, float* c, const int ldc) { in MklBlasGemm() 182 const int ldc) { in MklBlasGemm()
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | quantized_matmul_op.cc | 40 int offset_a, int offset_b, int lda, int ldb, int ldc) { in GemmlowpMultiply() 148 const size_t ldc = n; in Compute() local
|
| D | conv_ops_using_gemm.cc | 248 const int ldc = filter_count; in operator ()() local 261 const int ldc = filter_count; in operator ()() local 415 const int ldc = filter_count; in operator ()() local
|
| /external/cblas/examples/ |
| D | cblas_example2.c | 12 int rout=-1,info=0,m,n,k,lda,ldb,ldc; in main() local
|
| /external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
| D | cuda_blas.cc | 614 int ldc, blas::ComputePrecision precision) { in DoBlasInternalImpl() 793 DeviceMemory<Eigen::half> *c, int ldc, in DoBlasInternalImpl() 804 int ldc, blas::ProfileResult *output_profile_result) { in DoBlasInternalImpl() 814 DeviceMemory<double> *c, int ldc, in DoBlasInternalImpl() 826 std::complex<float> beta, DeviceMemory<std::complex<float>> *c, int ldc, in DoBlasInternalImpl() 838 std::complex<double> beta, DeviceMemory<std::complex<double>> *c, int ldc, in DoBlasInternalImpl() 882 DeviceMemory<T> *c, int ldc, blas::ProfileResult *output_profile_result) { in DoBlasInternalImpl() 1020 blas::DataType type_c, int ldc, blas::ComputationType computation_type, in DoBlasInternalImpl() 1049 DeviceMemoryBase *c, blas::DataType type_c, int ldc, int64_t stride_c, in DoBlasInternalImpl() 1192 const DeviceMemorySlice<T> &c_ptrs_to_wrappers, int ldc, int batch_count, in DoBlasInternalImpl() [all …]
|
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
| D | runtime_matmul_mkl.cc | 44 int ldc = m; in MatMulF32() local 66 int ldc = m; in MatMulF64() local
|
| /external/ComputeLibrary/src/cpu/kernels/assembly/ |
| D | gemm_common.hpp | 183 … Tr *C, const int ldc, const int C_batch_stride, const int C_multi_stride, in set_arrays() 204 … void *C, const int ldc, const int C_batch_stride, const int C_multi_stride, in set_arrays_generic()
|
| /external/javassist/src/main/javassist/bytecode/ |
| D | CodeAttribute.java | 360 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/cblas/src/ |
| D | cblas_cherk.c | 15 const float beta, void *C, const int ldc) in cblas_cherk()
|
| D | cblas_zherk.c | 15 const double beta, void *C, const int ldc) in cblas_zherk()
|
| D | cblas_ssyrk.c | 15 const float beta, float *C, const int ldc) in cblas_ssyrk()
|
| D | cblas_csyrk.c | 15 const void *beta, void *C, const int ldc) in cblas_csyrk()
|
| D | cblas_dsyrk.c | 15 const double beta, double *C, const int ldc) in cblas_dsyrk()
|
| D | cblas_zsyrk.c | 15 const void *beta, void *C, const int ldc) in cblas_zsyrk()
|