OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUint64MSB
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
double-conversion-diy-fp.h
103
while ((significand &
kUint64MSB
) == 0) {
124
static const uint64_t
kUint64MSB
= UINT64_2PART_C(0x80000000, 00000000);
/external/v8/src/
diy-fp.h
69
while ((f &
kUint64MSB
) == 0) {
90
static const uint64_t
kUint64MSB
= static_cast<uint64_t>(1) << 63;
Completed in 298 milliseconds