Searched refs:isl_point_alloc (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/isl/
H A Disl_point_private.h11 __isl_give isl_point *isl_point_alloc(__isl_take isl_space *dim,
H A Disl_point.c20 __isl_give isl_point *isl_point_alloc(__isl_take isl_space *dim, function
61 return isl_point_alloc(dim, vec);
73 pnt2 = isl_point_alloc(isl_space_copy(pnt->dim), isl_vec_copy(pnt->vec));
118 return isl_point_alloc(dim, isl_vec_alloc(dim->ctx, 0));
309 pnt = isl_point_alloc(isl_space_copy(fp->dim), sample);
H A Dpip.c214 sample_pnt = isl_point_alloc(isl_set_get_space(sp->empty), sample);
H A Disl_map_subtract.c742 return isl_point_alloc(isl_basic_map_get_space(bmap), point);
H A Disl_sample.c1440 return isl_point_alloc(dim, vec);

Completed in 42 milliseconds