Home
last modified time | relevance | path

Searched refs:MAX_SIGNED (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Dreloc.h984 static const int64_t MAX_SIGNED = MAX_UNSIGNED >> 1; variable
985 static const int64_t MIN_SIGNED = -MAX_SIGNED - 1;
993 static const int64_t MAX_SIGNED = MAX_UNSIGNED >> 1; variable
994 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()