Home
last modified time | relevance | path

Searched defs:numRowsA (Results 1 – 16 of 16) sorted by relevance

/cmsis-dsp-latest/dsppp/Include/dsppp/Scalar/
Dmatrix_multiply_float.hpp39 uint16_t numRowsA = pSrcA.rows(); /* Number of rows of input matrix A */ in _dot_m_m() local
Dmatrix_multiply_fixed.hpp44 uint16_t numRowsA = pSrcA.rows(); /* Number of rows of input matrix A */ in _dot_m_m() local
/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_mat_mult_fast_q31.c78 uint16_t numRowsA = pSrcA->numRows; /* Number of rows of input matrix A */ in arm_mat_mult_fast_q31() local
Darm_mat_cmplx_mult_q15.c74 uint32_t numRowsA = pSrcA->numRows; /* number of rows of input matrix A */ in arm_mat_cmplx_mult_q15() local
325 uint16_t numRowsA = pSrcA->numRows; /* number of rows of input matrix A */ in arm_mat_cmplx_mult_q15() local
Darm_mat_mult_f64.c81 uint32_t numRowsA = pSrcA->numRows; /* number of rows of input matrix A */ in arm_mat_mult_f64() local
388 uint16_t numRowsA = pSrcA->numRows; /* Number of rows of input matrix A */ in arm_mat_mult_f64() local
Darm_mat_mult_fast_q15.c78 uint16_t numRowsA = pSrcA->numRows; /* Number of rows of input matrix A */ in arm_mat_mult_fast_q15() local
Darm_mat_mult_f16.c390 int numRowsA = pSrcA->numRows; /* number of rows of input matrix A */ in arm_mat_mult_f16() local
636 uint16_t numRowsA = pSrcA->numRows; /* Number of rows of input matrix A */ in arm_mat_mult_f16() local
Darm_mat_mult_f32.c294 int numRowsA = pSrcA->numRows; /* number of rows of input matrix A */ in arm_mat_mult_f32() local
559 uint16_t numRowsA = pSrcA->numRows; /* number of rows of input matrix A */ in arm_mat_mult_f32() local
896 uint16_t numRowsA = pSrcA->numRows; /* Number of rows of input matrix A */ in arm_mat_mult_f32() local
Darm_mat_cmplx_mult_f32.c532 uint16_t numRowsA = pSrcA->numRows; /* number of rows of input matrix A */ in arm_mat_cmplx_mult_f32() local
849 uint16_t numRowsA = pSrcA->numRows; /* number of rows of input matrix A */ in arm_mat_cmplx_mult_f32() local
1191 uint16_t numRowsA = pSrcA->numRows; /* Number of rows of input matrix A */ in arm_mat_cmplx_mult_f32() local
Darm_mat_mult_q31.c344 uint16_t numRowsA = pSrcA->numRows; /* number of rows of input matrix A */ in arm_mat_mult_q31() local
638 uint16_t numRowsA = pSrcA->numRows; /* Number of rows of input matrix A */ in arm_mat_mult_q31() local
Darm_mat_mult_opt_q31.c352 uint32_t numRowsA = pSrcA->numRows; /* number of rows of input matrix A */ in arm_mat_mult_opt_q31() local
661 uint16_t numRowsA = pSrcA->numRows; /* Number of rows of input matrix A */ in arm_mat_mult_opt_q31() local
Darm_mat_mult_q7.c282 uint32_t numRowsA = pSrcA->numRows; /* number of rows of input matrix A */ in arm_mat_mult_q7() local
590 uint16_t numRowsA = pSrcA->numRows; /* number of rows of input matrix A */ in arm_mat_mult_q7() local
Darm_mat_cmplx_mult_f16.c390 uint16_t numRowsA = pSrcA->numRows; /* number of rows of input matrix A */ in arm_mat_cmplx_mult_f16() local
717 uint16_t numRowsA = pSrcA->numRows; /* Number of rows of input matrix A */ in arm_mat_cmplx_mult_f16() local
Darm_mat_cmplx_mult_q31.c526 uint16_t numRowsA = pSrcA->numRows; /* number of rows of input matrix A */ in arm_mat_cmplx_mult_q31() local
847 uint16_t numRowsA = pSrcA->numRows; /* Number of rows of input matrix A */ in arm_mat_cmplx_mult_q31() local
Darm_mat_mult_q15.c334 uint32_t numRowsA = pSrcA->numRows; /* number of rows of input matrix A */ in arm_mat_mult_q15() local
638 uint16_t numRowsA = pSrcA->numRows; /* Number of rows of input matrix A */ local
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/
Dmatrix_multiply.hpp275 uint16_t numRowsA = pSrcA.rows(); /* Number of rows of input matrix A */ in _dot_m_m() local