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

/haiku-buildtools/isl/
H A Disl_map_subtract.c102 __isl_keep isl_basic_map *bmap, int *div_map, int c, int oppose)
122 if ((c % 2) != oppose)
125 if (oppose)
129 if (oppose)
131 if ((c % 2) != oppose)
136 if (oppose) {
143 if (oppose) {
101 tab_add_constraint(struct isl_tab *tab, __isl_keep isl_basic_map *bmap, int *div_map, int c, int oppose) argument
H A Disl_mat.c511 static void oppose(struct isl_mat *M, struct isl_mat **U, function
574 oppose(M, U, Q, row, col);
897 oppose(mat, &inv, NULL, row, row);
/haiku-buildtools/cloog/osl/source/
H A Drelation.c410 * the start and stop columns. Optionally it may oppose the whole expression.
415 * \param[in] oppose Boolean set to 1 to negate the expression, 0 otherwise.
421 int row, int start, int stop, int oppose,
432 if (oppose) {
446 if (oppose) {
420 osl_relation_subexpression(osl_relation_p relation, int row, int start, int stop, int oppose, char ** strings) argument

Completed in 32 milliseconds