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

/haiku-buildtools/isl/
H A Disl_ast_build_expr.c35 * *change_sign is set by this function if the sign of
57 static __isl_give isl_ast_expr *var_div(int *change_sign, argument
80 *change_sign = 1;
100 * *change_sign is set by this function if the sign of
108 static __isl_give isl_ast_expr *var(int *change_sign, argument
116 return var_div(change_sign, ls, pos, build);
297 int change_sign; local
302 change_sign = 0;
303 term = var(&change_sign, ls, type, pos, build);
304 if (change_sign)
[all...]

Completed in 35 milliseconds