Searched refs:TWOS_COMPLEMENT (Results 1 – 2 of 2) sorted by relevance
812 #define TWOS_COMPLEMENT(t) ((t) ~ (t) 0 < 0) macro826 ((t) (TYPE_SIGNED(t) ? - TWOS_COMPLEMENT(t) - MAXVAL(t, b) : 0))
244 result -= !TWOS_COMPLEMENT(int_fast32_t) && result != 0; in detzcode()258 int_fast64_t minval = -TWOS_COMPLEMENT(int_fast64_t) - maxval; in detzcode64()267 result -= !TWOS_COMPLEMENT(int_fast64_t) && result != 0; in detzcode64()