Lines Matching +full:zero +full:- +full:point
6 * Written by Sven Verdoolaege, INRIA Saclay - Ile-de-France,
13 /* Evaluate "u" in the void point "pnt".
29 * "pnt" is the point in which the function is evaluated.
30 * "v" stores the result and is initialized to zero.
37 /* Update the evaluation in data->v based on the evaluation of "part".
40 * is assumed to evaluate to anything other than zero.
41 * Since the value is initialized to zero, the evaluation of "part"
49 v = FN(PART,eval)(part, isl_point_copy(data->pnt)); in FN()
50 data->v = isl_val_add(data->v, v); in FN()
52 return isl_stat_non_null(data->v); in FN()
55 /* Evaluate "u" in the point "pnt".