Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dexclusive_scan.h30 exclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init, _BinaryOp __b) { in exclusive_scan() function
48 exclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init) { in exclusive_scan() function
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_numeric_impl.h