Searched refs:is_signed_type (Results 1 – 3 of 3) sorted by relevance
35 #define is_signed_type(type) (((type)(-1)) < (type)1) macro36 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type)))205 __builtin_choose_expr(is_signed_type(typeof(a)), \210 __builtin_choose_expr(is_signed_type(typeof(a)), \215 __builtin_choose_expr(is_signed_type(typeof(a)), \
695 #define is_signed_type(type) (((type)(-1)) < (type)1) macro
409 .is_signed = is_signed_type(_type), .filter_type = _filter_type },427 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },433 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },