Home
last modified time | relevance | path

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

12345

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/__algorithm/
H A Dpartition_copy.h26 _OutputIterator1 __out_true, _OutputIterator2 __out_false, in partition_copy() argument
38 *__out_false = *__first; in partition_copy()
39 ++__out_false; in partition_copy()
42 return pair<_OutputIterator1, _OutputIterator2>(__out_true, __out_false); in partition_copy()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/__algorithm/
H A Dpartition_copy.h29 _OutputIterator1 __out_true, _OutputIterator2 __out_false, in partition_copy() argument
41 *__out_false = *__first; in partition_copy()
42 ++__out_false; in partition_copy()
45 return pair<_OutputIterator1, _OutputIterator2>(__out_true, __out_false); in partition_copy()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/__algorithm/
H A Dpartition_copy.h29 _OutputIterator1 __out_true, _OutputIterator2 __out_false, in partition_copy() argument
41 *__out_false = *__first; in partition_copy()
42 ++__out_false; in partition_copy()
45 return pair<_OutputIterator1, _OutputIterator2>(__out_true, __out_false); in partition_copy()
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/__algorithm/
H A Dpartition_copy.h29 _OutputIterator1 __out_true, _OutputIterator2 __out_false, in partition_copy() argument
41 *__out_false = *__first; in partition_copy()
42 ++__out_false; in partition_copy()
45 return pair<_OutputIterator1, _OutputIterator2>(__out_true, __out_false); in partition_copy()
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/__algorithm/
H A Dpartition_copy.h29 _OutputIterator1 __out_true, _OutputIterator2 __out_false, in partition_copy() argument
41 *__out_false = *__first; in partition_copy()
42 ++__out_false; in partition_copy()
45 return pair<_OutputIterator1, _OutputIterator2>(__out_true, __out_false); in partition_copy()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/__algorithm/
H A Dpartition_copy.h29 _OutputIterator1 __out_true, _OutputIterator2 __out_false, in partition_copy() argument
41 *__out_false = *__first; in partition_copy()
42 ++__out_false; in partition_copy()
45 return pair<_OutputIterator1, _OutputIterator2>(__out_true, __out_false); in partition_copy()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/pstl/include/pstl/internal/
H A 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()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/pstl/
H A Dunseq_backend_simd.h334 _OutputIterator2 __out_false, bool* __mask) noexcept in __simd_partition_by_mask() argument
348 __out_false[__cnt_false] = __first[__i]; in __simd_partition_by_mask()
756 _OutputIterator2 __out_false, _UnaryPredicate __pred) noexcept in __simd_partition_copy() argument
771 __out_false[__cnt_false] = __first[__i]; in __simd_partition_copy()
775 return std::make_pair(__out_true + __cnt_true, __out_false + __cnt_false); in __simd_partition_copy()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/pstl/include/pstl/internal/
H A 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()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/pstl/
H A Dunseq_backend_simd.h334 _OutputIterator2 __out_false, bool* __mask) noexcept in __simd_partition_by_mask() argument
348 __out_false[__cnt_false] = __first[__i]; in __simd_partition_by_mask()
756 _OutputIterator2 __out_false, _UnaryPredicate __pred) noexcept in __simd_partition_copy() argument
771 __out_false[__cnt_false] = __first[__i]; in __simd_partition_copy()
775 return std::make_pair(__out_true + __cnt_true, __out_false + __cnt_false); in __simd_partition_copy()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/pstl/
H A Dunseq_backend_simd.h334 _OutputIterator2 __out_false, bool* __mask) noexcept in __simd_partition_by_mask() argument
348 __out_false[__cnt_false] = __first[__i]; in __simd_partition_by_mask()
756 _OutputIterator2 __out_false, _UnaryPredicate __pred) noexcept in __simd_partition_copy() argument
771 __out_false[__cnt_false] = __first[__i]; in __simd_partition_copy()
775 return std::make_pair(__out_true + __cnt_true, __out_false + __cnt_false); in __simd_partition_copy()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/pstl/
H A Dunseq_backend_simd.h334 _OutputIterator2 __out_false, bool* __mask) noexcept in __simd_partition_by_mask() argument
348 __out_false[__cnt_false] = __first[__i]; in __simd_partition_by_mask()
756 _OutputIterator2 __out_false, _UnaryPredicate __pred) noexcept in __simd_partition_copy() argument
771 __out_false[__cnt_false] = __first[__i]; in __simd_partition_copy()
775 return std::make_pair(__out_true + __cnt_true, __out_false + __cnt_false); in __simd_partition_copy()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/pstl/
H A Dunseq_backend_simd.h334 _OutputIterator2 __out_false, bool* __mask) noexcept in __simd_partition_by_mask() argument
348 __out_false[__cnt_false] = __first[__i]; in __simd_partition_by_mask()
756 _OutputIterator2 __out_false, _UnaryPredicate __pred) noexcept in __simd_partition_copy() argument
771 __out_false[__cnt_false] = __first[__i]; in __simd_partition_copy()
775 return std::make_pair(__out_true + __cnt_true, __out_false + __cnt_false); in __simd_partition_copy()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/include/pstl/
H A Dunseq_backend_simd.h334 _OutputIterator2 __out_false, bool* __mask) noexcept in __simd_partition_by_mask() argument
348 __out_false[__cnt_false] = __first[__i]; in __simd_partition_by_mask()
756 _OutputIterator2 __out_false, _UnaryPredicate __pred) noexcept in __simd_partition_copy() argument
771 __out_false[__cnt_false] = __first[__i]; in __simd_partition_copy()
775 return std::make_pair(__out_true + __cnt_true, __out_false + __cnt_false); in __simd_partition_copy()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/pstl/include/pstl/internal/
H A 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()
/dports/lang/gcc9-aux/bootstrap/include/c++/9.1.0/pstl/
H A Dunseq_backend_simd.h334 _OutputIterator2 __out_false, bool* __mask) noexcept in __simd_partition_by_mask() argument
348 __out_false[__cnt_false] = __first[__i]; in __simd_partition_by_mask()
756 _OutputIterator2 __out_false, _UnaryPredicate __pred) noexcept in __simd_partition_copy() argument
771 __out_false[__cnt_false] = __first[__i]; in __simd_partition_copy()
775 return std::make_pair(__out_true + __cnt_true, __out_false + __cnt_false); in __simd_partition_copy()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/include/pstl/
H A Dunseq_backend_simd.h334 _OutputIterator2 __out_false, bool* __mask) noexcept in __simd_partition_by_mask() argument
348 __out_false[__cnt_false] = __first[__i]; in __simd_partition_by_mask()
756 _OutputIterator2 __out_false, _UnaryPredicate __pred) noexcept in __simd_partition_copy() argument
771 __out_false[__cnt_false] = __first[__i]; in __simd_partition_copy()
775 return std::make_pair(__out_true + __cnt_true, __out_false + __cnt_false); in __simd_partition_copy()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/pstl/include/pstl/internal/
H A 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()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/pstl/include/pstl/internal/
H A 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()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/include/pstl/
H A Dunseq_backend_simd.h334 _OutputIterator2 __out_false, bool* __mask) noexcept in __simd_partition_by_mask() argument
348 __out_false[__cnt_false] = __first[__i]; in __simd_partition_by_mask()
756 _OutputIterator2 __out_false, _UnaryPredicate __pred) noexcept in __simd_partition_copy() argument
771 __out_false[__cnt_false] = __first[__i]; in __simd_partition_copy()
775 return std::make_pair(__out_true + __cnt_true, __out_false + __cnt_false); in __simd_partition_copy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/pstl/include/pstl/internal/
H A 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()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/pstl/
H A Dunseq_backend_simd.h334 _OutputIterator2 __out_false, bool* __mask) noexcept in __simd_partition_by_mask() argument
348 __out_false[__cnt_false] = __first[__i]; in __simd_partition_by_mask()
756 _OutputIterator2 __out_false, _UnaryPredicate __pred) noexcept in __simd_partition_copy() argument
771 __out_false[__cnt_false] = __first[__i]; in __simd_partition_copy()
775 return std::make_pair(__out_true + __cnt_true, __out_false + __cnt_false); in __simd_partition_copy()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/pstl/include/pstl/internal/
H A 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/pstl/include/pstl/internal/
H A 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()
/dports/devel/llvm13/llvm-project-13.0.1.src/pstl/include/pstl/internal/
H A 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()

12345