Home | History | Annotate | Download | only in generated

Lines Matching defs:ncopies

55   index_type ncopies;
68 ncopies = pncopies;
86 ub = ncopies - 1;
88 rs *= ncopies;
131 if (ret_extent != ncopies)
135 (long int) ret_extent, (long int) ncopies);
192 for (n = 0; n < ncopies; n++)
233 const index_type along, const index_type ncopies)
246 ret->base_addr = xmallocarray (ncopies, sizeof (GFC_INTEGER_16));
248 GFC_DIMENSION_SET(ret->dim[0], 0, ncopies - 1, 1);
252 if (ncopies - 1 > (GFC_DESCRIPTOR_EXTENT(ret,0) - 1)
260 for (index_type n = 0; n < ncopies; n++)