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

/netbsd-current/external/mit/isl/dist/
H A Disl_polynomial.c1231 res->p[i] = isl_poly_mul(isl_poly_copy(rec2->p[0]),
1246 poly = isl_poly_mul(isl_poly_copy(rec2->p[j]),
1265 __isl_give isl_poly *isl_poly_mul(__isl_take isl_poly *poly1, function
1322 return isl_poly_mul(poly2, poly1);
1346 rec->p[i] = isl_poly_mul(rec->p[i],
1383 poly = isl_poly_mul(poly, isl_poly_copy(poly));
1385 res = isl_poly_mul(res, isl_poly_copy(poly));
1598 res = isl_poly_mul(res, isl_poly_copy(base));
2027 poly = isl_poly_mul(poly, isl_qpolynomial_get_poly(qp2));
2469 res = isl_poly_mul(re
[all...]
H A Disl_polynomial_private.h133 __isl_give struct isl_poly *isl_poly_mul(__isl_take struct isl_poly *poly1,

Completed in 156 milliseconds