Home
last modified time | relevance | path

Searched refs:PartialIntegerReduction (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dreduction.cpp111 PartialIntegerReduction<IntegerAndAccumulator>( in RTNAME()
149 PartialIntegerReduction<IntegerOrAccumulator>( in RTNAME()
191 PartialIntegerReduction<IntegerXorAccumulator>( in RTNAME()
H A Dreduction-templates.h248 inline void PartialIntegerReduction(Descriptor &result, const Descriptor &x, in PartialIntegerReduction() function
283 PartialIntegerReduction<INTEGER_ACCUM>( in TypedPartialNumericReduction()