HomeSort by: relevance | last modified time | path
    Searched refs:__min (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
locale_facets.cc 108 const size_t __min = std::min(__n, size_t(__grouping_size - 1)); local
115 for (size_t __j = 0; __j < __min && __test; --__i, ++__j)
118 __test = __grouping_tmp[__i] == __grouping[__min];
122 if (static_cast<signed char>(__grouping[__min]) > 0
123 && __grouping[__min] != __gnu_cxx::__numeric_traits<char>::__max)
124 __test &= __grouping_tmp[0] <= __grouping[__min];
compatibility.cc 103 __gnu_cxx::__numeric_traits<streamsize>::__min;
182 __gnu_cxx::__numeric_traits<streamsize>::__min;
istream.cc 171 __gnu_cxx::__numeric_traits<streamsize>::__min;
424 __gnu_cxx::__numeric_traits<streamsize>::__min;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
sat_arith.h 57 return __gnu_cxx::__int_traits<_Tp>::__min;
71 return __gnu_cxx::__int_traits<_Tp>::__min;
73 return __gnu_cxx::__int_traits<_Tp>::__min;
89 return __gnu_cxx::__int_traits<_Tp>::__min;
101 if (__x == __gnu_cxx::__int_traits<_Tp>::__min && __y == _Tp(-1))
121 constexpr _Res __min_Res = __gnu_cxx::__int_traits<_Res>::__min;
stl_algo.h 3326 _ForwardIterator __min{}, __max{};
3329 __min = __next;
3334 __min = __first;
3346 if (__comp(__first, __min))
3347 __min = __first;
3355 if (__comp(__next, __min))
3356 __min = __next;
3362 if (__comp(__first, __min))
3363 __min = __first;
3372 return std::make_pair(__min, __max)
    [all...]
chrono_io.h 3167 minutes __min = __bad_min; // %M local
3201 // (e.g. a bad %M value for __min should also reset __h and __s).
3277 __min = minutes(__tm.tm_min);
3510 __min = minutes(__tm.tm_min);
3516 __min = minutes(__val);
3590 __min = minutes(__tm.tm_min);
3624 __min = minutes(__val);
3833 __min = minutes(__tm.tm_min);
4282 if (__min != __bad_min)
4285 __t += __min;
    [all...]
locale_facets_nonio.h 765 int __min, int __max, size_t __len,
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
locale_facets.cc 108 const size_t __min = std::min(__n, size_t(__grouping_size - 1)); local
115 for (size_t __j = 0; __j < __min && __test; --__i, ++__j)
118 __test = __grouping_tmp[__i] == __grouping[__min];
122 if (static_cast<signed char>(__grouping[__min]) > 0
123 && __grouping[__min] != __gnu_cxx::__numeric_traits<char>::__max)
124 __test &= __grouping_tmp[0] <= __grouping[__min];
compatibility.cc 103 __gnu_cxx::__numeric_traits<streamsize>::__min;
182 __gnu_cxx::__numeric_traits<streamsize>::__min;
istream.cc 171 __gnu_cxx::__numeric_traits<streamsize>::__min;
424 __gnu_cxx::__numeric_traits<streamsize>::__min;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
numeric_traits.h 74 // The initializers must be constants so that __max and __min are too.
78 static const _Value __min = __is_signed_val ? -__max - 1 : (_Value)0;
82 const _Value __numeric_traits_integer<_Value>::__min;
vstring_util.h 176 else if (__d < __numeric_traits_integer<int>::__min)
177 return __numeric_traits_integer<int>::__min;
string_conversions.h 75 return __val < _TRet(__numeric_traits<int>::__min)
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
numeric_traits.h 74 // The initializers must be constants so that __max and __min are too.
78 static const _Value __min = __is_signed_val ? -__max - 1 : (_Value)0;
82 const _Value __numeric_traits_integer<_Value>::__min;
vstring_util.h 178 else if (__d < __numeric_traits_integer<int>::__min)
179 return __numeric_traits_integer<int>::__min;
string_conversions.h 77 return __val < _TRet(__numeric_traits<int>::__min)
  /src/sbin/ifconfig/
parse.h 121 #define PINTEGER_INITIALIZER1(__pi, __name, __min, __max, __base, \
128 .pi_min = (__min), \
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
random.h 1581 uniform_int(_IntType __min = 0, _IntType __max = 9)
1582 : _M_min(__min), _M_max(__max)
1671 result_type __min, result_type __max, true_type);
1676 result_type __min, result_type __max, false_type)
1680 * (__max - __min + 1)) + __min;
2076 * @param __min [IN] The lower bound of the distribution.
2080 uniform_real(_RealType __min = _RealType(0),
2082 : _M_min(__min), _M_max(__max)
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
random.h 1544 uniform_int(_IntType __min = 0, _IntType __max = 9)
1545 : _M_min(__min), _M_max(__max)
1634 result_type __min, result_type __max, true_type);
1639 result_type __min, result_type __max, false_type)
1643 * (__max - __min + 1)) + __min;
2039 * @param __min [IN] The lower bound of the distribution.
2043 uniform_real(_RealType __min = _RealType(0),
2045 : _M_min(__min), _M_max(__max)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
trie_policy.hpp 70 typename String::value_type Min_E_Val = detail::__numeric_traits<typename String::value_type>::__min,
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
trie_policy.hpp 70 typename String::value_type Min_E_Val = detail::__numeric_traits<typename String::value_type>::__min,
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
unseq_backend_simd.h 688 _ComplexType(const _ValueType& __min, const _ValueType& __max, const _Compare* __comp)
689 : __min_val(__min), __max_val(__max), __min_ind(0), __max_ind(0),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_algo.h 3328 _ForwardIterator __min{}, __max{};
3331 __min = __next;
3336 __min = __first;
3348 if (__comp(__first, __min))
3349 __min = __first;
3357 if (__comp(__next, __min))
3358 __min = __next;
3364 if (__comp(__first, __min))
3365 __min = __first;
3374 return std::make_pair(__min, __max)
    [all...]
locale_facets_nonio.h 765 int __min, int __max, size_t __len,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
algorithm_impl.h 1195 _DifferenceType __min = __par_backend::__parallel_reduce(
1221 if (__min == __n)
1225 __n -= __min;
1226 __first += __min;
1230 __mask += __min;

Completed in 132 milliseconds

1 2