Lines Matching refs:source
65 const char *source, int line, int dim, const Descriptor *mask) {
66 return GetTotalReduction<TypeCategory::Integer, 1>(x, source, line, dim, mask,
71 const char *source, int line, int dim, const Descriptor *mask) {
72 return GetTotalReduction<TypeCategory::Integer, 2>(x, source, line, dim, mask,
77 const char *source, int line, int dim, const Descriptor *mask) {
78 return GetTotalReduction<TypeCategory::Integer, 4>(x, source, line, dim, mask,
83 const char *source, int line, int dim, const Descriptor *mask) {
84 return GetTotalReduction<TypeCategory::Integer, 8>(x, source, line, dim, mask,
90 const Descriptor &x, const char *source, int line, int dim,
92 return GetTotalReduction<TypeCategory::Integer, 16>(x, source, line, dim,
100 const Descriptor &x, const char *source, int line, int dim,
102 return GetTotalReduction<TypeCategory::Unsigned, 1>(x, source, line, dim,
108 const Descriptor &x, const char *source, int line, int dim,
110 return GetTotalReduction<TypeCategory::Unsigned, 2>(x, source, line, dim,
116 const Descriptor &x, const char *source, int line, int dim,
118 return GetTotalReduction<TypeCategory::Unsigned, 4>(x, source, line, dim,
124 const Descriptor &x, const char *source, int line, int dim,
126 return GetTotalReduction<TypeCategory::Unsigned, 8>(x, source, line, dim,
133 const Descriptor &x, const char *source, int line, int dim,
135 return GetTotalReduction<TypeCategory::Unsigned, 16>(x, source, line, dim,
144 const char *source, int line, int dim, const Descriptor *mask) {
145 return GetTotalReduction<TypeCategory::Real, 4>(x, source, line, dim, mask,
150 const char *source, int line, int dim, const Descriptor *mask) {
151 return GetTotalReduction<TypeCategory::Real, 8>(x, source, line, dim, mask,
157 const char *source, int line, int dim, const Descriptor *mask) {
158 return GetTotalReduction<TypeCategory::Real, 10>(x, source, line, dim, mask,
165 const char *source, int line, int dim, const Descriptor *mask) {
166 return GetTotalReduction<TypeCategory::Real, 16>(x, source, line, dim, mask,
173 const Descriptor &x, const char *source, int line, int dim,
175 result = GetTotalReduction<TypeCategory::Complex, 4>(x, source, line, dim,
180 const Descriptor &x, const char *source, int line, int dim,
182 result = GetTotalReduction<TypeCategory::Complex, 8>(x, source, line, dim,
188 const Descriptor &x, const char *source, int line, int dim,
190 result = GetTotalReduction<TypeCategory::Complex, 10>(x, source, line, dim,
197 const Descriptor &x, const char *source, int line, int dim,
199 result = GetTotalReduction<TypeCategory::Complex, 16>(x, source, line, dim,
206 const char *source, int line, const Descriptor *mask) {
209 /*MIN_REAL_KIND=*/4>(result, x, dim, source, line, mask, "PRODUCT");