Home
last modified time | relevance | path

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

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