Home
last modified time | relevance | path

Searched defs:inclusive_scan (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dinclusive_scan.h28 inclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOp __b, _Tp __init) { in inclusive_scan() function
38 inclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOp __b) { in inclusive_scan() function
50 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_SINCE_CXX20 _OutputIterator inclusive_scan(_InputIterator __first, inclusive_scan() function
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_numeric_impl.h