Searched defs:kExponentMask (Results 1 – 4 of 4) sorted by relevance
59 static const uint64_t kExponentMask = UINT64_2PART_C(0x7FF00000, 00000000); variable280 static const uint32_t kExponentMask = 0x7F800000; variable
22 static constexpr uint64_t kExponentMask = variable
1861 static const uint32_t kExponentMask = 0x7ff00000u; variable
42 constexpr uint64_t kExponentMask = 0x7ff0000000000000LL; variable