OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_universe
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/mit/isl/dist/
isl_pw_templ.c
1106
int
is_universe
;
local
1117
is_universe
= isl_set_plain_is_universe(context);
1118
if (
is_universe
< 0)
1120
if (
is_universe
) {
isl_ast_graft.c
816
int
is_universe
;
local
821
is_universe
= isl_set_plain_is_universe(guard);
822
if (
is_universe
< 0)
824
if (
is_universe
) {
isl_convex_hull.c
3041
int
is_universe
;
local
3043
is_universe
= isl_map_plain_is_universe(map);
3044
if (
is_universe
< 0)
3046
if (
is_universe
< 0 ||
is_universe
) {
isl_output.c
1158
isl_bool
is_universe
;
local
1162
is_universe
= isl_map_plain_is_universe(map);
1163
if (
is_universe
< 0)
1165
if (!
is_universe
) {
1200
isl_bool
is_universe
;
local
1203
is_universe
= isl_basic_map_plain_is_universe(hull);
1204
if (
is_universe
< 0)
1206
else if (!
is_universe
)
isl_map_simplify.c
3676
int
is_universe
;
local
3681
is_universe
= isl_map_plain_is_universe(map);
3682
if (
is_universe
>= 0 && !
is_universe
)
3683
is_universe
= isl_map_plain_is_universe(context);
3684
if (
is_universe
< 0)
3686
if (
is_universe
) {
isl_union_map.c
1174
int
is_universe
;
local
1176
is_universe
= isl_set_plain_is_universe(set);
1177
if (
is_universe
< 0)
1179
if (
is_universe
) {
isl_test.c
1460
isl_bool
is_universe
;
local
1467
is_universe
= isl_basic_set_plain_is_universe(bset);
1470
if (
is_universe
< 0)
1472
if (!
is_universe
)
isl_map.c
8228
int
is_universe
;
local
8242
is_universe
= isl_map_plain_is_universe(map1);
8243
if (
is_universe
< 0)
8245
if (
is_universe
) {
8250
is_universe
= isl_map_plain_is_universe(map2);
8251
if (
is_universe
< 0)
8253
if (
is_universe
) {
Completed in 59 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026