OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_space
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/isl/dist/
isl_transitive_closure.c
2046
isl_space *
target_space
;
local
2067
target_space
= isl_map_get_space(map);
2068
target_space
= isl_space_from_range(isl_space_wrap(
target_space
));
2069
target_space
= isl_space_add_dims(
target_space
, isl_dim_in, 1);
2070
target_space
= isl_space_set_dim_name(
target_space
, isl_dim_in, 0, "k");
2083
map = isl_map_reset_space(map,
target_space
);
isl_map.c
8766
isl_space *
target_space
;
local
8779
target_space
= isl_space_domain(isl_basic_map_get_space(bmap));
8798
bset = isl_basic_set_reset_space(bset,
target_space
);
Completed in 41 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026