Lines Matching refs:xt

119         float32_t xt, yt, cosVal, sinVal;  in arm_radix2_butterfly_f32()  local
145 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_f32()
150 p0 = xt * cosVal; in arm_radix2_butterfly_f32()
153 p3 = xt * sinVal; in arm_radix2_butterfly_f32()
187 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_f32()
192 p0 = xt * cosVal; in arm_radix2_butterfly_f32()
195 p3 = xt * sinVal; in arm_radix2_butterfly_f32()
214 xt = pSrc[2 * i] - pSrc[2 * i + 2]; in arm_radix2_butterfly_f32()
221 pSrc[2 * i + 2] = xt; in arm_radix2_butterfly_f32()
250 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_f32()
255 p0 = xt * cosVal; in arm_radix2_butterfly_f32()
258 p3 = xt * sinVal; in arm_radix2_butterfly_f32()
288 float32_t xt, yt, cosVal, sinVal; in arm_radix2_butterfly_inverse_f32() local
306 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_inverse_f32()
311 p0 = xt * cosVal; in arm_radix2_butterfly_inverse_f32()
314 p3 = xt * sinVal; in arm_radix2_butterfly_inverse_f32()
346 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_inverse_f32()
351 p0 = xt * cosVal; in arm_radix2_butterfly_inverse_f32()
354 p3 = xt * sinVal; in arm_radix2_butterfly_inverse_f32()
374 xt = pSrc[2 * i] - pSrc[2 * i + 2]; in arm_radix2_butterfly_inverse_f32()
380 p2 = xt * onebyfftLen; in arm_radix2_butterfly_inverse_f32()
415 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_inverse_f32()
420 p0 = xt * cosVal; in arm_radix2_butterfly_inverse_f32()
423 p3 = xt * sinVal; in arm_radix2_butterfly_inverse_f32()
448 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_inverse_f32()
454 p2 = xt * onebyfftLen; in arm_radix2_butterfly_inverse_f32()