Home
last modified time | relevance | path

Searched refs:DoTotalReduction (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dfindloc.cpp135 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 Dreduction-templates.h43 inline void DoTotalReduction(const Descriptor &x, int dim, in DoTotalReduction() function
84 DoTotalReduction<CppType>(x, dim, mask, accumulator, intrinsic, terminator); in GetTotalReduction()
H A Dextrema.cpp110 DoTotalReduction<CPPTYPE>(x, 0, mask, accumulator, intrinsic, terminator); in LocationHelper()
369 DoTotalReduction<Type>(x, dim, mask, accumulator, intrinsic, terminator); in DoMaxMinNorm2()