Searched refs:MAX_SIGNED (Results 1 – 1 of 1) sorted by relevance
984 static const int64_t MAX_SIGNED = MAX_UNSIGNED >> 1; variable985 static const int64_t MIN_SIGNED = -MAX_SIGNED - 1;993 static const int64_t MAX_SIGNED = MAX_UNSIGNED >> 1; variable994 static const int64_t MIN_SIGNED = -MAX_SIGNED - 1;1029 const int32_t max = static_cast<int32_t>(Limits<bits>::MAX_SIGNED); in has_overflow32()1095 const int64_t max = Limits<bits>::MAX_SIGNED; in has_overflow()