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