Searched refs:twi (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix2_ls_sse.c36 const OMX_F32 * twi = tw + (n << 1); local
37 v_tw.imag = _mm_set_ps(twi[6], twi[4], twi[2], twi[0]);
H A Dx86SP_FFT_CToC_FC32_Inv_Radix2_ls_sse.c32 const OMX_F32 * twi = tw + (n << 1); local
33 v_tw.imag = _mm_set_ps(twi[6], twi[4], twi[2], twi[0]);
/external/speex/libspeex/
H A Dkiss_fftr.c178 spx_word32_t f1kr, f1ki, twr, twi; local
244 twi = SHR32(ADD32(MULT16_16(f2k.i,st->super_twiddles[k].r),MULT16_16(f2k.r,st->super_twiddles[k].i)), 1);
248 freqdata[2*k] = PSHR32(f1ki + twi, 15);
250 freqdata[2*(ncfft-k)] = PSHR32(twi - f1ki, 15);
253 freqdata[2*k] = .5f*(f1ki + twi);
255 freqdata[2*(ncfft-k)] = .5f*(twi - f1ki);
/external/arduino/libraries/Wire/utility/
H A Dtwi.c2 twi.c - TWI/I2C library for Wiring & Arduino
25 #include <compat/twi.h>
35 #include "twi.h"
58 * Desc readys twi pins and sets twi bitrate
68 // activate internal pull-ups for twi
73 // activate internal pull-ups for twi
79 // initialize twi prescaler and bit rate
84 /* twi bit rate formula from atmega128 manual pg 204
89 // enable twi modul
[all...]
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding-ext.s3073 # CHECK-BE: twi 16, 3, 4 # encoding: [0x0e,0x03,0x00,0x04]
3074 # CHECK-LE: twi 16, 3, 4 # encoding: [0x04,0x00,0x03,0x0e]
3086 # CHECK-BE: twi 20, 3, 4 # encoding: [0x0e,0x83,0x00,0x04]
3087 # CHECK-LE: twi 20, 3, 4 # encoding: [0x04,0x00,0x83,0x0e]
3099 # CHECK-BE: twi 4, 3, 4 # encoding: [0x0c,0x83,0x00,0x04]
3100 # CHECK-LE: twi 4, 3, 4 # encoding: [0x04,0x00,0x83,0x0c]
3112 # CHECK-BE: twi 12, 3, 4 # encoding: [0x0d,0x83,0x00,0x04]
3113 # CHECK-LE: twi 12, 3, 4 # encoding: [0x04,0x00,0x83,0x0d]
3125 # CHECK-BE: twi 8, 3, 4 # encoding: [0x0d,0x03,0x00,0x04]
3126 # CHECK-LE: twi
[all...]
H A Dppc64-encoding.s508 # CHECK-BE: twi 2, 3, 4 # encoding: [0x0c,0x43,0x00,0x04]
509 # CHECK-LE: twi 2, 3, 4 # encoding: [0x04,0x00,0x43,0x0c]
510 twi 2, 3, 4

Completed in 157 milliseconds