Home
last modified time | relevance | path

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

/external/llvm-project/pstl/include/pstl/internal/
Dunseq_backend_simd.h340 _DifferenceType __cnt_true = 0, __cnt_false = 0; in __simd_partition_by_mask() local
344 _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC_2ARGS(__cnt_true : 1, __cnt_false : 1) in __simd_partition_by_mask()
352 __out_false[__cnt_false] = __first[__i]; in __simd_partition_by_mask()
353 ++__cnt_false; in __simd_partition_by_mask()
762 _DifferenceType __cnt_true = 0, __cnt_false = 0; in __simd_partition_copy() local
767 _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC_2ARGS(__cnt_true : 1, __cnt_false : 1) in __simd_partition_copy()
775 __out_false[__cnt_false] = __first[__i]; in __simd_partition_copy()
776 ++__cnt_false; in __simd_partition_copy()
779 return std::make_pair(__out_true + __cnt_true, __out_false + __cnt_false); in __simd_partition_copy()