Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Dbasis_reduction_templ.c234 GBR_mul(mu_F[0], mu_F[0], F_new); in isl_tab_compute_reduced_basis()
236 GBR_mul(mu_F[1], mu_F[1], F_old); in isl_tab_compute_reduced_basis()
Dbasis_reduction_tab.c41 #define GBR_mul(a,b,c) mpq_mul(a,b,c) macro
60 #define GBR_mul(a,b,c) mp_rat_mul(b,c,a) macro