Home
last modified time | relevance | path

Searched refs:colBLeft (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_mult_f16.c485 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()
Darm_mat_mult_f32.c372 int colBLeft = numColsB & 3; in arm_mat_mult_f32() local
373 if (colBLeft) in arm_mat_mult_f32()
379 mve_pred16_t p0 = vctp32q(colBLeft); in arm_mat_mult_f32()
472 int colBLeft = numColsB & 3; in arm_mat_mult_f32() local
473 if (colBLeft) in arm_mat_mult_f32()
476 mve_pred16_t p0 = vctp32q(colBLeft); in arm_mat_mult_f32()