Searched refs:dispatch_accumulate (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/compute/algorithm/ |
D | accumulate.hpp | 103 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/ |
D | accumulate.hpp | 103 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()
|