Searched defs:TYPE_SIGNED (Results 1 – 6 of 6) sorted by relevance
61 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
53 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
106 #define TYPE_SIGNED(t) ((t) -1 < 0) macro
50 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
40 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
819 #define TYPE_SIGNED( global() macro