HomeSort by: relevance | last modified time | path
    Searched defs:gbr_only_first (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/isl/dist/
basis_reduction_templ.c 45 * If ctx->opt->gbr_only_first is set, the user is only interested
74 int gbr_only_first; local
83 gbr_only_first = ctx->opt->gbr_only_first;
247 if (gbr_only_first && GBR_lt(F[tab->n_zero], two))
isl_options_private.h 15 unsigned gbr_only_first; member in struct:isl_options
isl_sample.c 469 unsigned gbr_only_first; local
473 gbr_only_first = ctx->opt->gbr_only_first;
474 ctx->opt->gbr_only_first =
477 ctx->opt->gbr_only_first = gbr_only_first;

Completed in 56 milliseconds