Home
last modified time | relevance | path

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

/llvm-project-15.0.7/pstl/include/pstl/internal/
H A Dunseq_backend_simd.h830 __simd_remove_if(_RandomAccessIterator __first, _DifferenceType __n, _UnaryPredicate __pred) noexce… in __simd_remove_if() function
H A Dalgorithm_impl.h2662 return __unseq_backend::__simd_remove_if(__first, __last - __first, __pred); in __brick_remove_if()