Searched refs:__type_half_max (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/include/linux/
H A Doverflow.h32 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type))) macro
33 #define type_max(T) ((T)((__type_half_max(T) - 1) + __type_half_max(T)))
/linux-master/include/linux/
H A Doverflow.h33 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type))) macro
34 #define __type_max(T) ((T)((__type_half_max(T) - 1) + __type_half_max(T)))

Completed in 152 milliseconds