Searched refs:GBR_mul (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | basis_reduction_templ.c | 234 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()
|
D | basis_reduction_tab.c | 41 #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
|