HomeSort by relevance Sort by last modified time
    Searched refs:ldc (Results 26 - 50 of 307) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/cblas/src/
cblas_csymm.c 16 void *C, const int ldc)
28 F77_INT F77_ldc=ldc;
34 #define F77_ldc ldc
cblas_csyr2k.c 16 void *C, const int ldc)
28 F77_INT F77_ldc=ldc;
34 #define F77_ldc ldc
cblas_csyrk.c 15 const void *beta, void *C, const int ldc)
27 F77_INT F77_ldc=ldc;
32 #define F77_ldc ldc
cblas_dgemm.c 16 const double beta, double *C, const int ldc)
28 F77_INT F77_ldc=ldc;
35 #define F77_ldc ldc
cblas_dsymm.c 16 double *C, const int ldc)
28 F77_INT F77_ldc=ldc;
34 #define F77_ldc ldc
cblas_dsyr2k.c 16 double *C, const int ldc)
28 F77_INT F77_ldc=ldc;
34 #define F77_ldc ldc
cblas_dsyrk.c 15 const double beta, double *C, const int ldc)
27 F77_INT F77_ldc=ldc;
32 #define F77_ldc ldc
cblas_sgemm.c 16 const float beta, float *C, const int ldc)
28 F77_INT F77_ldc=ldc;
35 #define F77_ldc ldc
cblas_ssymm.c 16 float *C, const int ldc)
28 F77_INT F77_ldc=ldc;
34 #define F77_ldc ldc
cblas_ssyr2k.c 16 float *C, const int ldc)
28 F77_INT F77_ldc=ldc;
34 #define F77_ldc ldc
cblas_ssyrk.c 15 const float beta, float *C, const int ldc)
27 F77_INT F77_ldc=ldc;
32 #define F77_ldc ldc
cblas_zgemm.c 16 const void *beta, void *C, const int ldc)
28 F77_INT F77_ldc=ldc;
35 #define F77_ldc ldc
cblas_zhemm.c 16 void *C, const int ldc)
28 F77_INT F77_ldc=ldc;
34 #define F77_ldc ldc
cblas_zher2k.c 16 void *C, const int ldc)
28 F77_INT F77_ldc=ldc;
34 #define F77_ldc ldc
cblas_zherk.c 15 const double beta, void *C, const int ldc)
27 F77_INT F77_ldc=ldc;
32 #define F77_ldc ldc
cblas_zsymm.c 16 void *C, const int ldc)
28 F77_INT F77_ldc=ldc;
34 #define F77_ldc ldc
cblas_zsyr2k.c 16 void *C, const int ldc)
28 F77_INT F77_ldc=ldc;
34 #define F77_ldc ldc
cblas_zsyrk.c 15 const void *beta, void *C, const int ldc)
27 F77_INT F77_ldc=ldc;
32 #define F77_ldc ldc
  /external/tensorflow/tensorflow/core/kernels/
reference_gemm.h 37 int32 shift_c, int32 offset_c, int32 mult_c, size_t ldc) {
60 c_j_stride = ldc;
62 c_i_stride = ldc;
quantized_matmul_op.cc 37 int offset_a, int offset_b, int lda, int ldb, int ldc) {
52 ldc);
133 const size_t ldc = n; variable
142 c_data, m, n, k, -offset_a, -offset_b, lda, ldb, ldc);
153 ldb, ldc);
157 ldb, ldc);
163 ldb, ldc);
167 lda, ldb, ldc);
173 lda, b_data, offset_b, ldb, c_data, shift_c, offset_c, mult_c, ldc);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
copro.s 6 ldc 5, cr9, [r3]
10 ldc p0, c8, foo
28 ldc 3, c7, [r0], {0}
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
group-relocs.d 42 808c: ed9f000c ldc 0, cr0, \[pc, #48\].*
44 8094: ed900018 ldc 0, cr0, \[r0, #96\].*
47 80a0: ed900016 ldc 0, cr0, \[r0, #88\].*
48 80a4: ed900003 ldc 0, cr0, \[r0, #12\]
50 80ac: ed90003c ldc 0, cr0, \[r0, #240\].*
53 80b8: ed90003c ldc 0, cr0, \[r0, #240\].*
group-relocs-ldc-bad-2.s 1 @ Test intended to fail for LDC group relocations.
10 ldc 0, c0, [r0, #:sb_g1:(bar)]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/rx/
rx-asm-bad.s 12 ldc #80H,FB
20 ldc #80,SB
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/
sh4a-dsp.s 31 ldc r5,dbr
32 ldc.l @r10+,dbr

Completed in 425 milliseconds

12 3 4 5 6 7 8 91011>>