Home
last modified time | relevance | path

Searched refs:is_bounded (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dlimits.cc62 const bool __numeric_limits_base::is_bounded; member in std::__numeric_limits_base
87 const bool numeric_limits<bool>::is_bounded; member in std::numeric_limits<bool>
112 const bool numeric_limits<char>::is_bounded; member in std::numeric_limits<char>
137 const bool numeric_limits<signed char>::is_bounded; member in std::numeric_limits<signed char>
162 const bool numeric_limits<unsigned char>::is_bounded; member in std::numeric_limits<unsigned char>
189 const bool numeric_limits<wchar_t>::is_bounded; member in std::numeric_limits<wchar_t>
215 const bool numeric_limits<short>::is_bounded; member in std::numeric_limits<short>
240 const bool numeric_limits<unsigned short>::is_bounded; member in std::numeric_limits<unsigned short>
265 const bool numeric_limits<int>::is_bounded; member in std::numeric_limits<int>
290 const bool numeric_limits<unsigned int>::is_bounded; member in std::numeric_limits<unsigned int>
[all …]
H A Dcompatibility-ldbl-alt128.cc76 const bool numeric_limits<long double>::is_bounded; member in std::numeric_limits<long double>
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dlimits.cc58 const bool __numeric_limits_base::is_bounded; member in std::__numeric_limits_base
83 const bool numeric_limits<bool>::is_bounded; member in std::numeric_limits<bool>
108 const bool numeric_limits<char>::is_bounded; member in std::numeric_limits<char>
133 const bool numeric_limits<signed char>::is_bounded; member in std::numeric_limits<signed char>
158 const bool numeric_limits<unsigned char>::is_bounded; member in std::numeric_limits<unsigned char>
185 const bool numeric_limits<wchar_t>::is_bounded; member in std::numeric_limits<wchar_t>
211 const bool numeric_limits<short>::is_bounded; member in std::numeric_limits<short>
236 const bool numeric_limits<unsigned short>::is_bounded; member in std::numeric_limits<unsigned short>
261 const bool numeric_limits<int>::is_bounded; member in std::numeric_limits<int>
286 const bool numeric_limits<unsigned int>::is_bounded; member in std::numeric_limits<unsigned int>
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dlimits54 static constexpr bool is_bounded = false;
179 static _LIBCPP_CONSTEXPR const bool is_bounded = false;
239 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
292 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
338 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
384 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
434 static _LIBCPP_CONSTEXPR const bool is_bounded = true;
480 static _LIBCPP_CONSTEXPR const bool is_bounded = __base::is_bounded;
525 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::is_bounded;
573 static _LIBCPP_CONSTEXPR const bool is_bounded = __base::is_bounded;
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dlimits279 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = false;
439 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
509 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
579 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
652 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
720 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
784 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
848 static constexpr bool is_bounded = true;
909 static constexpr bool is_bounded = true;
976 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dlimits279 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = false;
439 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
509 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
579 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
652 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
720 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
784 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
848 static constexpr bool is_bounded = true;
909 static constexpr bool is_bounded = true;
976 static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true;
[all …]
/netbsd-src/external/lgpl3/gmp/dist/cxx/
H A Dlimits.cc53 const bool numeric_limits<T>::is_bounded; \
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmpxx.h3557 static const bool is_bounded = false;
3594 static const bool is_bounded = false;
3631 static const bool is_bounded = false;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20021216 (numeric_limits<T>::is_bounded, T floating): Use true.