OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lshift
(Results
1 - 6
of
6
) sorted by null
/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
^
/bionic/libc/stdlib/
strtod.c
811
lshift
function
[
all
...]
/external/v8/src/third_party/dtoa/
dtoa.c
917
lshift
function
[
all
...]
/external/webkit/JavaScriptCore/wtf/
dtoa.cpp
631
static ALWAYS_INLINE void
lshift
(BigInt& b, int k)
function in namespace:WTF
[
all
...]
Completed in 864 milliseconds