OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hi0bits
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp
198
static int
hi0bits
(uint32_t x)
function in namespace:WTF
595
*bits = (32 * i) -
hi0bits
(x[i - 1]);
1054
if ((i = ((s5 ? 32 -
hi0bits
(S.words()[S.size() - 1]) : 1) + s2) & 0x1f))
[
all
...]
/bionic/libc/stdlib/
strtod.c
564
hi0bits
function
1079
k =
hi0bits
(y);
1240
*bits = 4*P + 8 - k -
hi0bits
(word0(d) & Frac_mask);
1250
*bits = 32*i -
hi0bits
(x[i-1]);
1252
*bits = (i+2)*16 -
hi0bits
(x[i]);
[
all
...]
Completed in 52 milliseconds