HomeSort by: relevance | last modified time | path
    Searched refs:GBR_lt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/
basis_reduction_templ.c 139 if (GBR_lt(F[i], one)) {
205 if (GBR_lt(mu_F[0], mu_F[1]))
236 if (GBR_lt(mu_F[0], mu_F[1])) {
247 if (gbr_only_first && GBR_lt(F[tab->n_zero], two))
basis_reduction_tab.c 42 #define GBR_lt(a,b) (mpq_cmp(a,b) < 0)
61 #define GBR_lt(a,b) (mp_rat_compare(a,b) < 0)

Completed in 73 milliseconds