Lines Matching refs:source

78     const char *source, int line, int dim, const Descriptor *mask) {  in RTNAME()
79 return GetTotalReduction<TypeCategory::Integer, 1>(x, source, line, dim, mask, in RTNAME()
83 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
84 return GetTotalReduction<TypeCategory::Integer, 2>(x, source, line, dim, mask, in RTNAME()
88 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
89 return GetTotalReduction<TypeCategory::Integer, 4>(x, source, line, dim, mask, in RTNAME()
93 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
94 return GetTotalReduction<TypeCategory::Integer, 8>(x, source, line, dim, mask, in RTNAME()
99 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
100 return GetTotalReduction<TypeCategory::Integer, 16>(x, source, line, dim, in RTNAME()
106 const char *source, int line, const Descriptor *mask) { in RTNAME()
107 Terminator terminator{source, line}; in RTNAME()
116 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
117 return GetTotalReduction<TypeCategory::Integer, 1>(x, source, line, dim, mask, in RTNAME()
121 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
122 return GetTotalReduction<TypeCategory::Integer, 2>(x, source, line, dim, mask, in RTNAME()
126 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
127 return GetTotalReduction<TypeCategory::Integer, 4>(x, source, line, dim, mask, in RTNAME()
131 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
132 return GetTotalReduction<TypeCategory::Integer, 8>(x, source, line, dim, mask, in RTNAME()
137 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
138 return GetTotalReduction<TypeCategory::Integer, 16>(x, source, line, dim, in RTNAME()
144 const char *source, int line, const Descriptor *mask) { in RTNAME()
145 Terminator terminator{source, line}; in RTNAME()
154 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
155 return GetTotalReduction<TypeCategory::Integer, 1>(x, source, line, dim, mask, in RTNAME()
160 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
161 return GetTotalReduction<TypeCategory::Integer, 2>(x, source, line, dim, mask, in RTNAME()
166 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
167 return GetTotalReduction<TypeCategory::Integer, 4>(x, source, line, dim, mask, in RTNAME()
172 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
173 return GetTotalReduction<TypeCategory::Integer, 8>(x, source, line, dim, mask, in RTNAME()
179 const char *source, int line, int dim, const Descriptor *mask) { in RTNAME()
180 return GetTotalReduction<TypeCategory::Integer, 16>(x, source, line, dim, in RTNAME()
186 const char *source, int line, const Descriptor *mask) { in RTNAME()
187 Terminator terminator{source, line}; in RTNAME()
226 inline auto GetTotalLogicalReduction(const Descriptor &x, const char *source, in GetTotalLogicalReduction() argument
229 Terminator terminator{source, line}; in GetTotalLogicalReduction()
328 bool RTNAME(All)(const Descriptor &x, const char *source, int line, int dim) { in RTNAME()
329 return GetTotalLogicalReduction(x, source, line, dim, in RTNAME()
333 const char *source, int line) { in RTNAME()
334 Terminator terminator{source, line}; in RTNAME()
339 bool RTNAME(Any)(const Descriptor &x, const char *source, int line, int dim) { in RTNAME()
340 return GetTotalLogicalReduction(x, source, line, dim, in RTNAME()
344 const char *source, int line) { in RTNAME()
345 Terminator terminator{source, line}; in RTNAME()
351 const Descriptor &x, const char *source, int line, int dim) { in RTNAME()
353 x, source, line, dim, CountAccumulator{x}, "COUNT"); in RTNAME()
357 int kind, const char *source, int line) { in RTNAME()
358 Terminator terminator{source, line}; in RTNAME()
364 const Descriptor &x, const char *source, int line, int dim) { in RTNAME()
365 return GetTotalLogicalReduction(x, source, line, dim, in RTNAME()
369 const char *source, int line) { in RTNAME()
370 Terminator terminator{source, line}; in RTNAME()