Searched refs:is_signed_type (Results 1 – 2 of 2) sorted by relevance
31 #define is_signed_type(type) (((type)(-1)) < (type)1) macro32 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type)))
693 #define is_signed_type(var) (!!(((__typeof__(var))(-1)) < (__typeof__(var))1)) macro702 switch (is_signed_type(__exp) * 2 + is_signed_type(__seen)) { \