Home
last modified time | relevance | path

Searched defs:__pred (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/pstl/include/pstl/internal/
Dalgorithm_impl.h40 __brick_any_of(const _ForwardIterator __first, const _ForwardIterator __last, _Pred __pred, in __brick_any_of()
48 __brick_any_of(const _ForwardIterator __first, const _ForwardIterator __last, _Pred __pred, in __brick_any_of()
56 …pattern_any_of(_ExecutionPolicy&&, _ForwardIterator __first, _ForwardIterator __last, _Pred __pred, in __pattern_any_of()
64 …_any_of(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Pred __pred, in __pattern_any_of()
490 __brick_find_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, in __brick_find_if()
498 __brick_find_if(_RandomAccessIterator __first, _RandomAccessIterator __last, _Predicate __pred, in __brick_find_if()
509 …n_find_if(_ExecutionPolicy&&, _ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, in __pattern_find_if()
518 …if(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, in __pattern_find_if()
543 … _RandomAccessIterator2 __s_first, _RandomAccessIterator2 __s_last, _BinaryPredicate __pred, in __find_subrange()
599 … _Size __count, const _Tp& __value, _BinaryPredicate __pred, _IsVector __is_vector) noexcept in __find_subrange()
[all …]
Dglue_algorithm_impl.h33 …of(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) in any_of()
45 all_of(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Pred __pred) in all_of()
54 …of(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) in none_of()
85 …if(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) in find_if()
95 …ot(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) in find_if_not()
112 _ForwardIterator2 __s_last, _BinaryPredicate __pred) in find_end()
135 _ForwardIterator2 __s_first, _ForwardIterator2 __s_last, _BinaryPredicate __pred) in find_first_of()
169 …ecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __pred) in adjacent_find()
199 …if(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) in count_if()
212 _ForwardIterator2 __s_last, _BinaryPredicate __pred) in search()
[all …]
Dunseq_backend_simd.h66 __simd_or(_Index __first, _DifferenceType __n, _Pred __pred) noexcept in __simd_or()
166 __simd_first(_Index1 __first1, _DifferenceType __n, _Index2 __first2, _Pred __pred) noexcept in __simd_first()
220 __simd_count(_Index __index, _DifferenceType __n, _Pred __pred) noexcept in __simd_count()
234 _BinaryPredicate __pred) noexcept in __simd_unique_copy()
268 …utIterator __first, _DifferenceType __n, _OutputIterator __result, _UnaryPredicate __pred) noexcept in __simd_copy_if()
287 …mask_2(_InputIterator __first, _DifferenceType __n, bool* __mask, _BinaryPredicate __pred) noexcept in __simd_calc_mask_2()
302 …_mask_1(_InputIterator __first, _DifferenceType __n, bool* __mask, _UnaryPredicate __pred) noexcept in __simd_calc_mask_1()
382 __simd_adjacent_find(_Index __first, _Index __last, _BinaryPredicate __pred, bool __or_semantic) no… in __simd_adjacent_find()
760 _OutputIterator2 __out_false, _UnaryPredicate __pred) noexcept in __simd_partition_copy()
785 _ForwardIterator2 __s_last, _BinaryPredicate __pred) noexcept in __simd_find_first_of()
[all …]
Dutils.h96 explicit __reorder_pred(_Pred __pred) : _M_pred(__pred) {} in __reorder_pred()
114 …__equal_value_by_pred(const _Tp& __value, _Predicate __pred) : _M_value(__value), _M_pred(__pred) … in __equal_value_by_pred()