OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_space
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/isl/dist/
isl_union_map.c
933
* In particular, it makes sure that "
match_space
" can be called
935
* "
match_space
" specifies how to transform the space of a map
944
__isl_give isl_space *(*
match_space
)(__isl_take isl_space *space);
member in struct:isl_bin_op_control
989
/* Dummy
match_space
function that simply returns the input space.
1003
* data->control->
match_space
specifies which map in data->umap2
1021
if (data->control->
match_space
!= &identity)
1022
space = data->control->
match_space
(space);
1101
.
match_space
= &identity,
1431
.
match_space
= &isl_space_domain,
1466
.
match_space
= &isl_space_domain
[
all
...]
isl_union_templ.c
730
* If "
match_space
" is not NULL, then the set extracted from the union set
732
* but rather in the space that results from calling "
match_space
"
737
__isl_give isl_space *(*
match_space
)(__isl_take isl_space *space);
766
if (data->control->
match_space
)
767
space = data->control->
match_space
(space);
881
.
match_space
= &isl_space_factor_domain,
896
.
match_space
= &isl_space_factor_range,
Completed in 54 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026