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