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

  /src/external/mit/isl/dist/
isl_mat_private.h 33 __isl_give isl_mat *isl_mat_sub_alloc6(isl_ctx *ctx, isl_int **row,
basis_reduction_templ.c 336 eq = isl_mat_sub_alloc6(bset->ctx, bset->eq, 0, bset->n_eq,
isl_morph.c 515 E = isl_mat_sub_alloc6(bset->ctx, bset->eq, f_eq, n_eq, 0, orest);
603 B = isl_mat_sub_alloc6(bset->ctx, bset->eq, 0, n_eq, 0, 1 + nparam);
604 H = isl_mat_sub_alloc6(bset->ctx, bset->eq,
isl_map_simplify.c 999 B = isl_mat_sub_alloc6(bmap->ctx, bmap->eq, div_eq,
1020 B = isl_mat_sub_alloc6(bmap->ctx, bmap->eq, 0, div_eq, 0, 1 + v_div);
2638 ineq = isl_mat_sub_alloc6(ctx, bset->ineq, 0, bset->n_ineq,
2841 eq = isl_mat_sub_alloc6(bset->ctx, aff->eq, 0, aff->n_eq, 0, 1 + total);
2965 E2 = isl_mat_sub_alloc6(ctx, bmap2->eq,
2970 E1 = isl_mat_sub_alloc6(ctx, bmap1->eq,
2974 E1 = isl_mat_sub_alloc6(ctx, bmap1->eq,
2976 E2 = isl_mat_sub_alloc6(ctx, bmap2->eq,
2983 E1 = isl_mat_sub_alloc6(ctx, bmap->eq, 0, bmap->n_eq, 0, 1 + total);
3041 A = isl_mat_sub_alloc6(ctx, context->eq, 0, context_n_eq, 0, 1 + total)
    [all...]
isl_affine_hull.c 744 M = isl_mat_sub_alloc6(bset->ctx, cone->eq, 0, cone->n_eq, 1, total);
1123 B = isl_mat_sub_alloc6(ctx, bmap->eq, 0, n, 0, 1 + v_div + n_known);
1125 A = isl_mat_sub_alloc6(ctx, bmap->eq, 0, n, 1 + v_div + n_known, n_col);
isl_equalities.c 685 B = isl_mat_sub_alloc6(bset->ctx, bset->eq, 0, bset->n_eq, 0, 1 + dim);
759 H = isl_mat_sub_alloc6(ctx, bset->eq, 0, bset->n_eq, 1, total);
isl_mat.c 148 __isl_give isl_mat *isl_mat_sub_alloc6(isl_ctx *ctx, isl_int **row, function
180 return isl_mat_sub_alloc6(mat->ctx, mat->row, first_row, n_row,
1336 t = isl_mat_sub_alloc6(mat->ctx, q, 0, n, has_div, mat->n_row);
1461 t = isl_mat_sub_alloc6(ctx, row, 0, n_row, first_col, mat->n_row);
isl_sample.c 964 M = isl_mat_sub_alloc6(ctx, cone->eq, 0, cone->n_eq, 1, total);
isl_convex_hull.c 960 M = isl_mat_sub_alloc6(set->ctx, lin->eq, 0, lin->n_eq, 1, total);
1661 constraints[i].c = isl_mat_sub_alloc6(hull->ctx,
isl_coalesce.c 986 T = isl_mat_sub_alloc6(ctx, info->bmap->ineq, k, 1, 0, 1 + total);
isl_map.c 7835 eq = isl_mat_sub_alloc6(bset->ctx, bset->eq, i, bset->n_eq - i,
14489 return isl_mat_sub_alloc6(ctx, bset->eq, 0, bset->n_eq, 0, 1 + total);

Completed in 53 milliseconds