Searched refs:exclusive_scan (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__numeric/
H A Dexclusive_scan.h27 exclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init, _BinaryOp __b) { function
45 exclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init) { function
46 return _VSTD::exclusive_scan(__first, __last, __result, __init, _VSTD::plus<>());
/openbsd-current/gnu/lib/libcxx/
H A DMakefile542 __numeric/exclusive_scan.h \

Completed in 178 milliseconds