Searched refs:GBR_set (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | basis_reduction_templ.c | 161 GBR_set(F_new, F_saved); in isl_tab_compute_reduced_basis() 163 GBR_set(alpha, alpha_saved[i]); in isl_tab_compute_reduced_basis() 181 GBR_set(F[i+1], F_new); in isl_tab_compute_reduced_basis() 212 GBR_set(F_new, mu_F[j]); in isl_tab_compute_reduced_basis() 229 GBR_set(F_old, F[i]); in isl_tab_compute_reduced_basis() 241 GBR_set(F_saved, F_new); in isl_tab_compute_reduced_basis() 247 GBR_set(F[tab->n_zero], F_new); in isl_tab_compute_reduced_basis()
|
D | basis_reduction_tab.c | 39 #define GBR_set(a,b) mpq_set(a,b) macro 58 #define GBR_set(a,b) mp_rat_copy(b,a) macro
|