HomeSort by relevance Sort by last modified time
    Searched refs:rshift (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/openfst/src/include/fst/
encode.h 100 const int rshift = CHAR_BIT * sizeof(size_t) - 5; local
102 hash = hash << lshift ^ hash >> rshift ^ x->olabel;
104 hash = hash << lshift ^ hash >> rshift ^ x->weight.Hash();
signed-log-weight.h 102 const int rshift = CHAR_BIT * sizeof(size_t) - 5; local
103 return h1 << lshift ^ h1 >> rshift ^ h2;
compose-filter.h 128 const int rshift = CHAR_BIT * sizeof(size_t) - 5; local
129 return h1 << lshift ^ h1 >> rshift ^ h2;
determinize.h 301 int rshift = CHAR_BIT * sizeof(size_t) - lshift; local
303 hash ^= n << lshift ^ n >> rshift ^ element.weight.Hash();
    [all...]
  /external/srec/srec/cfront/
sp_fft.c 76 static PINLINE asr_int32_t rshift(asr_int32_t x, int i) function
674 data[i] = rshift(data[i], -scale);
731 data[i] = rshift(data[i], -s);
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 556 #define rshift __rshift_D2A macro
607 extern void rshift ANSI((Bigint*, int));
gdtoa.c 195 rshift(b, i);