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

  /src/external/mit/isl/dist/
isl_multi_param_templ.c 27 isl_bool involved = FN(EL,involves_param_id)(multi->u.p[i], id); local
28 if (involved < 0 || involved)
29 return involved;
isl_map_simplify.c 522 /* The last local variable involved in the equality constraint
1170 * Otherwise we check if the last variable involved in the inequality
1172 * than the last variable involved in the current div expression.
2224 * In particular, for any variable involved in the constraint,
2227 * the variables involved in the constraint considered so far
2332 * to any of the variables involved in the constraints of "bset"
2378 * to any of the variables involved in "ineq"
2755 /* Project "bset" onto the variables that are involved in "template".
2768 isl_bool involved; local
2770 involved = isl_basic_set_involves_dims(template
    [all...]

Completed in 27 milliseconds