Searched defs:kExponentMask (Results 1 – 3 of 3) sorted by relevance
21 static const uint64_t kExponentMask = V8_2PART_UINT64_C(0x7FF00000, 00000000); variable
1520 static const uint32_t kExponentMask = 0x7ff00000u; variable
45 static const uint64_t kExponentMask = UINT64_2PART_C(0x7FF00000, 00000000); variable