Lines Matching refs:shape
33 reshape_internal (parray *ret, parray *source, shape_type *shape,
68 rdim = GFC_DESCRIPTOR_EXTENT(shape,0);
80 shape_data[n] = shape->base_addr[n * GFC_DESCRIPTOR_STRIDE(shape,0)];
218 runtime_error ("shape and target do not conform");
361 reshape (parray *ret, parray *source, shape_type *shape, parray *pad,
364 reshape_internal (ret, source, shape, pad, order,
376 parray *source, shape_type *shape, parray *pad,
380 reshape_internal (ret, source, shape, pad, order, source_length);
391 parray *source, shape_type *shape, parray *pad,
395 reshape_internal (ret, source, shape, pad, order,