Searched refs:IntegerAndAccumulator (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | reduction.cpp | 25 template <typename INTERMEDIATE> class IntegerAndAccumulator { class 27 explicit IntegerAndAccumulator(const Descriptor &array) : array_{array} {} in IntegerAndAccumulator() function in Fortran::runtime::IntegerAndAccumulator 80 IntegerAndAccumulator<CppTypeFor<TypeCategory::Integer, 4>>{x}, "IALL"); in RTNAME() 85 IntegerAndAccumulator<CppTypeFor<TypeCategory::Integer, 4>>{x}, "IALL"); in RTNAME() 90 IntegerAndAccumulator<CppTypeFor<TypeCategory::Integer, 4>>{x}, "IALL"); in RTNAME() 95 IntegerAndAccumulator<CppTypeFor<TypeCategory::Integer, 8>>{x}, "IALL"); in RTNAME() 101 mask, IntegerAndAccumulator<CppTypeFor<TypeCategory::Integer, 16>>{x}, in RTNAME() 111 PartialIntegerReduction<IntegerAndAccumulator>( in RTNAME()
|