Searched refs:vecMac2 (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_mult_f32.c | 132 f32x4_t vecMac0, vecMac1, vecMac2; in arm_mat_mult_f32_3x3_mve() local 152 vecMac2 = vmulq(vecInB, *pInA2++); in arm_mat_mult_f32_3x3_mve() 161 vecMac2 = vfmaq(vecMac2, vecInB, *pInA2++); in arm_mat_mult_f32_3x3_mve() 170 vecMac2 = vfmaq(vecMac2, vecInB, *pInA2++); in arm_mat_mult_f32_3x3_mve() 177 vstrwq_p_f32(pOut, vecMac2, p0); in arm_mat_mult_f32_3x3_mve() 197 f32x4_t vecMac0, vecMac1, vecMac2, vecMac3; in arm_mat_mult_f32_4x4_mve() local 214 vecMac2 = vmulq(vecInB, *pInA2++); in arm_mat_mult_f32_4x4_mve() 224 vecMac2 = vfmaq(vecMac2, vecInB, *pInA2++); in arm_mat_mult_f32_4x4_mve() 234 vecMac2 = vfmaq(vecMac2, vecInB, *pInA2++); in arm_mat_mult_f32_4x4_mve() 244 vecMac2 = vfmaq(vecMac2, vecInB, *pInA2++); in arm_mat_mult_f32_4x4_mve() [all …]
|
D | arm_mat_mult_f16.c | 428 f16x8_t vecMac0, vecMac1, vecMac2, vecMac3; in arm_mat_mult_f16() local 449 vecMac2 = vdupq_n_f16(0.0f16); in arm_mat_mult_f16() 463 vecMac2 = vfmaq(vecMac2, vecInB, *pInA2++); in arm_mat_mult_f16() 476 vst1q(pOut2, vecMac2); pOut2 += 8; in arm_mat_mult_f16() 496 vecMac2 = vdupq_n_f16(0.0f16); in arm_mat_mult_f16() 510 vecMac2 = vfmaq(vecMac2, vecInB, *pInA2++); in arm_mat_mult_f16() 523 vstrhq_p_f16(pOut2, vecMac2, p0); in arm_mat_mult_f16()
|