Home | History | Annotate | Download | only in intrinsics

Lines Matching defs:pack

1 /* Generic implementation of the PACK intrinsic
29 /* PACK is specified as follows:
31 13.14.80 PACK (ARRAY, MASK, [VECTOR])
33 Description: Pack an array into an array of rank one under the
61 | 9 0 0 | may be "gathered" by the function PACK. The result of
63 PACK (M, MASK = M.NE.0) is [9,7] and the result of PACK (M, M.NE.0,
66 There are two variants of the PACK intrinsic: one, where MASK is
175 runtime_error ("Incorrect extent in return value of PACK intrinsic;"
250 extern void pack (gfc_array_char *, const gfc_array_char *,
252 export_proto(pack);
255 pack (gfc_array_char *ret, const gfc_array_char *array,