Home
last modified time | relevance | path

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

/third_party/boost/boost/compute/algorithm/
Daccumulate.hpp103 inline T dispatch_accumulate(InputIterator first, in dispatch_accumulate() function
174 return detail::dispatch_accumulate(first, last, init, function, queue); in accumulate()
187 return detail::dispatch_accumulate(first, last, init, plus<IT>(), queue); in accumulate()
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Daccumulate.hpp103 inline T dispatch_accumulate(InputIterator first, in dispatch_accumulate() function
174 return detail::dispatch_accumulate(first, last, init, function, queue); in accumulate()
187 return detail::dispatch_accumulate(first, last, init, plus<IT>(), queue); in accumulate()