Searched refs:cmplx_conj_sign (Results 1 – 2 of 2) sorted by relevance
/cmsis-dsp-latest/Source/ComplexMathFunctions/ |
D | arm_cmplx_conj_f16.c | 56 …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 65 vecSign = *(f16x8_t *) cmplx_conj_sign; in arm_cmplx_conj_f16()
|
D | arm_cmplx_conj_f32.c | 77 static const float32_t cmplx_conj_sign[4] = { 1.0f, -1.0f, 1.0f, -1.0f }; in arm_cmplx_conj_f32() local 86 vecSign = *(f32x4_t *) cmplx_conj_sign; in arm_cmplx_conj_f32()
|