Home
last modified time | relevance | path

Searched refs:GBR_lt (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Dbasis_reduction_templ.c139 if (GBR_lt(F[i], one)) { in isl_tab_compute_reduced_basis()
206 if (GBR_lt(mu_F[0], mu_F[1])) in isl_tab_compute_reduced_basis()
237 if (GBR_lt(mu_F[0], mu_F[1])) { in isl_tab_compute_reduced_basis()
248 if (gbr_only_first && GBR_lt(F[tab->n_zero], two)) in isl_tab_compute_reduced_basis()
Dbasis_reduction_tab.c42 #define GBR_lt(a,b) (mpq_cmp(a,b) < 0) macro
61 #define GBR_lt(a,b) (mp_rat_compare(a,b) < 0) macro