Searched refs:pOut1 (Results 1 – 4 of 4) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_rfft_q31.c | 156 q31_t *pOut1 = &pDst[2]; in arm_split_rfft_q31() local 186 vst1q(pOut1, out); in arm_split_rfft_q31() 187 pOut1 += 4; in arm_split_rfft_q31() 215 q31_t *pOut1 = &pDst[2], *pOut2 = &pDst[4 * fftLen - 1]; in arm_split_rfft_q31() local 267 *pOut1++ = outR; in arm_split_rfft_q31() 268 *pOut1++ = outI; in arm_split_rfft_q31()
|
D | arm_rfft_q15.c | 157 q15_t *pOut1 = &pDst[2]; in arm_split_rfft_q15() local 194 vst1q_s16(pOut1, out); in arm_split_rfft_q15() 195 pOut1 += 8; in arm_split_rfft_q15()
|
/third_party/cmsis/CMSIS/DSP/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 | 309 float32_t *pOut0, *pOut1, *pOut2, *pOut3; in arm_mat_mult_f32() local 315 pOut1 = pOut0 + numColsB; in arm_mat_mult_f32() 316 pOut2 = pOut1 + numColsB; in arm_mat_mult_f32() 358 vst1q(pOut1, vecMac1); in arm_mat_mult_f32() 359 pOut1 += 4; in arm_mat_mult_f32() 409 vstrwq_p_f32(pOut1, vecMac1, p0); in arm_mat_mult_f32()
|