Lines Matching refs:source

58     const Descriptor &x, const char *source, int line, int dim,  in RTNAME()
60 return GetTotalReduction<TypeCategory::Integer, 1>(x, source, line, dim, mask, in RTNAME()
65 const Descriptor &x, const char *source, int line, int dim, in RTNAME()
67 return GetTotalReduction<TypeCategory::Integer, 2>(x, source, line, dim, mask, in RTNAME()
72 const Descriptor &x, const char *source, int line, int dim, in RTNAME()
74 return GetTotalReduction<TypeCategory::Integer, 4>(x, source, line, dim, mask, in RTNAME()
79 const Descriptor &x, const char *source, int line, int dim, in RTNAME()
81 return GetTotalReduction<TypeCategory::Integer, 8>(x, source, line, dim, mask, in RTNAME()
87 const Descriptor &x, const char *source, int line, int dim, in RTNAME()
89 return GetTotalReduction<TypeCategory::Integer, 16>(x, source, line, dim, in RTNAME()
98 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
99 return GetTotalReduction<TypeCategory::Real, 4>(x, source, line, dim, mask, in RTNAME()
104 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
105 return GetTotalReduction<TypeCategory::Real, 8>(x, source, line, dim, mask, in RTNAME()
111 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
112 return GetTotalReduction<TypeCategory::Real, 10>(x, source, line, dim, mask, in RTNAME()
118 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
119 return GetTotalReduction<TypeCategory::Real, 16>(x, source, line, dim, mask, in RTNAME()
126 const Descriptor &x, const char *source, int line, int dim, in RTNAME()
128 result = GetTotalReduction<TypeCategory::Complex, 4>(x, source, line, dim, in RTNAME()
133 const Descriptor &x, const char *source, int line, int dim, in RTNAME()
135 result = GetTotalReduction<TypeCategory::Complex, 8>(x, source, line, dim, in RTNAME()
141 const Descriptor &x, const char *source, int line, int dim, in RTNAME()
143 result = GetTotalReduction<TypeCategory::Complex, 10>(x, source, line, dim, in RTNAME()
149 const Descriptor &x, const char *source, int line, int dim, in RTNAME()
151 result = GetTotalReduction<TypeCategory::Complex, 16>(x, source, line, dim, in RTNAME()
158 const char *source, int line, const Descriptor *mask) { in RTNAME()
161 result, x, dim, source, line, mask, "PRODUCT"); in RTNAME()