Searched refs:TWOS_COMPLEMENT (Results 1 – 1 of 1) sorted by relevance
629 #define TWOS_COMPLEMENT(t) ((t) ~ (t) 0 < 0) macro638 ((t) (TYPE_SIGNED(t) ? - TWOS_COMPLEMENT(t) - MAXVAL(t, b) : 0))
Completed in 4 milliseconds