Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dproduct.cpp159 TypedPartialNumericReduction<NonComplexProductAccumulator, in RTNAME()
H A Dsum.cpp178 TypedPartialNumericReduction<IntegerSumAccumulator, RealSumAccumulator, in RTNAME()
H A Dreduction-templates.h275 inline void TypedPartialNumericReduction(Descriptor &result, in TypedPartialNumericReduction() function