Searched refs:TWOS_COMPLEMENT (Results 1 – 2 of 2) sorted by relevance
499 #define TWOS_COMPLEMENT(t) ((t) ~ (t) 0 < 0) macro508 ((t) (TYPE_SIGNED(t) ? - TWOS_COMPLEMENT(t) - MAXVAL(t, b) : 0))
234 result -= !TWOS_COMPLEMENT(int_fast32_t) && result != 0; in detzcode()248 int_fast64_t minval = -TWOS_COMPLEMENT(int_fast64_t) - maxval; in detzcode64()257 result -= !TWOS_COMPLEMENT(int_fast64_t) && result != 0; in detzcode64()