index_type rstride0;
index_type roffset;
char *rptr;
- char *dest;
+ char * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
index_type rstride0;
index_type roffset;
char *rptr;
- char *dest;
+ char * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
index_type rstride0;
index_type roffset;
char *rptr;
- char *dest;
+ char * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
index_type rstride0;
index_type roffset;
char *rptr;
- char *dest;
+ char * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
index_type rstride0;
index_type roffset;
char *rptr;
- char *dest;
+ char * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
index_type rstride0;
index_type roffset;
char *rptr;
- char *dest;
+ char * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
index_type dim;
index_type ssize;
const GFC_COMPLEX_10 *src;
- GFC_COMPLEX_10 *dest;
+ GFC_COMPLEX_10 * restrict dest;
GFC_COMPLEX_10 *destptr;
int n;
int packed;
index_type dim;
index_type ssize;
const GFC_COMPLEX_16 *src;
- GFC_COMPLEX_16 *dest;
+ GFC_COMPLEX_16 * restrict dest;
GFC_COMPLEX_16 *destptr;
int n;
int packed;
index_type dim;
index_type ssize;
const GFC_COMPLEX_4 *src;
- GFC_COMPLEX_4 *dest;
+ GFC_COMPLEX_4 * restrict dest;
GFC_COMPLEX_4 *destptr;
int n;
int packed;
index_type dim;
index_type ssize;
const GFC_COMPLEX_8 *src;
- GFC_COMPLEX_8 *dest;
+ GFC_COMPLEX_8 * restrict dest;
GFC_COMPLEX_8 *destptr;
int n;
int packed;
index_type dim;
index_type ssize;
const GFC_INTEGER_1 *src;
- GFC_INTEGER_1 *dest;
+ GFC_INTEGER_1 * restrict dest;
GFC_INTEGER_1 *destptr;
int n;
int packed;
index_type dim;
index_type ssize;
const GFC_INTEGER_16 *src;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
GFC_INTEGER_16 *destptr;
int n;
int packed;
index_type dim;
index_type ssize;
const GFC_INTEGER_2 *src;
- GFC_INTEGER_2 *dest;
+ GFC_INTEGER_2 * restrict dest;
GFC_INTEGER_2 *destptr;
int n;
int packed;
index_type dim;
index_type ssize;
const GFC_INTEGER_4 *src;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
GFC_INTEGER_4 *destptr;
int n;
int packed;
index_type dim;
index_type ssize;
const GFC_INTEGER_8 *src;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
GFC_INTEGER_8 *destptr;
int n;
int packed;
index_type dim;
index_type ssize;
const GFC_REAL_10 *src;
- GFC_REAL_10 *dest;
+ GFC_REAL_10 * restrict dest;
GFC_REAL_10 *destptr;
int n;
int packed;
index_type dim;
index_type ssize;
const GFC_REAL_16 *src;
- GFC_REAL_16 *dest;
+ GFC_REAL_16 * restrict dest;
GFC_REAL_16 *destptr;
int n;
int packed;
index_type dim;
index_type ssize;
const GFC_REAL_4 *src;
- GFC_REAL_4 *dest;
+ GFC_REAL_4 * restrict dest;
GFC_REAL_4 *destptr;
int n;
int packed;
index_type dim;
index_type ssize;
const GFC_REAL_8 *src;
- GFC_REAL_8 *dest;
+ GFC_REAL_8 * restrict dest;
GFC_REAL_8 *destptr;
int n;
int packed;
index_type stride0;
index_type dim;
index_type dsize;
- GFC_COMPLEX_10 *dest;
+ GFC_COMPLEX_10 * restrict dest;
int n;
dest = d->data;
index_type stride0;
index_type dim;
index_type dsize;
- GFC_COMPLEX_16 *dest;
+ GFC_COMPLEX_16 * restrict dest;
int n;
dest = d->data;
index_type stride0;
index_type dim;
index_type dsize;
- GFC_COMPLEX_4 *dest;
+ GFC_COMPLEX_4 * restrict dest;
int n;
dest = d->data;
index_type stride0;
index_type dim;
index_type dsize;
- GFC_COMPLEX_8 *dest;
+ GFC_COMPLEX_8 * restrict dest;
int n;
dest = d->data;
index_type stride0;
index_type dim;
index_type dsize;
- GFC_INTEGER_1 *dest;
+ GFC_INTEGER_1 * restrict dest;
int n;
dest = d->data;
index_type stride0;
index_type dim;
index_type dsize;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
int n;
dest = d->data;
index_type stride0;
index_type dim;
index_type dsize;
- GFC_INTEGER_2 *dest;
+ GFC_INTEGER_2 * restrict dest;
int n;
dest = d->data;
index_type stride0;
index_type dim;
index_type dsize;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
int n;
dest = d->data;
index_type stride0;
index_type dim;
index_type dsize;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
int n;
dest = d->data;
index_type stride0;
index_type dim;
index_type dsize;
- GFC_REAL_10 *dest;
+ GFC_REAL_10 * restrict dest;
int n;
dest = d->data;
index_type stride0;
index_type dim;
index_type dsize;
- GFC_REAL_16 *dest;
+ GFC_REAL_16 * restrict dest;
int n;
dest = d->data;
index_type stride0;
index_type dim;
index_type dsize;
- GFC_REAL_4 *dest;
+ GFC_REAL_4 * restrict dest;
int n;
dest = d->data;
index_type stride0;
index_type dim;
index_type dsize;
- GFC_REAL_8 *dest;
+ GFC_REAL_8 * restrict dest;
int n;
dest = d->data;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_1 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_16 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_2 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_4 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_8 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_10 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_16 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_4 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_8 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_1 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_16 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_2 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_4 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_8 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_10 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_16 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_4 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_8 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_1 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_16 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_2 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_4 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_8 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_10 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_16 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_4 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_8 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_1 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_16 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_2 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_4 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_8 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_10 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_16 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_4 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_8 *base;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_1 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_16 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_2 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_4 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_8 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_10 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_16 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_4 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_8 *base;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_1 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_16 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_2 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_4 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_INTEGER_8 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_10 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_16 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_4 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const GFC_REAL_8 *base;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
index_type rank;
index_type n;
{
/* r.* indicates the return array. */
index_type rstride0;
- GFC_COMPLEX_10 *rptr;
+ GFC_COMPLEX_10 * restrict rptr;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
/* r.* indicates the return array. */
index_type rstride0;
- GFC_COMPLEX_16 *rptr;
+ GFC_COMPLEX_16 * restrict rptr;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
/* r.* indicates the return array. */
index_type rstride0;
- GFC_COMPLEX_4 *rptr;
+ GFC_COMPLEX_4 * restrict rptr;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
/* r.* indicates the return array. */
index_type rstride0;
- GFC_COMPLEX_8 *rptr;
+ GFC_COMPLEX_8 * restrict rptr;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
/* r.* indicates the return array. */
index_type rstride0;
- GFC_INTEGER_1 *rptr;
+ GFC_INTEGER_1 * restrict rptr;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
/* r.* indicates the return array. */
index_type rstride0;
- GFC_INTEGER_16 *rptr;
+ GFC_INTEGER_16 * restrict rptr;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
/* r.* indicates the return array. */
index_type rstride0;
- GFC_INTEGER_2 *rptr;
+ GFC_INTEGER_2 * restrict rptr;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
/* r.* indicates the return array. */
index_type rstride0;
- GFC_INTEGER_4 *rptr;
+ GFC_INTEGER_4 * restrict rptr;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
/* r.* indicates the return array. */
index_type rstride0;
- GFC_INTEGER_8 *rptr;
+ GFC_INTEGER_8 * restrict rptr;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
/* r.* indicates the return array. */
index_type rstride0;
- GFC_REAL_10 *rptr;
+ GFC_REAL_10 * restrict rptr;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
/* r.* indicates the return array. */
index_type rstride0;
- GFC_REAL_16 *rptr;
+ GFC_REAL_16 * restrict rptr;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
/* r.* indicates the return array. */
index_type rstride0;
- GFC_REAL_4 *rptr;
+ GFC_REAL_4 * restrict rptr;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
/* r.* indicates the return array. */
index_type rstride0;
- GFC_REAL_8 *rptr;
+ GFC_REAL_8 * restrict rptr;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
index_type rrank;
index_type rs;
GFC_COMPLEX_10 *rptr;
- GFC_COMPLEX_10 *dest;
+ GFC_COMPLEX_10 * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
int n;
int ncopies = pncopies;
- GFC_COMPLEX_10 * dest;
+ GFC_COMPLEX_10 * restrict dest;
index_type stride;
if (GFC_DESCRIPTOR_RANK (ret) != 1)
}
#endif
+
index_type rrank;
index_type rs;
GFC_COMPLEX_16 *rptr;
- GFC_COMPLEX_16 *dest;
+ GFC_COMPLEX_16 * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
int n;
int ncopies = pncopies;
- GFC_COMPLEX_16 * dest;
+ GFC_COMPLEX_16 * restrict dest;
index_type stride;
if (GFC_DESCRIPTOR_RANK (ret) != 1)
}
#endif
+
index_type rrank;
index_type rs;
GFC_COMPLEX_4 *rptr;
- GFC_COMPLEX_4 *dest;
+ GFC_COMPLEX_4 * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
int n;
int ncopies = pncopies;
- GFC_COMPLEX_4 * dest;
+ GFC_COMPLEX_4 * restrict dest;
index_type stride;
if (GFC_DESCRIPTOR_RANK (ret) != 1)
}
#endif
+
index_type rrank;
index_type rs;
GFC_COMPLEX_8 *rptr;
- GFC_COMPLEX_8 *dest;
+ GFC_COMPLEX_8 * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
int n;
int ncopies = pncopies;
- GFC_COMPLEX_8 * dest;
+ GFC_COMPLEX_8 * restrict dest;
index_type stride;
if (GFC_DESCRIPTOR_RANK (ret) != 1)
}
#endif
+
index_type rrank;
index_type rs;
GFC_INTEGER_1 *rptr;
- GFC_INTEGER_1 *dest;
+ GFC_INTEGER_1 * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
int n;
int ncopies = pncopies;
- GFC_INTEGER_1 * dest;
+ GFC_INTEGER_1 * restrict dest;
index_type stride;
if (GFC_DESCRIPTOR_RANK (ret) != 1)
}
#endif
+
index_type rrank;
index_type rs;
GFC_INTEGER_16 *rptr;
- GFC_INTEGER_16 *dest;
+ GFC_INTEGER_16 * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
int n;
int ncopies = pncopies;
- GFC_INTEGER_16 * dest;
+ GFC_INTEGER_16 * restrict dest;
index_type stride;
if (GFC_DESCRIPTOR_RANK (ret) != 1)
}
#endif
+
index_type rrank;
index_type rs;
GFC_INTEGER_2 *rptr;
- GFC_INTEGER_2 *dest;
+ GFC_INTEGER_2 * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
int n;
int ncopies = pncopies;
- GFC_INTEGER_2 * dest;
+ GFC_INTEGER_2 * restrict dest;
index_type stride;
if (GFC_DESCRIPTOR_RANK (ret) != 1)
}
#endif
+
index_type rrank;
index_type rs;
GFC_INTEGER_4 *rptr;
- GFC_INTEGER_4 *dest;
+ GFC_INTEGER_4 * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
int n;
int ncopies = pncopies;
- GFC_INTEGER_4 * dest;
+ GFC_INTEGER_4 * restrict dest;
index_type stride;
if (GFC_DESCRIPTOR_RANK (ret) != 1)
}
#endif
+
index_type rrank;
index_type rs;
GFC_INTEGER_8 *rptr;
- GFC_INTEGER_8 *dest;
+ GFC_INTEGER_8 * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
int n;
int ncopies = pncopies;
- GFC_INTEGER_8 * dest;
+ GFC_INTEGER_8 * restrict dest;
index_type stride;
if (GFC_DESCRIPTOR_RANK (ret) != 1)
}
#endif
+
index_type rrank;
index_type rs;
GFC_REAL_10 *rptr;
- GFC_REAL_10 *dest;
+ GFC_REAL_10 * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
int n;
int ncopies = pncopies;
- GFC_REAL_10 * dest;
+ GFC_REAL_10 * restrict dest;
index_type stride;
if (GFC_DESCRIPTOR_RANK (ret) != 1)
}
#endif
+
index_type rrank;
index_type rs;
GFC_REAL_16 *rptr;
- GFC_REAL_16 *dest;
+ GFC_REAL_16 * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
int n;
int ncopies = pncopies;
- GFC_REAL_16 * dest;
+ GFC_REAL_16 * restrict dest;
index_type stride;
if (GFC_DESCRIPTOR_RANK (ret) != 1)
}
#endif
+
index_type rrank;
index_type rs;
GFC_REAL_4 *rptr;
- GFC_REAL_4 *dest;
+ GFC_REAL_4 * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
int n;
int ncopies = pncopies;
- GFC_REAL_4 * dest;
+ GFC_REAL_4 * restrict dest;
index_type stride;
if (GFC_DESCRIPTOR_RANK (ret) != 1)
}
#endif
+
index_type rrank;
index_type rs;
GFC_REAL_8 *rptr;
- GFC_REAL_8 *dest;
+ GFC_REAL_8 * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
int n;
int ncopies = pncopies;
- GFC_REAL_8 * dest;
+ GFC_REAL_8 * restrict dest;
index_type stride;
if (GFC_DESCRIPTOR_RANK (ret) != 1)
}
#endif
+
{
/* r.* indicates the return array. */
index_type rxstride, rystride;
- GFC_COMPLEX_10 *rptr;
+ GFC_COMPLEX_10 * restrict rptr;
/* s.* indicates the source array. */
index_type sxstride, systride;
const GFC_COMPLEX_10 *sptr;
{
/* r.* indicates the return array. */
index_type rxstride, rystride;
- GFC_COMPLEX_16 *rptr;
+ GFC_COMPLEX_16 * restrict rptr;
/* s.* indicates the source array. */
index_type sxstride, systride;
const GFC_COMPLEX_16 *sptr;
{
/* r.* indicates the return array. */
index_type rxstride, rystride;
- GFC_COMPLEX_4 *rptr;
+ GFC_COMPLEX_4 * restrict rptr;
/* s.* indicates the source array. */
index_type sxstride, systride;
const GFC_COMPLEX_4 *sptr;
{
/* r.* indicates the return array. */
index_type rxstride, rystride;
- GFC_COMPLEX_8 *rptr;
+ GFC_COMPLEX_8 * restrict rptr;
/* s.* indicates the source array. */
index_type sxstride, systride;
const GFC_COMPLEX_8 *sptr;
{
/* r.* indicates the return array. */
index_type rxstride, rystride;
- GFC_INTEGER_16 *rptr;
+ GFC_INTEGER_16 * restrict rptr;
/* s.* indicates the source array. */
index_type sxstride, systride;
const GFC_INTEGER_16 *sptr;
{
/* r.* indicates the return array. */
index_type rxstride, rystride;
- GFC_INTEGER_4 *rptr;
+ GFC_INTEGER_4 * restrict rptr;
/* s.* indicates the source array. */
index_type sxstride, systride;
const GFC_INTEGER_4 *sptr;
{
/* r.* indicates the return array. */
index_type rxstride, rystride;
- GFC_INTEGER_8 *rptr;
+ GFC_INTEGER_8 * restrict rptr;
/* s.* indicates the source array. */
index_type sxstride, systride;
const GFC_INTEGER_8 *sptr;
{
/* r.* indicates the return array. */
index_type rxstride, rystride;
- GFC_REAL_10 *rptr;
+ GFC_REAL_10 * restrict rptr;
/* s.* indicates the source array. */
index_type sxstride, systride;
const GFC_REAL_10 *sptr;
{
/* r.* indicates the return array. */
index_type rxstride, rystride;
- GFC_REAL_16 *rptr;
+ GFC_REAL_16 * restrict rptr;
/* s.* indicates the source array. */
index_type sxstride, systride;
const GFC_REAL_16 *sptr;
{
/* r.* indicates the return array. */
index_type rxstride, rystride;
- GFC_REAL_4 *rptr;
+ GFC_REAL_4 * restrict rptr;
/* s.* indicates the source array. */
index_type sxstride, systride;
const GFC_REAL_4 *sptr;
{
/* r.* indicates the return array. */
index_type rxstride, rystride;
- GFC_REAL_8 *rptr;
+ GFC_REAL_8 * restrict rptr;
/* s.* indicates the source array. */
index_type sxstride, systride;
const GFC_REAL_8 *sptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_COMPLEX_10 *rptr;
+ GFC_COMPLEX_10 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_COMPLEX_10 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_COMPLEX_10 *rptr;
+ GFC_COMPLEX_10 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_COMPLEX_10 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_COMPLEX_16 *rptr;
+ GFC_COMPLEX_16 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_COMPLEX_16 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_COMPLEX_16 *rptr;
+ GFC_COMPLEX_16 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_COMPLEX_16 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_COMPLEX_4 *rptr;
+ GFC_COMPLEX_4 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_COMPLEX_4 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_COMPLEX_4 *rptr;
+ GFC_COMPLEX_4 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_COMPLEX_4 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_COMPLEX_8 *rptr;
+ GFC_COMPLEX_8 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_COMPLEX_8 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_COMPLEX_8 *rptr;
+ GFC_COMPLEX_8 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_COMPLEX_8 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_INTEGER_1 *rptr;
+ GFC_INTEGER_1 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_INTEGER_1 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_INTEGER_1 *rptr;
+ GFC_INTEGER_1 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_INTEGER_1 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_INTEGER_16 *rptr;
+ GFC_INTEGER_16 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_INTEGER_16 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_INTEGER_16 *rptr;
+ GFC_INTEGER_16 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_INTEGER_16 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_INTEGER_2 *rptr;
+ GFC_INTEGER_2 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_INTEGER_2 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_INTEGER_2 *rptr;
+ GFC_INTEGER_2 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_INTEGER_2 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_INTEGER_4 *rptr;
+ GFC_INTEGER_4 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_INTEGER_4 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_INTEGER_4 *rptr;
+ GFC_INTEGER_4 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_INTEGER_4 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_INTEGER_8 *rptr;
+ GFC_INTEGER_8 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_INTEGER_8 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_INTEGER_8 *rptr;
+ GFC_INTEGER_8 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_INTEGER_8 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_REAL_10 *rptr;
+ GFC_REAL_10 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_REAL_10 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_REAL_10 *rptr;
+ GFC_REAL_10 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_REAL_10 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_REAL_16 *rptr;
+ GFC_REAL_16 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_REAL_16 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_REAL_16 *rptr;
+ GFC_REAL_16 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_REAL_16 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_REAL_4 *rptr;
+ GFC_REAL_4 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_REAL_4 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_REAL_4 *rptr;
+ GFC_REAL_4 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_REAL_4 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_REAL_8 *rptr;
+ GFC_REAL_8 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_REAL_8 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- GFC_REAL_8 *rptr;
+ GFC_REAL_8 * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
GFC_REAL_8 *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type roffset;
- char *rptr;
+ char * restrict rptr;
char *dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type roffset;
- char *rptr;
+ char * restrict rptr;
char *dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
{
/* r.* indicates the return array. */
index_type rstride0;
- char *rptr;
+ char * restrict rptr;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
index_type rsize;
index_type rs;
index_type rex;
- char *rptr;
+ char * restrict rptr;
/* s.* indicates the source array. */
index_type scount[GFC_MAX_DIMENSIONS];
index_type sextent[GFC_MAX_DIMENSIONS];
/* Reshape function where all arrays are packed. Basically just memcpy. */
void
-reshape_packed (char * ret, index_type rsize, const char * source,
+reshape_packed (char * restrict ret, index_type rsize, const char * source,
index_type ssize, const char * pad, index_type psize)
{
index_type size;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- char *rptr;
+ char * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
char *vptr;
index_type rstride0;
index_type roffset;
char *rptr;
- char *dest;
+ char * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
index_type rstride0;
index_type roffset;
char *rptr;
- char *dest;
+ char * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride;
const atype_name *base;
- rtype_name *dest;
+ rtype_name * restrict dest;
index_type rank;
index_type n;
index_type dim;
index_type ssize;
const 'rtype_name` *src;
- 'rtype_name` *dest;
+ 'rtype_name` * restrict dest;
'rtype_name` *destptr;
int n;
int packed;
index_type stride0;
index_type dim;
index_type dsize;
- 'rtype_name` *dest;
+ 'rtype_name` * restrict dest;
int n;
dest = d->data;
{
/* r.* indicates the return array. */
index_type rstride0;
- 'rtype_name` *rptr;
+ 'rtype_name` * restrict rptr;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
index_type rrank;
index_type rs;
'rtype_name` *rptr;
- 'rtype_name` *dest;
+ 'rtype_name` * restrict dest;
/* s.* indicates the source array. */
index_type sstride[GFC_MAX_DIMENSIONS];
index_type sstride0;
{
int n;
int ncopies = pncopies;
- 'rtype_name` * dest;
+ 'rtype_name` * restrict dest;
index_type stride;
if (GFC_DESCRIPTOR_RANK (ret) != 1)
{
/* r.* indicates the return array. */
index_type rxstride, rystride;
- 'rtype_name` *rptr;
+ 'rtype_name` * restrict rptr;
/* s.* indicates the source array. */
index_type sxstride, systride;
const 'rtype_name` *sptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- 'rtype_name` *rptr;
+ 'rtype_name` * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
'rtype_name` *vptr;
index_type rstride[GFC_MAX_DIMENSIONS];
index_type rstride0;
index_type rs;
- 'rtype_name` *rptr;
+ 'rtype_name` * restrict rptr;
/* v.* indicates the vector array. */
index_type vstride0;
'rtype_name` *vptr;