Searched defs:conj (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/Source/TransformFunctions/ |
D | arm_rfft_q15.c | 406 int16x8_t conj = { 1, -1, 1, -1, 1, -1, 1, -1 }; /* conjugate */ in arm_split_rifft_q15() local
|
D | arm_rfft_q31.c | 337 int32x4_t conj = { 1, -1, 1, -1 }; in arm_split_rifft_q31() local
|