OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isl_int_is_neg
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/mit/isl/dist/
isl_int.h
35
#define
isl_int_is_neg
(i) (isl_int_sgn(i) < 0)
macro
isl_pw_scale_templ.c
27
if (
isl_int_is_neg
(v))
isl_power_templ.c
45
if (
isl_int_is_neg
(exp)) {
isl_val.c
395
if (
isl_int_is_neg
(v->d)) {
1074
else if (
isl_int_is_neg
(a_copy))
1186
return isl_bool_ok(
isl_int_is_neg
(v->n) && isl_int_is_zero(v->d));
1219
return isl_bool_ok(
isl_int_is_neg
(v->n) && isl_int_abs_eq(v->n, v->d));
1239
return isl_bool_ok(
isl_int_is_neg
(v->n));
1310
lt = isl_bool_ok(
isl_int_is_neg
(t));
1479
neg =
isl_int_is_neg
(v->n);
isl_tab.c
594
if (!
isl_int_is_neg
(tab->mat->row[i][off + var->index]))
750
if (
isl_int_is_neg
(tab->mat->row[row][1]))
754
if (tab->M &&
isl_int_is_neg
(tab->mat->row[row][2]))
762
if (
isl_int_is_neg
(tab->mat->row[row][off + i]))
1244
!
isl_int_is_neg
(tab->mat->row[i][2]), abort());
1248
isl_assert(tab->mat->ctx, !
isl_int_is_neg
(tab->mat->row[i][1]),
1301
return
isl_int_is_neg
(tab->mat->row[row][1]);
1304
if (
isl_int_is_neg
(tab->mat->row[row][2]))
1306
return
isl_int_is_neg
(tab->mat->row[row][1]);
1349
while (
isl_int_is_neg
(tab->mat->row[var->index][1]))
[
all
...]
isl_constraint.c
460
return isl_bool_ok(
isl_int_is_neg
(constraint->v->el[pos]));
921
if (!
isl_int_is_neg
(bset->ineq[j][1 + abs_pos]))
1071
if (!
isl_int_is_neg
(bset->ineq[j][1 + abs_pos]))
1176
else if (
isl_int_is_neg
(bset->ineq[i][1 + abs_pos]))
1230
if (
isl_int_is_neg
(constraint->v->el[pos]))
isl_lp.c
169
better =
isl_int_is_neg
(t);
isl_tab_pip.c
1116
if (
isl_int_is_neg
(tab->mat->row[row][2]))
1165
if (
isl_int_is_neg
(tab->mat->row[row][2]))
1169
if (
isl_int_is_neg
(tab->mat->row[row][1]))
1180
if (
isl_int_is_neg
(tab->mat->row[row][off + col]))
1191
if (
isl_int_is_neg
(tab->mat->row[row][off + col]))
1250
if (
isl_int_is_neg
(tmp))
1340
if (!
isl_int_is_neg
(tab->mat->row[row][2]))
1428
if (!
isl_int_is_neg
(tr[j]))
2959
if (!
isl_int_is_neg
(bset->ineq[i][1 + j]))
3200
if (!
isl_int_is_neg
(ineq[1 + i])
[
all
...]
isl_mat.c
681
if (
isl_int_is_neg
(M->row[row][col]))
787
if (
isl_int_is_neg
(mat->row[row][last]))
1044
if (
isl_int_is_neg
(left->row[row][row]))
1152
if (
isl_int_is_neg
(mat->row[row][row]))
isl_map_simplify.c
83
if (
isl_int_is_neg
(bmap->ineq[i][0])) {
633
if (
isl_int_is_neg
(bmap->eq[done][1+last_var]))
1762
else if (
isl_int_is_neg
(bmap->ineq[i][1+d]))
3849
if (reduced &&
isl_int_is_neg
(v->block.data[0]) &&
3858
if (reduced &&
isl_int_is_neg
(v->block.data[0]) &&
4182
if (
isl_int_is_neg
(bmap->ineq[l][0])) {
4434
if (!
isl_int_is_neg
(bmap->ineq[u][off + i]))
5054
if (
isl_int_is_neg
(bmap->ineq[j][1 + off + i])) {
isl_sample.c
106
if (
isl_int_is_neg
(t))
1003
if (
isl_int_is_neg
(v->el[i]))
isl_convex_hull.c
144
if (first ||
isl_int_is_neg
(opt)) {
660
if (isl_int_gt(a, b) &&
isl_int_is_neg
(bset->eq[j][1]))
668
if (isl_int_gt(a, b) &&
isl_int_is_neg
(bset->eq[j][1]))
675
if (
isl_int_is_neg
(bset->ineq[j][1]))
683
if (upper &&
isl_int_is_neg
(bset->ineq[j][1])) {
2140
if (res == isl_lp_ok &&
isl_int_is_neg
(opt)) {
isl_fold.c
490
(res == isl_lp_ok && !
isl_int_is_neg
(opt))) {
2087
if (
isl_int_is_neg
(v))
isl_output.c
332
if (
isl_int_is_neg
(c[i])) {
812
if (
isl_int_is_neg
(bmap->eq[i][l]))
1746
neg = !first &&
isl_int_is_neg
(cst->n);
2821
if (
isl_int_is_neg
(c[i])) {
isl_scheduler.c
673
if (
isl_int_is_neg
(v->el[j]) ||
2591
if (
isl_int_is_neg
(node->max->el[i]))
isl_input.c
3049
isl_int_is_neg
(tok2->u.v)) {
isl_aff.c
3568
neg =
isl_int_is_neg
(aff2->v->el[1]);
5023
if (
isl_int_is_neg
(bmap->eq[eq][o_out + pos])) {
isl_polynomial.c
252
return isl_bool_ok(
isl_int_is_neg
(cst->n) && isl_int_is_zero(cst->d));
isl_map.c
3690
if (
isl_int_is_neg
(s)) {
10033
else if (res == isl_lp_ok &&
isl_int_is_neg
(opt))
Completed in 41 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026