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

  /src/external/mit/isl/dist/
isl_map_simplify.c 2994 * "context_n_eq" is the number of (initial) stride constraints in "context".
3024 __isl_keep isl_basic_map *context, int context_n_eq)
3039 context, context_n_eq, total);
3041 A = isl_mat_sub_alloc6(ctx, context->eq, 0, context_n_eq, 0, 1 + total);
3043 0, context_n_eq, 1 + total, n_div);
3217 int bmap_n_eq, context_n_eq; local
3224 context_n_eq = n_div_eq(context);
3226 if (bmap_n_eq < 0 || context_n_eq < 0)
3228 if (bmap_n_eq == 0 || context_n_eq == 0)
3232 context, context_n_eq);
    [all...]

Completed in 25 milliseconds