Lines Matching refs:xt
126 float16_t xt, yt, cosVal, sinVal; in arm_radix2_butterfly_f16() local
152 xt = (_Float16)pSrc[2 * i] - (_Float16)pSrc[2 * l]; in arm_radix2_butterfly_f16()
157 p0 = (_Float16)xt * (_Float16)cosVal; in arm_radix2_butterfly_f16()
160 p3 = (_Float16)xt * (_Float16)sinVal; in arm_radix2_butterfly_f16()
194 xt = (_Float16)pSrc[2 * i] - (_Float16)pSrc[2 * l]; in arm_radix2_butterfly_f16()
199 p0 = (_Float16)xt * (_Float16)cosVal; in arm_radix2_butterfly_f16()
202 p3 = (_Float16)xt * (_Float16)sinVal; in arm_radix2_butterfly_f16()
221 xt = (_Float16)pSrc[2 * i] - (_Float16)pSrc[2 * i + 2]; in arm_radix2_butterfly_f16()
228 pSrc[2 * i + 2] = xt; in arm_radix2_butterfly_f16()
257 xt = (_Float16)pSrc[2 * i] - (_Float16)pSrc[2 * l]; in arm_radix2_butterfly_f16()
262 p0 = (_Float16)xt * (_Float16)cosVal; in arm_radix2_butterfly_f16()
265 p3 = (_Float16)xt * (_Float16)sinVal; in arm_radix2_butterfly_f16()
295 float16_t xt, yt, cosVal, sinVal; in arm_radix2_butterfly_inverse_f16() local
313 xt = (_Float16)pSrc[2 * i] - (_Float16)pSrc[2 * l]; in arm_radix2_butterfly_inverse_f16()
318 p0 = (_Float16)xt * (_Float16)cosVal; in arm_radix2_butterfly_inverse_f16()
321 p3 = (_Float16)xt * (_Float16)sinVal; in arm_radix2_butterfly_inverse_f16()
353 xt = (_Float16)pSrc[2 * i] - (_Float16)pSrc[2 * l]; in arm_radix2_butterfly_inverse_f16()
358 p0 = (_Float16)xt * (_Float16)cosVal; in arm_radix2_butterfly_inverse_f16()
361 p3 = (_Float16)xt * (_Float16)sinVal; in arm_radix2_butterfly_inverse_f16()
381 xt = (_Float16)pSrc[2 * i] - (_Float16)pSrc[2 * i + 2]; in arm_radix2_butterfly_inverse_f16()
387 p2 = (_Float16)xt * (_Float16)onebyfftLen; in arm_radix2_butterfly_inverse_f16()
422 xt = (_Float16)pSrc[2 * i] - (_Float16)pSrc[2 * l]; in arm_radix2_butterfly_inverse_f16()
427 p0 = (_Float16)xt * (_Float16)cosVal; in arm_radix2_butterfly_inverse_f16()
430 p3 = (_Float16)xt * (_Float16)sinVal; in arm_radix2_butterfly_inverse_f16()
455 xt = (_Float16)pSrc[2 * i] - (_Float16)pSrc[2 * l]; in arm_radix2_butterfly_inverse_f16()
461 p2 = (_Float16)xt * (_Float16)onebyfftLen; in arm_radix2_butterfly_inverse_f16()