Home | History | Annotate | Download | only in generated

Lines Matching defs:ncopies

55   index_type ncopies;
66 ncopies = pncopies;
84 ub = ncopies - 1;
86 rs *= ncopies;
129 if (ret_extent != ncopies)
133 (long int) ret_extent, (long int) ncopies);
190 for (n = 0; n < ncopies; n++)
231 const index_type along, const index_type ncopies)
244 ret->base_addr = xmallocarray (ncopies, sizeof (GFC_INTEGER_16));
246 GFC_DIMENSION_SET(ret->dim[0], 0, ncopies - 1, 1);
250 if (ncopies - 1 > (GFC_DESCRIPTOR_EXTENT(ret,0) - 1)
258 for (index_type n = 0; n < ncopies; n++)