Searched refs:colBLeft (Results 1 – 3 of 3) sorted by relevance
/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/ |
D | matrix_multiply.hpp | 188 int colBLeft = numColsB & (nb_lanes - 1); 189 if (colBLeft) 196 mve_pred16_t p0 = inner::vctpq<T>::mk(colBLeft); 210 vecInB = inner::vload1_z<1>(pInB0, colBLeft,p0); 225 inner::vstore1_z<1>(pOut0, vecMac0, colBLeft,p0); 226 inner::vstore1_z<1>(pOut1, vecMac1, colBLeft,p0); 227 inner::vstore1_z<1>(pOut2, vecMac2, colBLeft,p0); 228 inner::vstore1_z<1>(pOut3, vecMac3, colBLeft,p0); 289 int colBLeft = numColsB & (nb_lanes-1); 290 if (colBLeft) [all …]
|
/cmsis-dsp-latest/Source/MatrixFunctions/ |
D | arm_mat_mult_f16.c | 485 int colBLeft = numColsB & 7; in arm_mat_mult_f16() local 486 if (colBLeft) in arm_mat_mult_f16() 492 mve_pred16_t p0 = vctp16q(colBLeft); in arm_mat_mult_f16() 582 int colBLeft = numColsB & 7; in arm_mat_mult_f16() local 583 if (colBLeft) in arm_mat_mult_f16() 586 mve_pred16_t p0 = vctp16q(colBLeft); in arm_mat_mult_f16()
|
D | arm_mat_mult_f32.c | 397 int colBLeft = numColsB & 3; in arm_mat_mult_f32() local 398 if (colBLeft) in arm_mat_mult_f32() 404 mve_pred16_t p0 = vctp32q(colBLeft); in arm_mat_mult_f32() 497 int colBLeft = numColsB & 3; in arm_mat_mult_f32() local 498 if (colBLeft) in arm_mat_mult_f32() 501 mve_pred16_t p0 = vctp32q(colBLeft); in arm_mat_mult_f32()
|