HomeSort by: relevance | last modified time | path
    Searched refs:dst_dim (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/caf/
single.c 1200 int dst_kind, int src_kind, size_t dst_dim, size_t src_dim,
1275 ds, sr, dst_kind, src_kind, dst_dim, 0,
1281 sr + ref->u.c.offset, dst_kind, src_kind, dst_dim, 0, 1,
1289 dst_dim, 0, 1, stat, src_type);
1301 dst_index[dst_dim] = 0;
1331 dst_kind, src_kind, dst_dim + 1, src_dim + 1,
1333 dst_index[dst_dim]
1334 += GFC_DIMENSION_STRIDE (dst->dim[dst_dim]);
1345 dst_index[dst_dim] = 0;
1351 dst_kind, src_kind, dst_dim + 1, src_dim + 1
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/caf/
single.c 1203 int dst_kind, int src_kind, size_t dst_dim, size_t src_dim,
1278 ds, sr, dst_kind, src_kind, dst_dim, 0,
1284 sr + ref->u.c.offset, dst_kind, src_kind, dst_dim, 0, 1,
1292 dst_dim, 0, 1, stat, src_type);
1304 dst_index[dst_dim] = 0;
1334 dst_kind, src_kind, dst_dim + 1, src_dim + 1,
1336 dst_index[dst_dim]
1337 += GFC_DIMENSION_STRIDE (dst->dim[dst_dim]);
1348 dst_index[dst_dim] = 0;
1354 dst_kind, src_kind, dst_dim + 1, src_dim + 1
    [all...]
  /src/external/mit/isl/dist/
isl_space.c 3046 isl_size dst_dim, src_dim; local
3058 dst_dim = isl_space_dim(dst, type);
3060 if (dst_dim < 0 || src_dim < 0)
3063 dst = isl_space_drop_dims(dst, type, 0, dst_dim);

Completed in 21 milliseconds