Home | History | Annotate | Download | only in dist

Lines Matching defs:pnt

13 /* Evaluate "u" in the void point "pnt".
17 __isl_take isl_point *pnt)
21 ctx = isl_point_get_ctx(pnt);
23 isl_point_free(pnt);
29 * "pnt" is the point in which the function is evaluated.
33 isl_point *pnt;
49 v = FN(PART,eval)(part, isl_point_copy(data->pnt));
55 /* Evaluate "u" in the point "pnt".
58 __isl_take isl_point *pnt)
60 S(UNION,eval_data) data = { pnt };
64 is_void = isl_point_is_void(pnt);
68 return FN(UNION,eval_void)(u, pnt);
70 data.v = isl_val_zero(isl_point_get_ctx(pnt));
71 space = isl_point_peek_space(pnt);
76 isl_point_free(pnt);
80 isl_point_free(pnt);