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