Home
last modified time | relevance | path

Searched refs:__numeric_traits_integer (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dnumeric_traits.h55 struct __numeric_traits_integer in _GLIBCXX_VISIBILITY() struct
68 const _Value __numeric_traits_integer<_Value>::__min; in _GLIBCXX_VISIBILITY()
71 const _Value __numeric_traits_integer<_Value>::__max; in _GLIBCXX_VISIBILITY()
74 const bool __numeric_traits_integer<_Value>::__is_signed; in _GLIBCXX_VISIBILITY()
77 const int __numeric_traits_integer<_Value>::__digits; in _GLIBCXX_VISIBILITY()
126 __numeric_traits_integer<_Value>, in _GLIBCXX_VISIBILITY()
H A Dvstring_util.h171 if (__d > __numeric_traits_integer<int>::__max) in _GLIBCXX_VISIBILITY()
172 return __numeric_traits_integer<int>::__max; in _GLIBCXX_VISIBILITY()
173 else if (__d < __numeric_traits_integer<int>::__min) in _GLIBCXX_VISIBILITY()
174 return __numeric_traits_integer<int>::__min; in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dnumeric_traits.h55 struct __numeric_traits_integer in _GLIBCXX_VISIBILITY() struct
68 const _Value __numeric_traits_integer<_Value>::__min; in _GLIBCXX_VISIBILITY()
71 const _Value __numeric_traits_integer<_Value>::__max; in _GLIBCXX_VISIBILITY()
74 const bool __numeric_traits_integer<_Value>::__is_signed; in _GLIBCXX_VISIBILITY()
77 const int __numeric_traits_integer<_Value>::__digits; in _GLIBCXX_VISIBILITY()
126 __numeric_traits_integer<_Value>, in _GLIBCXX_VISIBILITY()
H A Dvstring_util.h172 if (__d > __numeric_traits_integer<int>::__max) in _GLIBCXX_VISIBILITY()
173 return __numeric_traits_integer<int>::__max; in _GLIBCXX_VISIBILITY()
174 else if (__d < __numeric_traits_integer<int>::__min) in _GLIBCXX_VISIBILITY()
175 return __numeric_traits_integer<int>::__min; in _GLIBCXX_VISIBILITY()