Searched refs:inclusive_scan (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__numeric/
H A Dinclusive_scan.h28 inclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOp __b, _Tp __init) { function
38 inclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOp __b) { function
43 return std::inclusive_scan(__first, __last, __result, __b, __init);
51 inclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result) { function
52 return std::inclusive_scan(__first, __last, __result, std::plus<>());
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dnumeric.inc30 using std::inclusive_scan;
/freebsd-current/lib/libc++/
H A DMakefile985 NUM_HEADERS+= inclusive_scan.h

Completed in 117 milliseconds