Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/
Dbasis_reduction_templ.c20 static void save_alpha(GBR_LP *lp, int first, int n, GBR_type *alpha) in save_alpha()
56 GBR_type F_old, alpha, F_new; in isl_tab_compute_reduced_basis()
60 GBR_type *F = NULL; in isl_tab_compute_reduced_basis()
61 GBR_type *alpha_buffer[2] = { NULL, NULL }; in isl_tab_compute_reduced_basis()
62 GBR_type *alpha_saved; in isl_tab_compute_reduced_basis()
63 GBR_type F_saved; in isl_tab_compute_reduced_basis()
66 GBR_type mu_F[2]; in isl_tab_compute_reduced_basis()
67 GBR_type two; in isl_tab_compute_reduced_basis()
68 GBR_type one; in isl_tab_compute_reduced_basis()
110 F = isl_alloc_array(ctx, GBR_type, n_bounded); in isl_tab_compute_reduced_basis()
[all …]
Dbasis_reduction_tab.c36 #define GBR_type mpq_t macro
55 #define GBR_type mp_rat macro
93 static void get_obj_val(struct tab_lp* lp, GBR_type *F);
96 static void get_alpha(struct tab_lp* lp, int row, GBR_type *alpha);
246 static void get_obj_val(struct tab_lp* lp, GBR_type *F) in get_obj_val()
282 static void get_alpha(struct tab_lp* lp, int row, GBR_type *alpha) in get_alpha()