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
/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
...]
/external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp
252
static int
hi0bits
(uint32_t x)
function in namespace:WTF
644
k =
hi0bits
(y);
708
*bits = (32 * i) -
hi0bits
(x[i - 1]);
[
all
...]
Completed in 134 milliseconds