Home
last modified time | relevance | path

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

/cmsis-dsp-latest/dsppp/Include/dsppp/Scalar/
Dmatrix_multiply_float.hpp40 uint16_t numColsB = pSrcB.columns(); /* Number of columns of input matrix B */ in _dot_m_m() local
Dmatrix_multiply_fixed.hpp45 uint16_t numColsB = pSrcB.columns(); /* Number of columns of input matrix B */ in _dot_m_m() local
/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_mat_mult_fast_q31.c79 uint16_t numColsB = pSrcB->numCols; /* Number of columns of input matrix B */ in arm_mat_mult_fast_q31() local
Darm_mat_cmplx_mult_q15.c75 uint32_t numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_cmplx_mult_q15() local
326 uint16_t numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_cmplx_mult_q15() local
Darm_mat_mult_f64.c82 uint32_t numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_mult_f64() local
389 uint16_t numColsB = pSrcB->numCols; /* Number of columns of input matrix B */ in arm_mat_mult_f64() local
Darm_mat_mult_fast_q15.c79 uint16_t numColsB = pSrcB->numCols; /* Number of columns of input matrix B */ in arm_mat_mult_fast_q15() local
Darm_mat_mult_f16.c391 int numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_mult_f16() local
637 uint16_t numColsB = pSrcB->numCols; /* Number of columns of input matrix B */ in arm_mat_mult_f16() local
Darm_mat_mult_f32.c295 int numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_mult_f32() local
560 uint16_t numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_mult_f32() local
897 uint16_t numColsB = pSrcB->numCols; /* Number of columns of input matrix B */ in arm_mat_mult_f32() local
Darm_mat_cmplx_mult_f32.c533 uint16_t numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_cmplx_mult_f32() local
850 uint16_t numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_cmplx_mult_f32() local
1192 uint16_t numColsB = pSrcB->numCols; /* Number of columns of input matrix B */ in arm_mat_cmplx_mult_f32() local
Darm_mat_mult_q31.c345 uint16_t numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_mult_q31() local
639 uint16_t numColsB = pSrcB->numCols; /* Number of columns of input matrix B */ in arm_mat_mult_q31() local
Darm_mat_mult_opt_q31.c353 uint32_t numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_mult_opt_q31() local
662 uint16_t numColsB = pSrcB->numCols; /* Number of columns of input matrix B */ in arm_mat_mult_opt_q31() local
Darm_mat_mult_q7.c283 uint32_t numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_mult_q7() local
588 uint16_t numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_mult_q7() local
Darm_mat_cmplx_mult_f16.c391 uint16_t numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_cmplx_mult_f16() local
718 uint16_t numColsB = pSrcB->numCols; /* Number of columns of input matrix B */ in arm_mat_cmplx_mult_f16() local
Darm_mat_cmplx_mult_q31.c527 uint16_t numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_cmplx_mult_q31() local
848 uint16_t numColsB = pSrcB->numCols; /* Number of columns of input matrix B */ in arm_mat_cmplx_mult_q31() local
Darm_mat_mult_q15.c335 uint32_t numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_mult_q15() local
639 uint16_t numColsB = pSrcB->numCols; /* Number of columns of input matrix B */ local
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/
Dmatrix_multiply.hpp276 uint16_t numColsB = pSrcB.columns(); /* Number of columns of input matrix B */ in _dot_m_m() local