/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_matrix.c | 436 uint32_t row = pSrcA_converted.numRows ; in cmsis_arm_mat_add_f32() local 473 uint32_t row = pSrcA_converted.numRows ; in cmsis_arm_mat_add_q15() local 512 uint32_t row = pSrcA_converted.numRows ; in cmsis_arm_mat_add_q31() local 548 uint32_t row = pSrc_converted.numCols ; in cmsis_arm_mat_cmplx_trans_f32() local 590 uint32_t row = pSrc_converted.numCols ; in cmsis_arm_mat_cmplx_trans_q31() local 632 uint32_t row = pSrc_converted.numCols ; in cmsis_arm_mat_cmplx_trans_q15() local 677 uint32_t row = pSrcA_converted.numRows ; in cmsis_arm_mat_cmplx_mult_f32() local 719 uint32_t row = pSrcA_converted.numRows ; in cmsis_arm_mat_cmplx_mult_q15() local 759 uint32_t row = pSrcA_converted.numRows ; in cmsis_arm_mat_cmplx_mult_q31() local 793 uint32_t row = pSrc_converted.numCols ; in cmsis_arm_mat_trans_f32() local [all …]
|
/cmsis-dsp-latest/Source/MatrixFunctions/ |
D | arm_mat_ldlt_f64.c | 160 int row; in arm_mat_ldlt_f64() local 173 int row; in arm_mat_ldlt_f64() local
|
D | arm_mat_trans_f64.c | 69 uint16_t blkCnt, rowCnt, i = 0U, row = nRows; /* loop counters */ in arm_mat_trans_f64() local 186 uint64_t col, row = nRows, i = 0U; /* Loop counters */ in arm_mat_trans_f64() local
|
D | arm_mat_trans_f32.c | 126 uint16_t blkCnt, rowCnt, i = 0U, row = nRows; /* loop counters */ in arm_mat_trans_f32() local 251 uint32_t col, row = nRows, i = 0U; /* Loop counters */ in arm_mat_trans_f32() local
|
D | arm_mat_cmplx_trans_q15.c | 68 uint16_t col, row = nRows, i = 0U; /* row and column loop counters */ in arm_mat_cmplx_trans_q15() local
|
D | arm_mat_cmplx_trans_f32.c | 93 uint16_t col, i = 0U, row = nRows; /* loop counters */ in arm_mat_cmplx_trans_f32() local
|
D | arm_mat_cmplx_trans_q31.c | 72 uint16_t col, i = 0U, row = nRows; /* loop counters */ in arm_mat_cmplx_trans_q31() local
|
D | arm_mat_cmplx_trans_f16.c | 72 uint16_t col, i = 0U, row = nRows; /* loop counters */ in arm_mat_cmplx_trans_f16() local
|
D | arm_mat_ldlt_f32.c | 245 for(int row=0; row < n;row++) in arm_mat_ldlt_f32() local 262 for(int row=0; row < n;row++) in arm_mat_ldlt_f32() local 348 int row,d; in arm_mat_ldlt_f32() local
|
D | arm_mat_trans_q15.c | 107 uint32_t col, row = nRows, i = 0U; /* Loop counters */ in arm_mat_trans_q15() local
|
D | arm_mat_trans_q31.c | 102 uint32_t col, row = nRows, i = 0U; /* Loop counters */ in arm_mat_trans_q31() local
|
D | arm_mat_trans_f16.c | 110 uint32_t col, row = nRows, i = 0U; /* Loop counters */ in arm_mat_trans_f16() local
|
D | arm_mat_trans_q7.c | 119 uint16_t col, row = nRows, i = 0U; /* row and column loop counters */ in arm_mat_trans_q7() local
|
D | arm_mat_mult_fast_q31.c | 81 uint32_t col, i = 0U, j, row = numRowsA, colCnt; /* Loop counters */ in arm_mat_mult_fast_q31() local
|
D | arm_mat_cmplx_mult_q15.c | 78 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
|
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | matrix_view.hpp | 246 for(index_t row=0;row<other.rows();row++) in operator <<() local 264 VectorView<T,1> row(const index_t i,const index_t start=0) in row() function 276 VectorView<T,1> row(const index_t i,const index_t start,const index_t stop) in row() function 287 const VectorView<T,1> row(const index_t i,const index_t start=0) const in row() function 299 const VectorView<T,1> row(const index_t i,const index_t start,const index_t stop) const in row() function 727 for(index_t row=0;row<other.rows();row++) in operator <<() local 745 VectorView<T,1> row(const index_t i,const index_t start=0) in row() function 757 VectorView<T,1> row(const index_t i,const index_t start,const index_t stop) in row() function 768 const VectorView<T,1> row(const index_t i,const index_t start=0) const in row() function 780 const VectorView<T,1> row(const index_t i,const index_t start,const index_t stop) const in row() function [all …]
|
D | matrix_impl.hpp | 375 VectorView<P,S> row(const index_t i,const index_t start=0,const index_t stop=C) in row() function 390 const VectorView<P,S> row(const index_t i,const index_t start=0,const index_t stop=C) const in row() function 826 VectorView<P,1> row(const index_t i,const index_t start=0) in row() function 838 VectorView<P,1> row(const index_t i,const index_t start,const index_t stop) in row() function 849 const VectorView<P,1> row(const index_t i,const index_t start=0) const in row() function 861 const VectorView<P,1> row(const index_t i,const index_t start,const index_t stop) const in row() function
|
/cmsis-dsp-latest/dsppp/tests/ |
D | common_tests.h | 192 for(index_t row=0;row < a.rows() ; row++) variable 219 for(index_t row=0;row < a.rows() ; row++) variable 248 for(index_t row=0;row < a.rows() ; row++) variable
|
/cmsis-dsp-latest/dsppp/Examples/ |
D | matrix_op.cpp | 38 for(std::size_t row=0; row<ROWS; row++) in main() local
|
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/ |
D | matrix_multiply.hpp | 37 uint32_t col, row = nRows, i = 0U; /* Loop counters */ in _arm_mat_trans() local 137 uint16_t i, row; /* loop counters */ in _dot_m_v() local 279 uint32_t col, i = 0U, row = numRowsB, colCnt; /* Loop counters */ in _dot_m_m() local
|
/cmsis-dsp-latest/dsppp/Include/dsppp/Scalar/ |
D | matrix_multiply_float.hpp | 42 uint32_t col, i = 0U, row = numRowsA, colCnt; /* Loop counters */ in _dot_m_m() local
|
D | basic.hpp | 76 index_t row=0; in _Fill2D() local 158 index_t row=0; in eval2D() local
|
D | matrix_multiply_fixed.hpp | 47 uint32_t col, i = 0U, row = numRowsA, colCnt; /* Loop counters */ in _dot_m_m() local
|
D | matrix_multiply.hpp | 62 uint16_t row, colCnt; /* loop counters */ in _dot_m_v() local
|
/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/ |
D | matrix_multiply.hpp | 26 index_t row=0; in _dot_m_v() local
|