Searched refs:pwf_tight (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/isl/
H A Disl_bound.h17 isl_pw_qpolynomial_fold *pwf_tight; member in struct:isl_bound
H A Disl_bound.c21 * store the result in bound->pwf and bound->pwf_tight.
78 top_pwf_tight = bound->pwf_tight;
84 bound->pwf_tight = isl_pw_qpolynomial_fold_zero(dim, bound->type);
94 bound->pwf_tight = isl_pw_qpolynomial_fold_morph_domain(
95 bound->pwf_tight, morph);
98 bound->pwf_tight = isl_pw_qpolynomial_fold_fold(top_pwf_tight,
99 bound->pwf_tight);
134 top_pwf_tight = bound->pwf_tight;
140 bound->pwf_tight = isl_pw_qpolynomial_fold_zero(dim, bound->type);
146 bound->pwf_tight
[all...]
H A Disl_range.c17 isl_pw_qpolynomial_fold *pwf_tight; member in struct:range_data
61 data_m.pwf_tight = NULL;
249 /* Helper function to add a guarded polynomial to either pwf_tight or pwf,
267 data->pwf_tight = isl_pw_qpolynomial_fold_fold(
268 data->pwf_tight, pwf);
478 data.pwf_tight = bound->pwf_tight;
488 bound->pwf_tight = data.pwf_tight;
H A Disl_bernstein.c37 isl_pw_qpolynomial_fold *pwf_tight; member in struct:bernstein_data
314 data->pwf_tight = isl_pw_qpolynomial_fold_fold(data->pwf_tight, pwf);
372 data->pwf_tight = isl_pw_qpolynomial_fold_zero(dim, data->type);
383 covers = isl_pw_qpolynomial_fold_covers(data->pwf_tight, data->pwf);
392 return data->pwf_tight;
395 data->pwf = isl_pw_qpolynomial_fold_fold(data->pwf, data->pwf_tight);
399 isl_pw_qpolynomial_fold_free(data->pwf_tight);
510 * in bound->pwf and bound->pwf_tight.
545 bound->pwf_tight
[all...]

Completed in 26 milliseconds