Searched refs:TWOS_COMPLEMENT (Results 1 – 2 of 2) sorted by relevance
952 #define TWOS_COMPLEMENT(type) (TYPE_SIGNED (type) && (! ~ (type) -1)) macro966 ((t) (TYPE_SIGNED(t) ? - TWOS_COMPLEMENT(t) - MAXVAL(t, b) : 0))
685 int_fast64_t minval = -TWOS_COMPLEMENT(int_fast64_t) - maxval; in detzcode64()694 result -= !TWOS_COMPLEMENT(int_fast64_t) && result != 0; in detzcode64()