Searched defs:__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
/linux-master/include/linux/
H A Doverflow.h33 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type))) macro

Completed in 167 milliseconds