Home | History | Annotate | Download | only in intrinsics

Lines Matching refs:spread

1 /* Generic implementation of the SPREAD intrinsic
60 runtime_error ("return rank too large in spread()");
63 runtime_error ("dim outside of rank in spread()");
115 runtime_error ("rank mismatch in spread()");
129 runtime_error("Incorrect extent in return value of SPREAD"
139 runtime_error("Incorrect extent in return value of SPREAD"
187 /* Spread this element. */
240 runtime_error ("incorrect destination rank in spread()");
243 runtime_error ("dim outside of rank in spread()");
255 runtime_error ("dim too large in spread()");
265 extern void spread (gfc_array_char *, const gfc_array_char *,
267 export_proto(spread);
270 spread (gfc_array_char *ret, const gfc_array_char *source,
463 /* The following are the prototypes for the versions of spread with a
477 runtime_error ("return array missing descriptor in spread()");
648 runtime_error ("return array missing descriptor in spread()");
666 runtime_error ("return array missing descriptor in spread()");