Searched refs:_DifferencType (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dunseq_backend_simd.h783 typedef typename std::iterator_traits<_ForwardIterator1>::difference_type _DifferencType; typedef
785 const _DifferencType __n1 = __last - __first;
786 const _DifferencType __n2 = __s_last - __s_first;
810 const auto __result = __unseq_backend::__simd_first(__first, _DifferencType(0), __n1,
811 [__s_first, &__pred](_ForwardIterator1 __it, _DifferencType __i) {
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dunseq_backend_simd.h783 typedef typename std::iterator_traits<_ForwardIterator1>::difference_type _DifferencType; typedef
785 const _DifferencType __n1 = __last - __first;
786 const _DifferencType __n2 = __s_last - __s_first;
812 __first, _DifferencType(0), __n1, [__s_first, &__pred](_ForwardIterator1 __it, _DifferencType __i) {

Completed in 220 milliseconds