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

  /src/external/mit/isl/dist/
basis_reduction_templ.c 20 static void save_alpha(GBR_LP *lp, int first, int n, GBR_type *alpha)
56 GBR_type F_old, alpha, F_new;
60 GBR_type *F = NULL;
61 GBR_type *alpha_buffer[2] = { NULL, NULL };
62 GBR_type *alpha_saved;
63 GBR_type F_saved;
66 GBR_type mu_F[2];
67 GBR_type two;
68 GBR_type one;
110 F = isl_alloc_array(ctx, GBR_type, n_bounded)
    [all...]
basis_reduction_tab.c 36 #define GBR_type mpq_t
55 #define GBR_type mp_rat
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)
282 static void get_alpha(struct tab_lp* lp, int row, GBR_type *alpha)

Completed in 46 milliseconds