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

/haiku-buildtools/isl/
H A Disl_polynomial.c68 int isl_upoly_is_equal(__isl_keep struct isl_upoly *up1, argument
74 if (!up1 || !up2)
76 if (up1 == up2)
78 if (up1->var != up2->var)
80 if (isl_upoly_is_cst(up1)) {
82 cst1 = isl_upoly_as_cst(up1);
90 rec1 = isl_upoly_as_rec(up1);
563 __isl_give struct isl_upoly *isl_upoly_sum_cst(__isl_take struct isl_upoly *up1, argument
569 up1 = isl_upoly_cow(up1);
626 isl_upoly_sum(__isl_take struct isl_upoly *up1, __isl_take struct isl_upoly *up2) argument
859 isl_upoly_mul_cst(__isl_take struct isl_upoly *up1, __isl_take struct isl_upoly *up2) argument
885 isl_upoly_mul_rec(__isl_take struct isl_upoly *up1, __isl_take struct isl_upoly *up2) argument
938 isl_upoly_mul(__isl_take struct isl_upoly *up1, __isl_take struct isl_upoly *up2) argument
[all...]
H A Disl_polynomial_private.h103 __isl_give struct isl_upoly *isl_upoly_mul(__isl_take struct isl_upoly *up1,
113 __isl_give struct isl_upoly *isl_upoly_sum(__isl_take struct isl_upoly *up1,

Completed in 84 milliseconds