OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TYPE1
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/isl/dist/
isl_type_has_equal_space_bin_templ.c
1
#undef
TYPE1
2
#define
TYPE1
TYPE
isl_point.c
49
#undef
TYPE1
50
#define
TYPE1
isl_basic_map
isl_map.c
8805
/* Is the tuple of type "
type1
" of "map" the same as
8809
enum isl_dim_type
type1
, __isl_keep isl_space *space,
8815
return isl_space_tuple_is_equal(map_space,
type1
, space, type2);
8818
/* Is the tuple of type "
type1
" of "map1" the same as
8822
enum isl_dim_type
type1
, __isl_keep isl_map *map2,
8829
return isl_space_tuple_is_equal(space1,
type1
, space2, type2);
9283
#undef
TYPE1
9284
#define
TYPE1
isl_map
13314
enum isl_dim_type
type1
, int pos1, enum isl_dim_type type2, int pos2)
13316
return isl_map_equate(set,
type1
, pos1, type2, pos2)
[
all
...]
Completed in 181 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026