Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dproduct.cpp60 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 Dsum.cpp95 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 Dreduction.cpp79 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 Dextrema.cpp352 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 Dreduction-templates.h78 inline CppTypeFor<CAT, KIND> GetTotalReduction(const Descriptor &x, in GetTotalReduction() function