Home
last modified time | relevance | path

Searched defs:col (Results 1 – 25 of 43) sorted by relevance

12

/cmsis-dsp-latest/dsppp/Include/dsppp/Scalar/
Dbasic.hpp82 for(index_t col=0; col < cols;col ++) in _Fill2D() local
94 for(index_t col=0; col < cols;col ++) in _Fill2D() local
163 for(index_t col=0; col < cols;col ++) in eval2D() local
177 for(index_t col=0; col < cols;col ++) in eval2D() local
Dmatrix_multiply_float.hpp42 uint32_t col, i = 0U, row = numRowsA, colCnt; /* Loop counters */ in _dot_m_m() local
Dmatrix_multiply_fixed.hpp47 uint32_t col, i = 0U, row = numRowsA, colCnt; /* Loop counters */ in _dot_m_m() local
/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_mat_ldlt_f64.c163 int col; in arm_mat_ldlt_f64() local
176 int col; in arm_mat_ldlt_f64() local
Darm_mat_ldlt_f32.c251 for(int col=k; col < n;col += 4) in arm_mat_ldlt_f32() local
268 for(int col=row+1; col < n;col+=4) in arm_mat_ldlt_f32() local
422 int col; in arm_mat_ldlt_f32() local
432 int col; in arm_mat_ldlt_f32() local
Darm_mat_cmplx_trans_q15.c68 uint16_t col, row = nRows, i = 0U; /* row and column loop counters */ in arm_mat_cmplx_trans_q15() local
Darm_mat_cmplx_trans_f32.c93 uint16_t col, i = 0U, row = nRows; /* loop counters */ in arm_mat_cmplx_trans_f32() local
Darm_mat_cmplx_trans_q31.c72 uint16_t col, i = 0U, row = nRows; /* loop counters */ in arm_mat_cmplx_trans_q31() local
Darm_mat_cmplx_trans_f16.c72 uint16_t col, i = 0U, row = nRows; /* loop counters */ in arm_mat_cmplx_trans_f16() local
Darm_mat_trans_q15.c107 uint32_t col, row = nRows, i = 0U; /* Loop counters */ in arm_mat_trans_q15() local
Darm_mat_trans_q31.c102 uint32_t col, row = nRows, i = 0U; /* Loop counters */ in arm_mat_trans_q31() local
Darm_mat_trans_f16.c110 uint32_t col, row = nRows, i = 0U; /* Loop counters */ in arm_mat_trans_f16() local
Darm_mat_trans_q7.c119 uint16_t col, row = nRows, i = 0U; /* row and column loop counters */ in arm_mat_trans_q7() local
Darm_mat_mult_fast_q31.c81 uint32_t col, i = 0U, j, row = numRowsA, colCnt; /* Loop counters */ in arm_mat_mult_fast_q31() local
Darm_mat_cmplx_mult_q15.c78 uint32_t col, i = 0u, j, row = numRowsB; /* loop counters */ in arm_mat_cmplx_mult_q15() local
330 uint32_t col, i = 0U, row = numRowsB, colCnt; /* Loop counters */ in arm_mat_cmplx_mult_q15() local
Darm_mat_trans_f64.c186 uint64_t col, row = nRows, i = 0U; /* Loop counters */ in arm_mat_trans_f64() local
Darm_mat_mult_f64.c86 uint32_t col, i = 0U, j, row = numRowsA, rowCnt, colCnt; /* loop counters */ in arm_mat_mult_f64() local
391 uint64_t col, i = 0U, row = numRowsA, colCnt; /* Loop counters */ in arm_mat_mult_f64() local
/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmatrix_view.hpp248 for(index_t col=0;col<other.columns();col++) in operator <<() local
312 VectorView<T,CS*S> col(const index_t i,const index_t start=0) in col() function
326 VectorView<T,CS*S> col(const index_t i,const index_t start,const index_t stop) in col() function
339 const VectorView<T,CS*S> col(const index_t i,const index_t start=0) const in col() function
353 const VectorView<T,CS*S> col(const index_t i,const index_t start,const index_t stop) const in col() function
729 for(index_t col=0;col<other.columns();col++) in operator <<() local
794 VectorView<T,DYNAMIC> col(const index_t i,const index_t start=0) in col() function
809 VectorView<T,DYNAMIC> col(const index_t i,const index_t start,const index_t stop) in col() function
822 const VectorView<T,DYNAMIC> col(const index_t i,const index_t start=0) const in col() function
836 const VectorView<T,DYNAMIC> col(const index_t i,const index_t start,const index_t stop) const in col() function
[all …]
Dmatrix_impl.hpp405 VectorView<P,CS*S> col(const index_t i,const index_t start=0,const index_t stop=R) in col() function
420 const VectorView<P,CS*S> col(const index_t i,const index_t start=0,const index_t stop=R) const in col() function
874 VectorView<P,DYNAMIC> col(const index_t i,const index_t start=0) in col() function
888 VectorView<P,DYNAMIC> col(const index_t i,const index_t start,const index_t stop) in col() function
901 const VectorView<P,DYNAMIC> col(const index_t i,const index_t start=0) const in col() function
915 const VectorView<P,DYNAMIC> col(const index_t i,const index_t start,const index_t stop) const in col() function
/cmsis-dsp-latest/dsppp/tests/
Dcommon_tests.h194 for(index_t col=0;col < a.columns() ; col++) variable
221 for(index_t col=0;col <= row ; col++) variable
250 for(index_t col=0;col < a.columns() ; col++) variable
Dcmsisdsp.cpp308 uint32_t row,uint32_t col) in cmsisdsp_mat_add()
335 uint32_t row,uint32_t col) in cmsisdsp_mat_add()
362 uint32_t row,uint32_t col) in cmsisdsp_mat_add()
388 uint32_t row,uint32_t col) in cmsisdsp_mat_add()
415 uint32_t row,uint32_t col) in cmsisdsp_mat_add()
456 for(unsigned int col=0; col<c ; col +=4 ) in _cmsis_outer() local
476 for(unsigned int col=0; col<c ; col +=8 ) in _cmsis_outer() local
498 for(unsigned int col=0; col<c ; col +=4 ) in _cmsis_outer() local
519 for(unsigned int col=0; col<c ; col +=8 ) in _cmsis_outer() local
540 for(unsigned int col=0; col<c ; col +=16 ) in _cmsis_outer() local
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/
Dbasic.hpp65 index_t col; in _Fill2D() local
87 index_t col; in _Fill2D() local
148 index_t col; in eval2D() local
170 index_t col; in eval2D() local
Dmatrix_multiply.hpp37 uint32_t col, row = nRows, i = 0U; /* Loop counters */ in _arm_mat_trans() local
279 uint32_t col, i = 0U, row = numRowsB, colCnt; /* Loop counters */ in _dot_m_m() local
/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/
Dbasic.hpp86 for(index_t col=0; col < cols;col += nb_lanes) in _Fill2D() local
99 for(index_t col=0; col < cols;col += nb_lanes) in _Fill2D() local
172 for(index_t col=0; col < cols;col += nb_lanes) in eval2D() local
186 for(index_t col=0; col < cols;col += nb_lanes) in eval2D() local
/cmsis-dsp-latest/dsppp/Examples/
Dmatrix_op.cpp40 for(std::size_t col=0; col<COLS; col++) in main() local

12