Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dsum.cpp24 template <typename INTERMEDIATE> class IntegerSumAccumulator { class
26 explicit IntegerSumAccumulator(const Descriptor &array) : array_{array} {} in IntegerSumAccumulator() function in Fortran::runtime::IntegerSumAccumulator
96 IntegerSumAccumulator<CppTypeFor<TypeCategory::Integer, 4>>{x}, "SUM"); in RTNAME()
101 IntegerSumAccumulator<CppTypeFor<TypeCategory::Integer, 4>>{x}, "SUM"); in RTNAME()
106 IntegerSumAccumulator<CppTypeFor<TypeCategory::Integer, 4>>{x}, "SUM"); in RTNAME()
111 IntegerSumAccumulator<CppTypeFor<TypeCategory::Integer, 8>>{x}, "SUM"); in RTNAME()
117 mask, IntegerSumAccumulator<CppTypeFor<TypeCategory::Integer, 16>>{x}, in RTNAME()
178 TypedPartialNumericReduction<IntegerSumAccumulator, RealSumAccumulator, in RTNAME()