Searched refs:INTMAX_MIN (Results 1 – 8 of 8) sorted by relevance
305 # define INTMAX_MIN LLONG_MIN macro309 # define INTMAX_MIN LONG_MIN macro
645 if (hi_end == lo_end + 2 || hi == INTMAX_MIN) in timerange_option()
197 # define INTMAX_MIN (-__INT64_C(9223372036854775807)-1) macro
1074 - (uintmax_t) INTMAX_MIN) / 4 in ____STRTOF_INTERNAL()1075 : ((uintmax_t) exponent - (uintmax_t) INTMAX_MIN))); in ____STRTOF_INTERNAL()
83 macro-int-constant INTMAX_MIN {promoted:intmax_t} <= -9223372036854775807LL-1
113 @code{INTMAX_MAX}, @code{INTMAX_MIN}. Note that there are no macros for2816 @code{INTMAX_MAX} or @code{INTMAX_MIN} (@pxref{Integers}), as
155 UINT_FAST16_MAX, UINT_FAST32_MAX, UINT_FAST64_MAX, INTMAX_MIN,
74951 [C99-based standards] (INTMAX_MIN): Likewise.