Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/Scalar/
Dmatrix_multiply_float.hpp41 uint16_t numColsA = pSrcA.columns(); /* Number of columns of input matrix A */ in _dot_m_m() local
Dmatrix_multiply_fixed.hpp46 uint16_t numColsA = pSrcA.columns(); /* Number of columns of input matrix A */ in _dot_m_m() local
/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_mat_mult_fast_q31.c80 uint16_t numColsA = pSrcA->numCols; /* Number of columns of input matrix A */ in arm_mat_mult_fast_q31() local
Darm_mat_cmplx_mult_q15.c76 uint32_t numColsA = pSrcA->numCols; /* number of columns of input matrix A */ in arm_mat_cmplx_mult_q15() local
327 uint16_t numColsA = pSrcA->numCols; /* number of columns of input matrix A */ in arm_mat_cmplx_mult_q15() local
Darm_mat_mult_f64.c83 uint32_t numColsA = pSrcA->numCols; /* number of columns of input matrix A */ in arm_mat_mult_f64() local
390 uint16_t numColsA = pSrcA->numCols; /* Number of columns of input matrix A */ in arm_mat_mult_f64() local
Darm_mat_mult_fast_q15.c80 uint16_t numColsA = pSrcA->numCols; /* Number of columns of input matrix A */ in arm_mat_mult_fast_q15() local
Darm_mat_mult_f16.c392 int numColsA = pSrcA->numCols; /* number of columns of input matrix A */ in arm_mat_mult_f16() local
638 uint16_t numColsA = pSrcA->numCols; /* Number of columns of input matrix A */ in arm_mat_mult_f16() local
Darm_mat_mult_f32.c296 int numColsA = pSrcA->numCols; /* number of columns of input matrix A */ in arm_mat_mult_f32() local
561 uint16_t numColsA = pSrcA->numCols; /* number of columns of input matrix A */ in arm_mat_mult_f32() local
898 uint16_t numColsA = pSrcA->numCols; /* Number of columns of input matrix A */ in arm_mat_mult_f32() local
Darm_mat_cmplx_mult_f32.c534 uint16_t numColsA = pSrcA->numCols; /* number of columns of input matrix A */ in arm_mat_cmplx_mult_f32() local
851 uint16_t numColsA = pSrcA->numCols; /* number of columns of input matrix A */ in arm_mat_cmplx_mult_f32() local
1193 uint16_t numColsA = pSrcA->numCols; /* Number of columns of input matrix A */ in arm_mat_cmplx_mult_f32() local
Darm_mat_mult_q31.c346 uint16_t numColsA = pSrcA->numCols; /* number of columns of input matrix A */ in arm_mat_mult_q31() local
640 uint16_t numColsA = pSrcA->numCols; /* Number of columns of input matrix A */ in arm_mat_mult_q31() local
Darm_mat_mult_opt_q31.c354 uint32_t numColsA = pSrcA->numCols; /* number of columns of input matrix A */ in arm_mat_mult_opt_q31() local
663 uint16_t numColsA = pSrcA->numCols; /* Number of columns of input matrix A */ in arm_mat_mult_opt_q31() local
Darm_mat_mult_q7.c284 uint32_t numColsA = pSrcA->numCols; /* number of columns of input matrix A */ in arm_mat_mult_q7() local
589 uint16_t numColsA = pSrcA->numCols; /* number of columns of input matrix A */ in arm_mat_mult_q7() local
Darm_mat_cmplx_mult_f16.c392 uint16_t numColsA = pSrcA->numCols; /* number of columns of input matrix A */ in arm_mat_cmplx_mult_f16() local
719 uint16_t numColsA = pSrcA->numCols; /* Number of columns of input matrix A */ in arm_mat_cmplx_mult_f16() local
Darm_mat_cmplx_mult_q31.c528 uint16_t numColsA = pSrcA->numCols; /* number of columns of input matrix A */ in arm_mat_cmplx_mult_q31() local
849 uint16_t numColsA = pSrcA->numCols; /* Number of columns of input matrix A */ in arm_mat_cmplx_mult_q31() local
Darm_mat_mult_q15.c336 uint32_t numColsA = pSrcA->numCols; /* number of columns of input matrix A */ in arm_mat_mult_q15() local
640 uint16_t numColsA = pSrcA->numCols; /* Number of columns of input matrix A */ local
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/
Dmatrix_multiply.hpp277 uint16_t numColsA = pSrcA.columns(); /* Number of columns of input matrix A */ in _dot_m_m() local