Searched refs:cmplx_conj_sign (Results 1 – 2 of 2) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/ComplexMathFunctions/ |
D | arm_cmplx_conj_f16.c | 79 …static const float16_t cmplx_conj_sign[8] = { 1.0f, -1.0f, 1.0f, -1.0f, 1.0f, -1.0f, 1.0f, -1.0f }; in arm_cmplx_conj_f16() local 88 vecSign = *(f16x8_t *) cmplx_conj_sign; in arm_cmplx_conj_f16()
|
D | arm_cmplx_conj_f32.c | 78 static const float32_t cmplx_conj_sign[4] = { 1.0f, -1.0f, 1.0f, -1.0f }; in arm_cmplx_conj_f32() local 87 vecSign = *(f32x4_t *) cmplx_conj_sign; in arm_cmplx_conj_f32()
|