Searched defs:kExponentMask (Results 1 – 10 of 10) sorted by relevance
91 const int kExponentMask = 0x7f800000; in FloatToBitPreservingString() local
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
59 static const uint64_t kExponentMask = UINT64_2PART_C(0x7FF00000, 00000000); variable280 static const uint32_t kExponentMask = 0x7F800000; 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