Searched defs:kExponentMask (Results 1 – 7 of 7) sorted by relevance
45 static const uint64_t kExponentMask = DOUBLE_CONVERSION_UINT64_2PART_C(0x7FF00000, 00000000); variable276 static const uint32_t kExponentMask = 0x7F800000; variable
59 static const uint64_t kExponentMask = DOUBLE_CONVERSION_UINT64_2PART_C(0x7FF00000, 00000000); variable290 static const uint32_t kExponentMask = 0x7F800000; variable
45 static const uint64_t kExponentMask = DOUBLE_CONVERSION_UINT64_2PART_C(0x7FF00000, 00000000); variable289 static const uint32_t kExponentMask = 0x7F800000; variable
59 static const uint64_t kExponentMask = DOUBLE_CONVERSION_UINT64_2PART_C(0x7FF00000, 00000000); variable303 static const uint32_t kExponentMask = 0x7F800000; variable
43 constexpr uint64_t kExponentMask = 0x7ff0000000000000LL; variable