Home
last modified time | relevance | path

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

/external/llvm-project/pstl/include/pstl/internal/
Dunseq_backend_simd.h382 __simd_adjacent_find(_Index __first, _Index __last, _BinaryPredicate __pred, bool __or_semantic) no… in __simd_adjacent_find() function
Dalgorithm_impl.h2281 return __unseq_backend::__simd_adjacent_find(__first, __last, __pred, __or_semantic); in __brick_adjacent_find()