Searched refs:isl_point_alloc (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_point.c | 66 __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 D | isl_point_private.h | 14 __isl_give isl_point *isl_point_alloc(__isl_take isl_space *space,
|
H A D | pip.c | 271 sample_pnt = isl_point_alloc(isl_set_get_space(sp->empty), sample); in scan_one()
|
H A D | isl_map_subtract.c | 788 return isl_point_alloc(isl_basic_map_get_space(bmap), point); in singleton_extract_point()
|
H A D | isl_sample.c | 1309 return isl_point_alloc(space, vec); in isl_basic_set_sample_point()
|