Home | History | Annotate | Download | only in dist

Lines Matching refs:rational

174 /* Return a copy of the rational affine expression of "aff".
183 /* Return the rational affine expression of "aff".
205 /* Set the rational affine expression of "aff" to "v",
206 * where the rational affine expression of "aff" may be missing
340 "expecting rational value or NaN", goto error);
931 "expecting rational value", goto error);
995 * in case "aff" is a rational expression.
1076 "expecting rational value or NaN", goto error);
1269 "expecting rational value", goto error);
1376 "expecting rational value", goto error);
2067 "expecting rational factor", goto error);
2134 "expecting rational factor", goto error);
2326 * of aff where it is positive. "rational" should not be set.
2331 int rational, void *user)
2344 if (rational)
2346 "rational sets not supported", goto error);
2363 * If "rational" is set, then return a rational basic set.
2368 __isl_take isl_aff *aff, int rational, void *user)
2384 if (rational)
2418 * If "rational" is set, then return a rational basic set.
2423 int rational, void *user)
2439 if (rational)
2975 __isl_give isl_basic_set *(*fn)(__isl_take isl_aff *aff, int rational,
2990 isl_bool rational;
2995 rational = isl_set_has_rational(pwaff->p[i].set);
2996 bset = fn(isl_aff_copy(pwaff->p[i].aff), rational, user);
3063 * "rational" should not be set.
3066 int rational, void *user)
3072 if (rational)
3074 "rational binding not supported", goto error);
3957 /* Mark the domains of "pwaff" as rational.
3978 /* Mark the domains of the elements of "list" as rational.