Searched refs:pOut1 (Results 1 – 4 of 4) sorted by relevance
/cmsis-dsp-3.7.0-3.6.0/Source/TransformFunctions/ |
D | arm_rfft_q31.c | 177 q31_t *pOut1 = &pDst[2]; in arm_split_rfft_q31() local 208 vst1q(pOut1, out); in arm_split_rfft_q31() 209 pOut1 += 4; in arm_split_rfft_q31() 237 q31_t *pOut1 = &pDst[2], *pOut2 = &pDst[4 * fftLen - 1]; in arm_split_rfft_q31() local 289 *pOut1++ = outR; in arm_split_rfft_q31() 290 *pOut1++ = outI; in arm_split_rfft_q31()
|
D | arm_rfft_q15.c | 178 q15_t *pOut1 = &pDst[2]; in arm_split_rfft_q15() local 215 vst1q_s16(pOut1, out); in arm_split_rfft_q15() 216 pOut1 += 8; in arm_split_rfft_q15()
|
/cmsis-dsp-3.7.0-3.6.0/Source/MatrixFunctions/ |
D | arm_mat_mult_f16.c | 427 float16_t *pOut0, *pOut1, *pOut2, *pOut3; in arm_mat_mult_f16() local 433 pOut1 = pOut0 + numColsB; in arm_mat_mult_f16() 434 pOut2 = pOut1 + numColsB; in arm_mat_mult_f16() 475 vst1q(pOut1, vecMac1); pOut1 += 8; in arm_mat_mult_f16() 522 vstrhq_p_f16(pOut1, vecMac1, p0); in arm_mat_mult_f16()
|
D | arm_mat_mult_f32.c | 334 float32_t *pOut0, *pOut1, *pOut2, *pOut3; in arm_mat_mult_f32() local 340 pOut1 = pOut0 + numColsB; in arm_mat_mult_f32() 341 pOut2 = pOut1 + numColsB; in arm_mat_mult_f32() 383 vst1q(pOut1, vecMac1); in arm_mat_mult_f32() 384 pOut1 += 4; in arm_mat_mult_f32() 434 vstrwq_p_f32(pOut1, vecMac1, p0); in arm_mat_mult_f32()
|