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

  /src/external/mit/isl/dist/
isl_point_private.h 14 __isl_give isl_point *isl_point_alloc(__isl_take isl_space *space,
isl_point.c 66 __isl_give isl_point *isl_point_alloc(__isl_take isl_space *space, function
111 return isl_point_alloc(space, vec);
123 pnt2 = isl_point_alloc(isl_space_copy(pnt->dim), isl_vec_copy(pnt->vec));
169 return isl_point_alloc(space, isl_vec_alloc(space->ctx, 0));
574 pnt = isl_point_alloc(isl_space_copy(fp->dim), sample);
pip.c 271 sample_pnt = isl_point_alloc(isl_set_get_space(sp->empty), sample);
isl_map_subtract.c 788 return isl_point_alloc(isl_basic_map_get_space(bmap), point);
isl_sample.c 1309 return isl_point_alloc(space, vec);

Completed in 22 milliseconds