HomeSort by relevance Sort by last modified time
    Searched defs:kUint64MSB (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
diy-fp.h 91 while ((f & kUint64MSB) == 0) {
112 static const uint64_t kUint64MSB = UINT64_2PART_C(0x80000000, 00000000);
  /external/chromium_org/v8/src/
diy-fp.h 88 while ((f & kUint64MSB) == 0) {
109 static const uint64_t kUint64MSB = static_cast<uint64_t>(1) << 63;
  /external/v8/src/
diy-fp.h 88 while ((f & kUint64MSB) == 0) {
109 static const uint64_t kUint64MSB = static_cast<uint64_t>(1) << 63;

Completed in 590 milliseconds