HomeSort by relevance Sort by last modified time
    Searched full:sround (Results 1 - 4 of 4) sorted by null

  /external/dropbear/libtomcrypt/src/prngs/
sober128.c 280 #define SROUND(z) STEP(c->R,z); NLFUNC(c,(z+1)); XORWORD(t, out+(z*4));
316 SROUND(0);
317 SROUND(1);
318 SROUND(2);
319 SROUND(3);
320 SROUND(4);
321 SROUND(5);
322 SROUND(6);
323 SROUND(7);
324 SROUND(8)
    [all...]
  /external/speex/libspeex/
_kiss_fft_guts.h 63 # define sround( x ) (kiss_fft_scalar)( ( (x) + (1<<(FRACBITS-1)) ) >> FRACBITS ) macro
65 # define S_MUL(a,b) sround( smul(a,b) )
68 do{ (m).r = sround( smul((a).r,(b).r) - smul((a).i,(b).i) ); \
69 (m).i = sround( smul((a).r,(b).i) + smul((a).i,(b).r) ); }while(0)
76 (x) = sround( smul( x, SAMP_MAX/k ) )
83 do{ (c).r = sround( smul( (c).r , s ) ) ;\
84 (c).i = sround( smul( (c).i , s ) ) ; }while(0)
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c     [all...]
  /external/freetype/src/truetype/
ttinterp.c     [all...]

Completed in 7817 milliseconds