Lines Matching refs:source

13 // source files.
87 const char *source, int line, int dim, const Descriptor *mask) {
88 return GetTotalReduction<TypeCategory::Integer, 1>(x, source, line, dim, mask,
93 const char *source, int line, int dim, const Descriptor *mask) {
94 return GetTotalReduction<TypeCategory::Integer, 2>(x, source, line, dim, mask,
99 const char *source, int line, int dim, const Descriptor *mask) {
100 return GetTotalReduction<TypeCategory::Integer, 4>(x, source, line, dim, mask,
105 const char *source, int line, int dim, const Descriptor *mask) {
106 return GetTotalReduction<TypeCategory::Integer, 8>(x, source, line, dim, mask,
112 const char *source, int line, int dim, const Descriptor *mask) {
113 return GetTotalReduction<TypeCategory::Integer, 16>(x, source, line, dim,
119 const char *source, int line, const Descriptor *mask) {
120 Terminator terminator{source, line};
131 const char *source, int line, int dim, const Descriptor *mask) {
132 return GetTotalReduction<TypeCategory::Integer, 1>(x, source, line, dim, mask,
137 const char *source, int line, int dim, const Descriptor *mask) {
138 return GetTotalReduction<TypeCategory::Integer, 2>(x, source, line, dim, mask,
143 const char *source, int line, int dim, const Descriptor *mask) {
144 return GetTotalReduction<TypeCategory::Integer, 4>(x, source, line, dim, mask,
149 const char *source, int line, int dim, const Descriptor *mask) {
150 return GetTotalReduction<TypeCategory::Integer, 8>(x, source, line, dim, mask,
156 const char *source, int line, int dim, const Descriptor *mask) {
157 return GetTotalReduction<TypeCategory::Integer, 16>(x, source, line, dim,
163 const char *source, int line, const Descriptor *mask) {
164 Terminator terminator{source, line};
175 const char *source, int line, int dim, const Descriptor *mask) {
176 return GetTotalReduction<TypeCategory::Integer, 1>(x, source, line, dim, mask,
181 const char *source, int line, int dim, const Descriptor *mask) {
182 return GetTotalReduction<TypeCategory::Integer, 2>(x, source, line, dim, mask,
187 const char *source, int line, int dim, const Descriptor *mask) {
188 return GetTotalReduction<TypeCategory::Integer, 4>(x, source, line, dim, mask,
193 const char *source, int line, int dim, const Descriptor *mask) {
194 return GetTotalReduction<TypeCategory::Integer, 8>(x, source, line, dim, mask,
200 const char *source, int line, int dim, const Descriptor *mask) {
201 return GetTotalReduction<TypeCategory::Integer, 16>(x, source, line, dim,
207 const char *source, int line, const Descriptor *mask) {
208 Terminator terminator{source, line};
249 inline auto GetTotalLogicalReduction(const Descriptor &x, const char *source,
252 Terminator terminator{source, line};
355 bool RTDEF(All)(const Descriptor &x, const char *source, int line, int dim) {
356 return GetTotalLogicalReduction(x, source, line, dim,
360 const char *source, int line) {
361 Terminator terminator{source, line};
366 bool RTDEF(Any)(const Descriptor &x, const char *source, int line, int dim) {
367 return GetTotalLogicalReduction(x, source, line, dim,
371 const char *source, int line) {
372 Terminator terminator{source, line};
378 const Descriptor &x, const char *source, int line, int dim) {
380 x, source, line, dim, CountAccumulator{x}, "COUNT");
384 const char *source, int line) {
385 Terminator terminator{source, line};
390 bool RTDEF(Parity)(const Descriptor &x, const char *source, int line, int dim) {
391 return GetTotalLogicalReduction(x, source, line, dim,
395 const char *source, int line) {
396 Terminator terminator{source, line};