Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dnumeric_traits.h61 struct __numeric_traits_integer in _GLIBCXX_VISIBILITY() struct
70 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()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dnumeric_traits.h61 struct __numeric_traits_integer in _GLIBCXX_VISIBILITY() struct
70 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()