Searched defs:kExponentMask (Results 1 – 11 of 11) sorted by relevance
48 static const uint32_t kExponentMask = 0x7ff00000u; variable
91 const int kExponentMask = 0x7f800000; in FloatToBitPreservingString() local
59 static const uint64_t kExponentMask = DOUBLE_CONVERSION_UINT64_2PART_C(0x7FF00000, 00000000); variable290 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
45 static const uint64_t kExponentMask = DOUBLE_CONVERSION_UINT64_2PART_C(0x7FF00000, 00000000); variable289 static const uint32_t kExponentMask = 0x7F800000; variable
22 static constexpr uint64_t kExponentMask = 0x7FF0'0000'0000'0000; variable
325 constexpr uint32_t kExponentMask = (1 << kExponentBits) - 1; in try_hex_float() local
934 constexpr auto* kExponentMask = "0x7f80000"; in EmitIsNormalCall() local
1785 constexpr auto* kExponentMask = "0x7f80000"; in EmitIsNormalCall() local
2521 const uint32_t kExponentMask = 0x7f80000; in GenerateIntrinsicCall() local