Searched refs:c3 (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/ |
| D | arm_fir_f32.c | 260 float32_t c0, c1, c2, c3; in arm_fir_f32_5_8_mve() local 281 c3 = *pCoeffs++; in arm_fir_f32_5_8_mve() 300 vecAcc0 = vfmaq(vecAcc0, vecIn0, c3); in arm_fir_f32_5_8_mve() 330 vecAcc0 = vfmaq(vecAcc0, vecIn0, c3); in arm_fir_f32_5_8_mve() 377 float32_t c0, c1, c2, c3; in arm_fir_f32() local 411 c3 = *pCoeffs++; in arm_fir_f32() 429 vecAcc0 = vfmaq(vecAcc0, vecIn0, c3); in arm_fir_f32() 459 vecAcc0 = vfmaq(vecAcc0, vecIn0, c3); in arm_fir_f32() 477 c3 = *pCoeffs++; in arm_fir_f32() 497 vecAcc0 = vfmaq(vecAcc0, vecIn0, c3); in arm_fir_f32() [all …]
|
| D | arm_fir_f16.c | 256 float16_t c0, c1, c2, c3; in arm_fir_f16() local 287 c3 = *pCoeffs++; in arm_fir_f16() 305 vecAcc0 = vfmaq(vecAcc0, vecIn0, c3); in arm_fir_f16() 335 vecAcc0 = vfmaq(vecAcc0, vecIn0, c3); in arm_fir_f16() 353 c3 = *pCoeffs++; in arm_fir_f16() 374 vecAcc0 = vfmaq(vecAcc0, vecIn0, c3); in arm_fir_f16() 404 vecAcc0 = vfmaq(vecAcc0, vecIn0, c3); in arm_fir_f16() 427 c3 = *pCoeffs++; in arm_fir_f16() 447 vecAcc0 = vfmaq(vecAcc0, vecIn0, c3); in arm_fir_f16() 478 vecAcc0 = vfmaq(vecAcc0, vecIn0, c3); in arm_fir_f16() [all …]
|
| D | arm_fir_interpolate_f32.c | 489 float32_t c1, c2, c3; in arm_fir_interpolate_f32() local 574 c3 = *(ptr2 + S->L * 3); in arm_fir_interpolate_f32() 579 accV0 = vmlaq_n_f32(accV0,xa,c3); in arm_fir_interpolate_f32() 580 accV1 = vmlaq_n_f32(accV1,xb,c3); in arm_fir_interpolate_f32() 847 float32_t c0, c1, c2, c3; in arm_fir_interpolate_f32() local 934 c3 = *(ptr2 + S->L * 3); in arm_fir_interpolate_f32() 940 acc0 += x3 * c3; in arm_fir_interpolate_f32() 941 acc1 += x0 * c3; in arm_fir_interpolate_f32() 942 acc2 += x1 * c3; in arm_fir_interpolate_f32() 943 acc3 += x2 * c3; in arm_fir_interpolate_f32()
|
| D | arm_fir_interpolate_q15.c | 374 q15_t c0, c1, c2, c3; in arm_fir_interpolate_q15() local 461 c3 = *(ptr2 + S->L * 3); in arm_fir_interpolate_q15() 467 acc0 += (q63_t) x3 * c3; in arm_fir_interpolate_q15() 468 acc1 += (q63_t) x0 * c3; in arm_fir_interpolate_q15() 469 acc2 += (q63_t) x1 * c3; in arm_fir_interpolate_q15() 470 acc3 += (q63_t) x2 * c3; in arm_fir_interpolate_q15()
|
| D | arm_fir_interpolate_q31.c | 371 q31_t c0, c1, c2, c3; in arm_fir_interpolate_q31() local 458 c3 = *(ptr2 + S->L * 3); in arm_fir_interpolate_q31() 464 acc0 += (q63_t) x3 * c3; in arm_fir_interpolate_q31() 465 acc1 += (q63_t) x0 * c3; in arm_fir_interpolate_q31() 466 acc2 += (q63_t) x1 * c3; in arm_fir_interpolate_q31() 467 acc3 += (q63_t) x2 * c3; in arm_fir_interpolate_q31()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/ |
| D | arm_nn_mat_mult_s8.c | 94 int16x8_t c3 = vldrbq_z_s16(ip_c3, p); in arm_nn_mat_mult_s8() local 96 c3 = vaddq_m_s16(vuninitializedq_s16(), c3, offset, p); in arm_nn_mat_mult_s8() 101 acc_3 = vmladavaq_p_s16(acc_3, r0, c3, p); in arm_nn_mat_mult_s8()
|