Lines Matching refs:GetTotalReduction
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()
105 return GetTotalReduction<TypeCategory::Integer, 4>(x, source, line, dim, mask, in RTNAME()
110 return GetTotalReduction<TypeCategory::Integer, 8>(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()
171 result = GetTotalReduction<TypeCategory::Complex, 16>( in RTNAME()