Home
last modified time | relevance | path

Searched defs:__type_half_max (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/include/linux/
H A Doverflow.h32 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type))) macro
/openbmc/linux/include/linux/
H A Doverflow.h33 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type))) macro