Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/
H A Disl_point.c66 __isl_give isl_point *isl_point_alloc(__isl_take isl_space *space, in isl_point_alloc() function
111 return isl_point_alloc(space, vec); in isl_point_zero()
123 pnt2 = isl_point_alloc(isl_space_copy(pnt->dim), isl_vec_copy(pnt->vec)); in isl_point_dup()
169 return isl_point_alloc(space, isl_vec_alloc(space->ctx, 0)); in isl_point_void()
574 pnt = isl_point_alloc(isl_space_copy(fp->dim), sample); in foreach_point()
H A Disl_point_private.h14 __isl_give isl_point *isl_point_alloc(__isl_take isl_space *space,
H A Dpip.c271 sample_pnt = isl_point_alloc(isl_set_get_space(sp->empty), sample); in scan_one()
H A Disl_map_subtract.c788 return isl_point_alloc(isl_basic_map_get_space(bmap), point); in singleton_extract_point()
H A Disl_sample.c1309 return isl_point_alloc(space, vec); in isl_basic_set_sample_point()