Home
last modified time | relevance | path

Searched refs:__min (Results 1 – 25 of 49) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dlocale_facets.cc108 const size_t __min = std::min(__n, size_t(__grouping_size - 1)); in __verify_grouping_impl() local
115 for (size_t __j = 0; __j < __min && __test; --__i, ++__j) in __verify_grouping_impl()
118 __test = __grouping_tmp[__i] == __grouping[__min]; in __verify_grouping_impl()
122 if (static_cast<signed char>(__grouping[__min]) > 0 in __verify_grouping_impl()
123 && __grouping[__min] != __gnu_cxx::__numeric_traits<char>::__max) in __verify_grouping_impl()
124 __test &= __grouping_tmp[0] <= __grouping[__min]; in __verify_grouping_impl()
H A Dcompatibility.cc103 __gnu_cxx::__numeric_traits<streamsize>::__min; in ignore()
174 __gnu_cxx::__numeric_traits<streamsize>::__min; in ignore()
H A Distream.cc164 __gnu_cxx::__numeric_traits<streamsize>::__min; in ignore()
408 __gnu_cxx::__numeric_traits<streamsize>::__min; in ignore()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dlocale_facets.cc108 const size_t __min = std::min(__n, size_t(__grouping_size - 1)); in __verify_grouping_impl() local
115 for (size_t __j = 0; __j < __min && __test; --__i, ++__j) in __verify_grouping_impl()
118 __test = __grouping_tmp[__i] == __grouping[__min]; in __verify_grouping_impl()
122 if (static_cast<signed char>(__grouping[__min]) > 0 in __verify_grouping_impl()
123 && __grouping[__min] != __gnu_cxx::__numeric_traits<char>::__max) in __verify_grouping_impl()
124 __test &= __grouping_tmp[0] <= __grouping[__min]; in __verify_grouping_impl()
H A Dcompatibility.cc103 __gnu_cxx::__numeric_traits<streamsize>::__min; in ignore()
182 __gnu_cxx::__numeric_traits<streamsize>::__min; in ignore()
H A Distream.cc164 __gnu_cxx::__numeric_traits<streamsize>::__min; in ignore()
419 __gnu_cxx::__numeric_traits<streamsize>::__min; in ignore()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dell_integral.tcc80 const _Tp __min = std::numeric_limits<_Tp>::min(); in __ellint_rf() local
82 const _Tp __lolim = _Tp(5) * __min; in __ellint_rf()
322 const _Tp __min = std::numeric_limits<_Tp>::min(); in __ellint_rd() local
325 const _Tp __uplim = std::pow(_Tp(0.1L) * __errtol / __min, _Tp(2) / _Tp(3)); in __ellint_rd()
500 const _Tp __min = std::numeric_limits<_Tp>::min(); in __ellint_rc() local
502 const _Tp __lolim = _Tp(5) * __min; in __ellint_rc()
571 const _Tp __min = std::numeric_limits<_Tp>::min(); in __ellint_rj() local
573 const _Tp __lolim = std::pow(_Tp(5) * __min, _Tp(1)/_Tp(3)); in __ellint_rj()
H A Drandom.h1581 uniform_int(_IntType __min = 0, _IntType __max = 9) in _GLIBCXX_VISIBILITY()
1582 : _M_min(__min), _M_max(__max) in _GLIBCXX_VISIBILITY()
1671 result_type __min, result_type __max, true_type); in _GLIBCXX_VISIBILITY()
1676 result_type __min, result_type __max, false_type) in _GLIBCXX_VISIBILITY()
1680 * (__max - __min + 1)) + __min; in _GLIBCXX_VISIBILITY()
2080 uniform_real(_RealType __min = _RealType(0), in _GLIBCXX_VISIBILITY()
2082 : _M_min(__min), _M_max(__max) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dell_integral.tcc80 const _Tp __min = std::numeric_limits<_Tp>::min(); in __ellint_rf() local
81 const _Tp __lolim = _Tp(5) * __min; in __ellint_rf()
496 const _Tp __min = std::numeric_limits<_Tp>::min(); in __ellint_rc() local
497 const _Tp __lolim = _Tp(5) * __min; in __ellint_rc()
565 const _Tp __min = std::numeric_limits<_Tp>::min(); in __ellint_rj() local
566 const _Tp __lolim = std::pow(_Tp(5) * __min, _Tp(1)/_Tp(3)); in __ellint_rj()
H A Drandom.h1581 uniform_int(_IntType __min = 0, _IntType __max = 9) in _GLIBCXX_VISIBILITY()
1582 : _M_min(__min), _M_max(__max) in _GLIBCXX_VISIBILITY()
1671 result_type __min, result_type __max, true_type); in _GLIBCXX_VISIBILITY()
1676 result_type __min, result_type __max, false_type) in _GLIBCXX_VISIBILITY()
1680 * (__max - __min + 1)) + __min; in _GLIBCXX_VISIBILITY()
2080 uniform_real(_RealType __min = _RealType(0), in _GLIBCXX_VISIBILITY()
2082 : _M_min(__min), _M_max(__max) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dnumeric_traits.h78 static const _Value __min = __is_signed_val ? -__max - 1 : (_Value)0; in _GLIBCXX_VISIBILITY() member
82 const _Value __numeric_traits_integer<_Value>::__min; in _GLIBCXX_VISIBILITY()
H A Dvstring_util.h176 else if (__d < __numeric_traits_integer<int>::__min) in _GLIBCXX_VISIBILITY()
177 return __numeric_traits_integer<int>::__min; in _GLIBCXX_VISIBILITY()
H A Dstring_conversions.h75 return __val < _TRet(__numeric_traits<int>::__min) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring_util.h176 else if (__d < __numeric_traits_integer<int>::__min) in _GLIBCXX_VISIBILITY()
177 return __numeric_traits_integer<int>::__min; in _GLIBCXX_VISIBILITY()
H A Dnumeric_traits.h78 static const _Value __min = __is_signed_val ? -__max - 1 : (_Value)0; in _GLIBCXX_VISIBILITY() member
82 const _Value __numeric_traits_integer<_Value>::__min; in _GLIBCXX_VISIBILITY()
H A Dstring_conversions.h75 return __val < _TRet(__numeric_traits<int>::__min) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Distream.tcc138 if (__l < __gnu_cxx::__numeric_traits<short>::__min) in operator >>()
141 __n = __gnu_cxx::__numeric_traits<short>::__min; in operator >>()
183 if (__l < __gnu_cxx::__numeric_traits<int>::__min) in operator >>()
186 __n = __gnu_cxx::__numeric_traits<int>::__min; in operator >>()
534 __gnu_cxx::__numeric_traits<streamsize>::__min; in ignore()
592 __gnu_cxx::__numeric_traits<streamsize>::__min; in ignore()
H A Dstl_algo.h3363 _ForwardIterator __min{}, __max{}; in _GLIBCXX_VISIBILITY()
3366 __min = __next; in _GLIBCXX_VISIBILITY()
3371 __min = __first; in _GLIBCXX_VISIBILITY()
3383 if (__comp(__first, __min)) in _GLIBCXX_VISIBILITY()
3384 __min = __first; in _GLIBCXX_VISIBILITY()
3392 if (__comp(__next, __min)) in _GLIBCXX_VISIBILITY()
3393 __min = __next; in _GLIBCXX_VISIBILITY()
3399 if (__comp(__first, __min)) in _GLIBCXX_VISIBILITY()
3400 __min = __first; in _GLIBCXX_VISIBILITY()
3409 return std::make_pair(__min, __max); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Distream.tcc150 if (__l < __gnu_cxx::__numeric_traits<short>::__min) in operator >>()
153 __n = __gnu_cxx::__numeric_traits<short>::__min; in operator >>()
200 if (__l < __gnu_cxx::__numeric_traits<int>::__min) in operator >>()
203 __n = __gnu_cxx::__numeric_traits<int>::__min; in operator >>()
558 __gnu_cxx::__numeric_traits<streamsize>::__min; in ignore()
624 __gnu_cxx::__numeric_traits<streamsize>::__min; in ignore()
H A Dstl_algo.h3328 _ForwardIterator __min{}, __max{}; in _GLIBCXX_VISIBILITY()
3331 __min = __next; in _GLIBCXX_VISIBILITY()
3336 __min = __first; in _GLIBCXX_VISIBILITY()
3348 if (__comp(__first, __min)) in _GLIBCXX_VISIBILITY()
3349 __min = __first; in _GLIBCXX_VISIBILITY()
3357 if (__comp(__next, __min)) in _GLIBCXX_VISIBILITY()
3358 __min = __next; in _GLIBCXX_VISIBILITY()
3364 if (__comp(__first, __min)) in _GLIBCXX_VISIBILITY()
3365 __min = __first; in _GLIBCXX_VISIBILITY()
3374 return std::make_pair(__min, __max); in _GLIBCXX_VISIBILITY()
/netbsd-src/sbin/ifconfig/
H A Dparse.h121 #define PINTEGER_INITIALIZER1(__pi, __name, __min, __max, __base, \ argument
128 .pi_min = (__min), \
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dregex1583 size_t __min = 0,
1585 : base(__s1, __s2), __min_(__min), __max_(__max), __loop_id_(__loop_id),
2909 void __push_greedy_inf_repeat(size_t __min, __owns_one_state<_CharT>* __s,
2911 {__push_loop(__min, numeric_limits<size_t>::max(), __s,
2914 void __push_nongreedy_inf_repeat(size_t __min, __owns_one_state<_CharT>* __s,
2916 {__push_loop(__min, numeric_limits<size_t>::max(), __s,
2918 void __push_loop(size_t __min, size_t __max, __owns_one_state<_CharT>* __s,
3634 int __min = 0;
3636 __temp = __parse_DUP_COUNT(__first, __last, __min);
3647 __push_loop(__min, __min, __s, __mexp_begin, __mexp_end,
[all …]
H A Dlimits211 … static _LIBCPP_CONSTEXPR const type __min = __libcpp_compute_min<type, digits, is_signed>::value;
212 static _LIBCPP_CONSTEXPR const type __max = is_signed ? type(type(~0) ^ __min) : type(~0);
213 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type min() _NOEXCEPT {return __min;}
264 static _LIBCPP_CONSTEXPR const type __min = false;
266 _LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type min() _NOEXCEPT {return __min;}
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dtrie_policy.hpp70 …pename String::value_type Min_E_Val = detail::__numeric_traits<typename String::value_type>::__min,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dtrie_policy.hpp70 …pename String::value_type Min_E_Val = detail::__numeric_traits<typename String::value_type>::__min,

12