Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_radix4_f32.c127 float32_t Xb12C_out, Yb12C_out, Xc12C_out, Yc12C_out, Xd12C_out, Yd12C_out; in arm_radix4_butterfly_f32() local
198 Xc12C_out = (Xaplusc - Xbplusd); in arm_radix4_butterfly_f32()
216 Xc12_out = Xc12C_out * co2; in arm_radix4_butterfly_f32()
232 p3 = Xc12C_out * si2; in arm_radix4_butterfly_f32()
345 Xc12C_out = (Xaplusc - Xbplusd); in arm_radix4_butterfly_f32()
358 Xc12_out = Xc12C_out * co2; in arm_radix4_butterfly_f32()
374 p3 = Xc12C_out * si2; in arm_radix4_butterfly_f32()
627 float32_t Xb12C_out, Yb12C_out, Xc12C_out, Yc12C_out, Xd12C_out, Yd12C_out; in arm_radix4_butterfly_inverse_f32() local
701 Xc12C_out = (Xaplusc - Xbplusd); in arm_radix4_butterfly_inverse_f32()
719 Xc12_out = Xc12C_out * co2; in arm_radix4_butterfly_inverse_f32()
[all …]
Darm_cfft_radix4_f16.c192 float16_t Xb12C_out, Yb12C_out, Xc12C_out, Yc12C_out, Xd12C_out, Yd12C_out; in arm_radix4_butterfly_f16() local
263 Xc12C_out = (Xaplusc - Xbplusd); in arm_radix4_butterfly_f16()
281 Xc12_out = Xc12C_out * co2; in arm_radix4_butterfly_f16()
297 p3 = Xc12C_out * si2; in arm_radix4_butterfly_f16()
410 Xc12C_out = (Xaplusc - Xbplusd); in arm_radix4_butterfly_f16()
423 Xc12_out = Xc12C_out * co2; in arm_radix4_butterfly_f16()
439 p3 = Xc12C_out * si2; in arm_radix4_butterfly_f16()
694 float16_t Xb12C_out, Yb12C_out, Xc12C_out, Yc12C_out, Xd12C_out, Yd12C_out; in arm_radix4_butterfly_inverse_f16() local
768 Xc12C_out = (Xaplusc - Xbplusd); in arm_radix4_butterfly_inverse_f16()
786 Xc12_out = Xc12C_out * co2; in arm_radix4_butterfly_inverse_f16()
[all …]