Home
last modified time | relevance | path

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

/external/llvm-project/pstl/include/pstl/internal/
Dunseq_backend_simd.h787 typedef typename std::iterator_traits<_ForwardIterator1>::difference_type _DifferencType; in __simd_find_first_of() typedef
789 const _DifferencType __n1 = __last - __first; in __simd_find_first_of()
790 const _DifferencType __n2 = __s_last - __s_first; in __simd_find_first_of()
816 …__first, _DifferencType(0), __n1, [__s_first, &__pred](_ForwardIterator1 __it, _DifferencType __i)… in __simd_find_first_of()