Searched defs:MAX_SAFE_INTEGER (Results 1 – 4 of 4) sorted by relevance
25 MAX_SAFE_INTEGER = 0x1fffffffffffff, // 2^53 - 1 variable
77 static constexpr int64_t MAX_SAFE_INTEGER = (1LL << 53) - 1; variable
45 static constexpr int64_t MAX_SAFE_INTEGER = 9007199254740991; variable
44 inline constexpr double MAX_SAFE_INTEGER = 9007199254740991; variable