Home
last modified time | relevance | path

Searched defs:ldb (Results 1 – 25 of 59) sorted by relevance

123

/external/cblas/testing/
Dc_cblas3.c16 CBLAS_TEST_COMPLEX *b, int *ldb, CBLAS_TEST_COMPLEX *beta, in F77_cgemm()
92 CBLAS_TEST_COMPLEX *b, int *ldb, CBLAS_TEST_COMPLEX *beta, in F77_chemm()
156 CBLAS_TEST_COMPLEX *b, int *ldb, CBLAS_TEST_COMPLEX *beta, in F77_csymm()
322 CBLAS_TEST_COMPLEX *b, int *ldb, float *beta, in F77_cher2k()
386 CBLAS_TEST_COMPLEX *b, int *ldb, CBLAS_TEST_COMPLEX *beta, in F77_csyr2k()
450 int *lda, CBLAS_TEST_COMPLEX *b, int *ldb) { in F77_ctrmm()
509 int *lda, CBLAS_TEST_COMPLEX *b, int *ldb) { in F77_ctrsm()
Dc_zblas3.c16 CBLAS_TEST_ZOMPLEX *b, int *ldb, CBLAS_TEST_ZOMPLEX *beta, in F77_zgemm()
92 CBLAS_TEST_ZOMPLEX *b, int *ldb, CBLAS_TEST_ZOMPLEX *beta, in F77_zhemm()
156 CBLAS_TEST_ZOMPLEX *b, int *ldb, CBLAS_TEST_ZOMPLEX *beta, in F77_zsymm()
322 CBLAS_TEST_ZOMPLEX *b, int *ldb, double *beta, in F77_zher2k()
386 CBLAS_TEST_ZOMPLEX *b, int *ldb, CBLAS_TEST_ZOMPLEX *beta, in F77_zsyr2k()
450 int *lda, CBLAS_TEST_ZOMPLEX *b, int *ldb) { in F77_ztrmm()
509 int *lda, CBLAS_TEST_ZOMPLEX *b, int *ldb) { in F77_ztrsm()
Dc_dblas3.c15 int *k, double *alpha, double *a, int *lda, double *b, int *ldb, in F77_dgemm()
77 double *alpha, double *a, int *lda, double *b, int *ldb, in F77_dsymm()
179 double *alpha, double *a, int *lda, double *b, int *ldb, in F77_dsyr2k()
235 int *ldb) { in F77_dtrmm()
286 int *ldb) { in F77_dtrsm()
Dc_sblas3.c13 int *k, float *alpha, float *a, int *lda, float *b, int *ldb, in F77_sgemm()
74 float *alpha, float *a, int *lda, float *b, int *ldb, in F77_ssymm()
176 float *alpha, float *a, int *lda, float *b, int *ldb, in F77_ssyr2k()
232 int *ldb) { in F77_strmm()
283 int *ldb) { in F77_strsm()
/external/llvm-project/clang/test/CodeGen/
Dms_struct-long-double.c7 long double ldb; member
Dmingw-long-double.c12 long double ldb; member
/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/tensorflow/tensorflow/stream_executor/rocm/
Drocm_blas.cc1589 int lda, const DeviceMemory<Eigen::half> &b, int ldb, in DoBlasGemm()
1635 const DeviceMemory<float> &b, int ldb, float beta, in DoBlasGemm()
1675 const DeviceMemory<double> &b, int ldb, double beta, in DoBlasGemm()
1688 const DeviceMemory<std::complex<float>> &b, int ldb, in DoBlasGemm()
1703 const DeviceMemory<std::complex<double>> &b, int ldb, in DoBlasGemm()
1759 int lda, const DeviceMemory<Eigen::half> &b, int ldb, float beta, in DoBlasGemmWithProfiling()
1770 const DeviceMemory<float> &b, int ldb, float beta, DeviceMemory<float> *c, in DoBlasGemmWithProfiling()
1780 const DeviceMemory<double> &b, int ldb, double beta, in DoBlasGemmWithProfiling()
1792 const DeviceMemory<std::complex<float>> &b, int ldb, in DoBlasGemmWithProfiling()
1804 const DeviceMemory<std::complex<double>> &b, int ldb, in DoBlasGemmWithProfiling()
[all …]
/external/gemmlowp/eight_bit_int_gemm/
Deight_bit_int_gemm.cc71 const std::uint8_t* b, std::int32_t b_offset, int ldb, in EightBitIntGemmImpl()
111 std::int32_t b_offset, int ldb, std::int32_t* c, in EightBitIntGemmInt32Impl()
218 int m, int n, int k, int lda, int ldb, int ldc, in CanHandleMetaFastpath()
304 std::int32_t b_offset, int ldb, std::uint8_t* c, in EightBitIntGemm()
342 std::int32_t ldb, float* c, float c_offset, in EightBitIntGemm()
/external/clang/test/CodeGen/
Dmingw-long-double.c10 long double ldb; member
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc1742 const DeviceMemory<Eigen::half> &b, int ldb, float beta, in DoBlasInternalImpl()
1797 const DeviceMemory<float> &b, int ldb, float beta, in DoBlasInternalImpl()
1853 const DeviceMemory<double> &b, int ldb, double beta, in DoBlasInternalImpl()
1865 const DeviceMemory<std::complex<float>> &b, int ldb, in DoBlasInternalImpl()
1882 const DeviceMemory<std::complex<double>> &b, int ldb, in DoBlasInternalImpl()
1940 int lda, const DeviceMemory<Eigen::half> &b, int ldb, float beta, in DoBlasInternalImpl()
1951 const DeviceMemory<float> &b, int ldb, float beta, DeviceMemory<float> *c, in DoBlasInternalImpl()
1961 const DeviceMemory<double> &b, int ldb, double beta, in DoBlasInternalImpl()
1973 const DeviceMemory<std::complex<float>> &b, int ldb, in DoBlasInternalImpl()
1985 const DeviceMemory<std::complex<double>> &b, int ldb, in DoBlasInternalImpl()
[all …]
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_matmul_op.cc148 const float* b, const int ldb, float* c, const int ldc) { in MklBlasGemm()
173 const bfloat16* b, const int ldb, bfloat16* c, 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()
132 const size_t ldb = b.dim_size(1); in Compute() local
Dconv_ops_using_gemm.cc247 const int ldb = filter_count; in operator ()() local
260 const int ldb = filter_count; in operator ()() local
414 const int ldb = filter_count; in operator ()() local
/external/tensorflow/tensorflow/stream_executor/
Dstream.cc3141 const DeviceMemory<Eigen::half> &b, int ldb, in ThenBlasGemm()
3160 const DeviceMemory<float> &b, int ldb, float beta, in ThenBlasGemm()
3177 const DeviceMemory<double> &b, int ldb, in ThenBlasGemm()
3197 int ldb, std::complex<float> beta, in ThenBlasGemm()
3218 int ldb, std::complex<double> beta, in ThenBlasGemm()
3329 const DeviceMemory<Eigen::half> &b, int ldb, float beta, in ThenBlasGemmWithProfiling()
3349 const DeviceMemory<float> &b, int ldb, float beta, DeviceMemory<float> *c, in ThenBlasGemmWithProfiling()
3368 const DeviceMemory<double> &b, int ldb, double beta, in ThenBlasGemmWithProfiling()
3389 const DeviceMemory<std::complex<float>> &b, int ldb, in ThenBlasGemmWithProfiling()
3411 const DeviceMemory<std::complex<double>> &b, int ldb, in ThenBlasGemmWithProfiling()
[all …]
/external/cblas/examples/
Dcblas_example2.c12 int rout=-1,info=0,m,n,k,lda,ldb,ldc; in main() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_matmul_mkl.cc47 int ldb = transpose_rhs ? n : k; in MatMulF32() local
69 int ldb = transpose_rhs ? n : k; in MatMulF64() local
/external/tensorflow/tensorflow/core/kernels/rnn/
Dblas_gemm.cc42 const T* b, int ldb, float beta, T* c, in operator ()()
/external/cblas/src/
Dcblas_dsyr2k.c15 const double *B, const int ldb, const double beta, in cblas_dsyr2k()
Dcblas_zsymm.c15 const void *B, const int ldb, const void *beta, in cblas_zsymm()
Dcblas_ssymm.c15 const float *B, const int ldb, const float beta, in cblas_ssymm()
Dcblas_chemm.c15 const void *B, const int ldb, const void *beta, in cblas_chemm()
Dcblas_dsymm.c15 const double *B, const int ldb, const double beta, in cblas_dsymm()
Dcblas_zsyr2k.c15 const void *B, const int ldb, const void *beta, in cblas_zsyr2k()
Dcblas_csymm.c15 const void *B, const int ldb, const void *beta, in cblas_csymm()

123