OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hi0bits
(Results
1 - 3
of
3
) 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/chromium/base/third_party/dmg_fp/
dtoa.cc
698
hi0bits
1218
k =
hi0bits
(y);
1377
*bits = 4*P + 8 - k -
hi0bits
(word0(d) & Frac_mask);
1387
*bits = 32*i -
hi0bits
(x[i-1]);
1389
*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 657 milliseconds