Home
last modified time | relevance | path

Searched refs:cmplx_conj_sign (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/Source/ComplexMathFunctions/
Darm_cmplx_conj_f16.c56 …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()
Darm_cmplx_conj_f32.c77 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()