Searched defs:__numeric_traits_integer (Results 1 – 2 of 2) sorted by relevance
61 struct __numeric_traits_integer in _GLIBCXX_VISIBILITY() struct70 static const bool __is_signed_val = (_Value)(-1) < 0; in _GLIBCXX_VISIBILITY()71 static const int __digits in _GLIBCXX_VISIBILITY()75 static const _Value __max = __is_signed_val in _GLIBCXX_VISIBILITY()78 static const _Value __min = __is_signed_val ? -__max - 1 : (_Value)0; in _GLIBCXX_VISIBILITY()