OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ls2
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/mit/isl/dist/include/isl/
local_space.h
74
__isl_take isl_local_space *ls1, __isl_take isl_local_space *
ls2
);
80
__isl_keep isl_local_space *
ls2
);
/src/external/mit/isl/dist/
isl_local_space_private.h
62
__isl_keep isl_local_space *
ls2
);
98
__isl_keep isl_local_space *
ls2
);
isl_local_space.c
190
__isl_keep isl_local_space *
ls2
)
194
equal = isl_local_space_has_equal_space(ls1,
ls2
);
200
if (!isl_local_space_divs_known(
ls2
))
203
return isl_mat_is_equal(ls1->div,
ls2
->div);
208
* Return -1 if "ls1" is "smaller" than "
ls2
", 1 if "ls1" is "greater"
209
* than "
ls2
" and 0 if they are equal.
212
__isl_keep isl_local_space *
ls2
)
216
if (ls1 ==
ls2
)
220
if (!
ls2
)
223
cmp = isl_space_cmp(ls1->dim,
ls2
->dim)
[
all
...]
isl_coalesce.c
2866
isl_local_space *ls1, *
ls2
;
local
2872
ls2
= isl_local_space_wrap(isl_basic_map_get_local_space(info2->bmap));
2878
!isl_local_space_div_is_known(
ls2
, i))
2886
div2 = isl_local_space_get_div(
ls2
, i);
2898
isl_local_space_free(
ls2
);
/src/external/gpl3/gdb/dist/sim/testsuite/bfin/
se_loop_lr.S
359
LD32_LABEL(r0,
ls2
);
363
ls2
:LB0 = R1;
/src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
se_loop_lr.S
359
LD32_LABEL(r0,
ls2
);
363
ls2
:LB0 = R1;
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
statementsem.d
3877
LabelDsymbol
ls2
= fd.searchLabel(ls.ident, ls.loc);
3878
if (
ls2
.statement)
3880
ls.error("label `%s` already defined",
ls2
.toChars());
3884
ls2
.statement = ls;
/src/external/gpl3/gcc/dist/gcc/
diagnostic-show-locus.cc
286
const line_span *
ls2
= (const line_span *)p2;
local
287
int first_line_cmp = compare (ls1->m_first_line,
ls2
->m_first_line);
290
return compare (ls1->m_last_line,
ls2
->m_last_line);
/src/external/gpl3/gcc.old/dist/gcc/
diagnostic-show-locus.cc
285
const line_span *
ls2
= (const line_span *)p2;
local
286
int first_line_cmp = compare (ls1->m_first_line,
ls2
->m_first_line);
289
return compare (ls1->m_last_line,
ls2
->m_last_line);
Completed in 57 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026