HomeSort by: relevance | last modified time | path
    Searched refs:_S_max (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
semaphore_base.h 57 static constexpr ptrdiff_t _S_max = SEM_VALUE_MAX;
59 static constexpr ptrdiff_t _S_max = _POSIX_SEM_VALUE_MAX;
187 static constexpr ptrdiff_t _S_max = __gnu_cxx::__int_traits<int>::__max;
191 __glibcxx_assert(__count >= 0 && __count <= _S_max);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
semaphore_base.h 57 static constexpr ptrdiff_t _S_max = SEM_VALUE_MAX;
59 static constexpr ptrdiff_t _S_max = _POSIX_SEM_VALUE_MAX;
187 static constexpr ptrdiff_t _S_max = __gnu_cxx::__int_traits<int>::__max;
191 __glibcxx_assert(__count >= 0 && __count <= _S_max);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_scalar.h 193 // _S_min, _S_max {{{2
201 _S_max(const _Tp __a, const _Tp __b)
simd_fixed_size.h 1433 // _S_min, _S_max {{{2
1447 _S_max(const _SimdTuple<_Tp, _As...>& __a, const _SimdTuple<_Tp, _As...>& __b)
1451 return __impl._S_max(__aa, __bb);
simd_sve.h 1017 _S_max(_SveSimdWrapper<_Tp, _Np> __a, _SveSimdWrapper<_Tp, _Np> __b)
simd.h 4014 { return {__private_init, _Ap::_SimdImpl::_S_max(__data(__a), __data(__b))}; }
4034 _Impl::_S_max(__data(__lo), __data(__v)))};
simd_builtin.h 1649 // _S_min, _S_max, _S_minmax {{{2
1659 _S_max(_SimdWrapper<_Tp, _Np> __a, _SimdWrapper<_Tp, _Np> __b)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_scalar.h 193 // _S_min, _S_max {{{2
201 _S_max(const _Tp __a, const _Tp __b)
simd_fixed_size.h 1433 // _S_min, _S_max {{{2
1447 _S_max(const _SimdTuple<_Tp, _As...>& __a, const _SimdTuple<_Tp, _As...>& __b)
1451 return __impl._S_max(__aa, __bb);
simd.h 3951 { return {__private_init, _Ap::_SimdImpl::_S_max(__data(__a), __data(__b))}; }
3971 _Impl::_S_max(__data(__lo), __data(__v)))};
simd_builtin.h 1649 // _S_min, _S_max, _S_minmax {{{2
1659 _S_max(_SimdWrapper<_Tp, _Np> __a, _SimdWrapper<_Tp, _Np> __b)

Completed in 40 milliseconds