Searched refs:DoTotalReduction (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | findloc.cpp | 135 DoTotalReduction<void>(x, dim, mask, accumulator, "FINDLOC", terminator); in operator ()() 184 DoTotalReduction<void>(x, 0, mask, accumulator, "FINDLOC", terminator); in operator ()() 195 DoTotalReduction<void>(x, 0, mask, accumulator, "FINDLOC", terminator); in LogicalFindlocHelper()
|
| H A D | reduction-templates.h | 43 inline void DoTotalReduction(const Descriptor &x, int dim, in DoTotalReduction() function 84 DoTotalReduction<CppType>(x, dim, mask, accumulator, intrinsic, terminator); in GetTotalReduction()
|
| H A D | extrema.cpp | 110 DoTotalReduction<CPPTYPE>(x, 0, mask, accumulator, intrinsic, terminator); in LocationHelper() 369 DoTotalReduction<Type>(x, dim, mask, accumulator, intrinsic, terminator); in DoMaxMinNorm2()
|