aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/generated/sum_c10.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/generated/sum_c10.c')
-rw-r--r--libgfortran/generated/sum_c10.c34
1 files changed, 20 insertions, 14 deletions
diff --git a/libgfortran/generated/sum_c10.c b/libgfortran/generated/sum_c10.c
index 655529a..393f04e 100644
--- a/libgfortran/generated/sum_c10.c
+++ b/libgfortran/generated/sum_c10.c
@@ -37,18 +37,21 @@ Boston, MA 02110-1301, USA. */
#if defined (HAVE_GFC_COMPLEX_10) && defined (HAVE_GFC_COMPLEX_10)
-extern void sum_c10 (gfc_array_c10 *, gfc_array_c10 *, index_type *);
+extern void sum_c10 (gfc_array_c10 * const restrict,
+ gfc_array_c10 * const restrict, const index_type * const restrict);
export_proto(sum_c10);
void
-sum_c10 (gfc_array_c10 *retarray, gfc_array_c10 *array, index_type *pdim)
+sum_c10 (gfc_array_c10 * const restrict retarray,
+ gfc_array_c10 * const restrict array,
+ const index_type * const restrict pdim)
{
index_type count[GFC_MAX_DIMENSIONS];
index_type extent[GFC_MAX_DIMENSIONS];
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride[GFC_MAX_DIMENSIONS];
- GFC_COMPLEX_10 *base;
- GFC_COMPLEX_10 *dest;
+ const GFC_COMPLEX_10 * restrict base;
+ GFC_COMPLEX_10 * restrict dest;
index_type rank;
index_type n;
index_type len;
@@ -120,7 +123,7 @@ sum_c10 (gfc_array_c10 *retarray, gfc_array_c10 *array, index_type *pdim)
while (base)
{
- GFC_COMPLEX_10 *src;
+ const GFC_COMPLEX_10 * restrict src;
GFC_COMPLEX_10 result;
src = base;
{
@@ -170,22 +173,25 @@ sum_c10 (gfc_array_c10 *retarray, gfc_array_c10 *array, index_type *pdim)
}
-extern void msum_c10 (gfc_array_c10 *, gfc_array_c10 *, index_type *,
- gfc_array_l4 *);
+extern void msum_c10 (gfc_array_c10 * const restrict,
+ gfc_array_c10 * const restrict, const index_type * const restrict,
+ gfc_array_l4 * const restrict);
export_proto(msum_c10);
void
-msum_c10 (gfc_array_c10 * retarray, gfc_array_c10 * array,
- index_type *pdim, gfc_array_l4 * mask)
+msum_c10 (gfc_array_c10 * const restrict retarray,
+ gfc_array_c10 * const restrict array,
+ const index_type * const restrict pdim,
+ gfc_array_l4 * const restrict mask)
{
index_type count[GFC_MAX_DIMENSIONS];
index_type extent[GFC_MAX_DIMENSIONS];
index_type sstride[GFC_MAX_DIMENSIONS];
index_type dstride[GFC_MAX_DIMENSIONS];
index_type mstride[GFC_MAX_DIMENSIONS];
- GFC_COMPLEX_10 *dest;
- GFC_COMPLEX_10 *base;
- GFC_LOGICAL_4 *mbase;
+ GFC_COMPLEX_10 * restrict dest;
+ const GFC_COMPLEX_10 * restrict base;
+ const GFC_LOGICAL_4 * restrict mbase;
int rank;
int dim;
index_type n;
@@ -276,8 +282,8 @@ msum_c10 (gfc_array_c10 * retarray, gfc_array_c10 * array,
while (base)
{
- GFC_COMPLEX_10 *src;
- GFC_LOGICAL_4 *msrc;
+ const GFC_COMPLEX_10 * restrict src;
+ const GFC_LOGICAL_4 * restrict msrc;
GFC_COMPLEX_10 result;
src = base;
msrc = mbase;