Home
last modified time | relevance | path

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

/external/llvm-project/pstl/include/pstl/internal/
Dunseq_backend_simd.h338 _OutputIterator2 __out_false, bool* __mask) noexcept in __simd_partition_by_mask() argument
352 __out_false[__cnt_false] = __first[__i]; in __simd_partition_by_mask()
760 _OutputIterator2 __out_false, _UnaryPredicate __pred) noexcept in __simd_partition_copy() argument
775 __out_false[__cnt_false] = __first[__i]; in __simd_partition_copy()
779 return std::make_pair(__out_true + __cnt_true, __out_false + __cnt_false); in __simd_partition_copy()
Dalgorithm_impl.h1039 … _OutputIterator2 __out_false, bool* __mask, /*vector=*/std::false_type) noexcept in __brick_partition_by_mask() argument
1050 *__out_false = *__first; in __brick_partition_by_mask()
1051 ++__out_false; in __brick_partition_by_mask()
1059 … _OutputIterator2 __out_false, bool* __mask, /*vector=*/std::true_type) noexcept in __brick_partition_by_mask() argument
1062 …__unseq_backend::__simd_partition_by_mask(__first, __last - __first, __out_true, __out_false, __ma… in __brick_partition_by_mask()
1064 …__internal::__brick_partition_by_mask(__first, __last, __out_true, __out_false, __mask, std::false… in __brick_partition_by_mask()
2036 … _OutputIterator2 __out_false, _UnaryPredicate __pred, /*is_vector=*/std::false_type) noexcept in __brick_partition_copy() argument
2038 return std::partition_copy(__first, __last, __out_true, __out_false, __pred); in __brick_partition_copy()
2044 … _OutputIterator2 __out_false, _UnaryPredicate __pred, /*is_vector=*/std::true_type) noexcept in __brick_partition_copy() argument
2047 …__unseq_backend::__simd_partition_copy(__first, __last - __first, __out_true, __out_false, __pred); in __brick_partition_copy()
[all …]
Dglue_algorithm_impl.h622 _ForwardIterator1 __out_true, _ForwardIterator2 __out_false, _UnaryPredicate __pred) in partition_copy() argument
625 std::forward<_ExecutionPolicy>(__exec), __first, __last, __out_true, __out_false, __pred, in partition_copy()
Dglue_algorithm_defs.h290 _ForwardIterator1 __out_true, _ForwardIterator2 __out_false, _UnaryPredicate __pred);
/external/libcxx/include/
Dalgorithm3202 _OutputIterator1 __out_true, _OutputIterator2 __out_false,
3214 *__out_false = *__first;
3215 ++__out_false;
3218 return pair<_OutputIterator1, _OutputIterator2>(__out_true, __out_false);
/external/llvm-project/libcxx/include/
Dalgorithm3335 _OutputIterator1 __out_true, _OutputIterator2 __out_false,
3347 *__out_false = *__first;
3348 ++__out_false;
3351 return pair<_OutputIterator1, _OutputIterator2>(__out_true, __out_false);