Home
last modified time | relevance | path

Searched refs:ti32 (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
Dcomplex_fft.c33 int32_t tr32, ti32, qr32, qi32; in WebRtcSpl_ComplexFFT() local
70 ti32 = (wr * frfi[2 * j + 1] + wi * frfi[2 * j]) >> 15; in WebRtcSpl_ComplexFFT()
75 frfi[2 * j + 1] = (int16_t)((qi32 - ti32) >> 1); in WebRtcSpl_ComplexFFT()
77 frfi[2 * i + 1] = (int16_t)((qi32 + ti32) >> 1); in WebRtcSpl_ComplexFFT()
123 [ti32]"=r"(ti32) in WebRtcSpl_ComplexFFT()
131 ti32 = wr * frfi[2 * j + 1] + wi * frfi[2 * j] + CFFTRND; in WebRtcSpl_ComplexFFT()
135 ti32 >>= 15 - CFFTSFT; in WebRtcSpl_ComplexFFT()
143 (qi32 - ti32 + CFFTRND2) >> (1 + CFFTSFT)); in WebRtcSpl_ComplexFFT()
147 (qi32 + ti32 + CFFTRND2) >> (1 + CFFTSFT)); in WebRtcSpl_ComplexFFT()
163 int32_t tr32, ti32, qr32, qi32; in WebRtcSpl_ComplexIFFT() local
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2010-04-23-mmx-movdq2q.ll24 define void @ti32(double %a, double %b) nounwind {
/external/llvm/test/CodeGen/X86/
Dmmx-arith.ll219 ; X64-LABEL: ti32
220 define void @ti32(double %a, double %b) nounwind {