Searched refs:generic_accumulate (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/compute/algorithm/ |
D | accumulate.hpp | 33 inline T generic_accumulate(InputIterator first, in generic_accumulate() function 120 return generic_accumulate(first, last, init, function, queue); in dispatch_accumulate()
|
/third_party/boost/libs/compute/include/boost/compute/algorithm/ |
D | accumulate.hpp | 33 inline T generic_accumulate(InputIterator first, in generic_accumulate() function 120 return generic_accumulate(first, last, init, function, queue); in dispatch_accumulate()
|