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

  /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 15 milliseconds