Lines Matching refs:spread
1 /* Generic implementation of the SPREAD intrinsic
62 runtime_error ("return rank too large in spread()");
65 runtime_error ("dim outside of rank in spread()");
117 runtime_error ("rank mismatch in spread()");
131 runtime_error("Incorrect extent in return value of SPREAD"
141 runtime_error("Incorrect extent in return value of SPREAD"
189 /* Spread this element. */
242 runtime_error ("incorrect destination rank in spread()");
245 runtime_error ("dim outside of rank in spread()");
257 runtime_error ("dim too large in spread()");
267 extern void spread (gfc_array_char *, const gfc_array_char *,
269 export_proto(spread);
272 spread (gfc_array_char *ret, const gfc_array_char *source,
465 /* The following are the prototypes for the versions of spread with a
479 runtime_error ("return array missing descriptor in spread()");
650 runtime_error ("return array missing descriptor in spread()");
668 runtime_error ("return array missing descriptor in spread()");