HomeSort by relevance Sort by last modified time
    Searched defs:lshift (Results 1 - 15 of 15) sorted by null

  /external/openfst/src/include/fst/
signed-log-weight.h 101 const int lshift = 5; local
103 return h1 << lshift ^ h1 >> rshift ^ h2;
pair-weight.h 92 const int lshift = 5; local
94 return h1 << lshift ^ h1 >> rshift ^ h2;
compose-filter.h 127 const int lshift = 5; local
129 return h1 << lshift ^ h1 >> rshift ^ h2;
encode.h 99 const int lshift = 5; local
102 hash = hash << lshift ^ hash >> rshift ^ x->olabel;
104 hash = hash << lshift ^ hash >> rshift ^ x->weight.Hash();
determinize.h 300 int lshift = element.state_id % (CHAR_BIT * sizeof(size_t) - 1) + 1; local
301 int rshift = CHAR_BIT * sizeof(size_t) - lshift;
303 hash ^= n << lshift ^ n >> rshift ^ element.weight.Hash();
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 75 int lshift = 5; local
77 return h1 << lshift ^ h1 >> rshift ^ h2;
encode.h 84 int lshift = x->ilabel % kPrime; local
85 int rshift = sizeof(size_t) - lshift;
86 size_t hash = x->ilabel << lshift;
determinize.h 434 int lshift = element.state_id % kPrime; local
435 int rshift = sizeof(size_t) - lshift;
436 hash ^= element.state_id << lshift ^
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 273 int lshift = MAX(0, -rshift); local
293 int pix = ((pix_row[x] + delta) >> rshift) << lshift;
300 int pix = ((pix_row[j] + delta) >> rshift) << lshift;
306 int pix = ((pix_row[j] + delta) >> rshift) << lshift;
335 int lshift = MAX(0, -rshift); local
355 int pix = ((pix_row[x] + delta) >> rshift) << lshift;
362 int pix = ((pix_row[j] + delta) >> rshift) << lshift;
368 int pix = ((pix_row[j] + delta) >> rshift) << lshift;
  /external/qemu/target-i386/
exec.h 71 static inline target_long lshift(target_long x, int n) function
  /bionic/libc/stdlib/
strtod.c 816 lshift function
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_helpers.c 150 static inline Long lshift ( Long x, Int n ) function
201 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
202 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
222 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
223 of = lshift((argL ^ argR) & (argL ^ res), \
247 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
248 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
272 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
273 of = lshift((argL ^ argR) & (argL ^ res), \
289 sf = lshift(CC_DEP1, 8 - DATA_BITS) & 0x80;
    [all...]
guest_x86_helpers.c 112 inline static Int lshift ( Int x, Int n ) function
159 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
160 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
180 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
181 of = lshift((argL ^ argR) & (argL ^ res), \
205 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
206 of = lshift((argL ^ argR ^ -1) & (argL ^ res), \
230 sf = lshift(res, 8 - DATA_BITS) & 0x80; \
231 of = lshift((argL ^ argR) & (argL ^ res), \
247 sf = lshift(CC_DEP1, 8 - DATA_BITS) & 0x80;
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 487 static ALWAYS_INLINE void lshift(BigInt& b, int k) function in namespace:WTF
1025 lshift(bb, bb2);
1029 lshift(bd, bd2);
1031 lshift(bs, bs2);
1050 lshift(delta, Log2P);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 

Completed in 536 milliseconds