OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Aug 30 00:27:18 UTC 2026