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

  /src/external/mit/isl/dist/
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);

Completed in 57 milliseconds