| /llvm-project-15.0.7/flang/runtime/ |
| H A D | product.cpp | 60 return GetTotalReduction<TypeCategory::Integer, 1>(x, source, line, dim, mask, in RTNAME() 67 return GetTotalReduction<TypeCategory::Integer, 2>(x, source, line, dim, mask, in RTNAME() 89 return GetTotalReduction<TypeCategory::Integer, 16>(x, source, line, dim, in RTNAME() 99 return GetTotalReduction<TypeCategory::Real, 4>(x, source, line, dim, mask, in RTNAME() 105 return GetTotalReduction<TypeCategory::Real, 8>(x, source, line, dim, mask, in RTNAME() 112 return GetTotalReduction<TypeCategory::Real, 10>(x, source, line, dim, mask, in RTNAME() 119 return GetTotalReduction<TypeCategory::Real, 16>(x, source, line, dim, mask, in RTNAME() 128 result = GetTotalReduction<TypeCategory::Complex, 4>(x, source, line, dim, in RTNAME() 135 result = GetTotalReduction<TypeCategory::Complex, 8>(x, source, line, dim, in RTNAME() 143 result = GetTotalReduction<TypeCategory::Complex, 10>(x, source, line, dim, in RTNAME() [all …]
|
| H A D | sum.cpp | 95 return GetTotalReduction<TypeCategory::Integer, 1>(x, source, line, dim, mask, in RTNAME() 100 return GetTotalReduction<TypeCategory::Integer, 2>(x, source, line, dim, mask, in RTNAME() 116 return GetTotalReduction<TypeCategory::Integer, 16>(x, source, line, dim, in RTNAME() 125 return GetTotalReduction<TypeCategory::Real, 4>( in RTNAME() 130 return GetTotalReduction<TypeCategory::Real, 8>( in RTNAME() 136 return GetTotalReduction<TypeCategory::Real, 10>( in RTNAME() 143 return GetTotalReduction<TypeCategory::Real, 16>( in RTNAME() 151 result = GetTotalReduction<TypeCategory::Complex, 4>( in RTNAME() 157 result = GetTotalReduction<TypeCategory::Complex, 8>( in RTNAME() 164 result = GetTotalReduction<TypeCategory::Complex, 10>( in RTNAME() [all …]
|
| H A D | reduction.cpp | 79 return GetTotalReduction<TypeCategory::Integer, 1>(x, source, line, dim, mask, in RTNAME() 84 return GetTotalReduction<TypeCategory::Integer, 2>(x, source, line, dim, mask, in RTNAME() 89 return GetTotalReduction<TypeCategory::Integer, 4>(x, source, line, dim, mask, in RTNAME() 94 return GetTotalReduction<TypeCategory::Integer, 8>(x, source, line, dim, mask, in RTNAME() 100 return GetTotalReduction<TypeCategory::Integer, 16>(x, source, line, dim, in RTNAME() 117 return GetTotalReduction<TypeCategory::Integer, 1>(x, source, line, dim, mask, in RTNAME() 122 return GetTotalReduction<TypeCategory::Integer, 2>(x, source, line, dim, mask, in RTNAME() 127 return GetTotalReduction<TypeCategory::Integer, 4>(x, source, line, dim, mask, in RTNAME() 132 return GetTotalReduction<TypeCategory::Integer, 8>(x, source, line, dim, mask, in RTNAME() 138 return GetTotalReduction<TypeCategory::Integer, 16>(x, source, line, dim, in RTNAME() [all …]
|
| H A D | extrema.cpp | 352 return GetTotalReduction<CAT, KIND>(x, source, line, dim, mask, in TotalNumericMaxOrMin() 675 return GetTotalReduction<TypeCategory::Real, 4>( in RTNAME() 680 return GetTotalReduction<TypeCategory::Real, 8>( in RTNAME() 686 return GetTotalReduction<TypeCategory::Real, 10>( in RTNAME() 693 return GetTotalReduction<TypeCategory::Real, 16>( in RTNAME()
|
| H A D | reduction-templates.h | 78 inline CppTypeFor<CAT, KIND> GetTotalReduction(const Descriptor &x, in GetTotalReduction() function
|