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

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020406-1.c18 int deg; member in struct:DUPFFstruct
27 return f->deg;
37 ans->deg = -1;
56 void DUPFFshift_add(DUPFF f, const DUPFF g, int deg, const FFelem coeff) argument
79 uf = DUPFFnew(dg); uf->coeffs[0] = 1; uf->deg = 0;
82 vg = DUPFFnew(df); vg->coeffs[0] = 1; vg->deg = 0;
120 f = DUPFFnew(1); f->coeffs[1] = 1; f->deg = 1;
121 g = DUPFFnew(2); g->coeffs[2] = 1; g->deg = 2;
/haiku-buildtools/isl/
H A Disl_polynomial.c3398 int deg = -1; local
3421 if (d > deg)
3422 deg = d;
3425 return deg;
3444 unsigned pos, int deg)
3453 if (deg == 0)
3464 if (deg < rec->n)
3465 return isl_upoly_copy(rec->p[deg]);
3478 t = isl_upoly_coeff(rec->p[i], pos, deg);
3491 /* Return coefficient of power "deg" o
3443 isl_upoly_coeff(__isl_keep struct isl_upoly *up, unsigned pos, int deg) argument
3493 isl_qpolynomial_coeff( __isl_keep isl_qpolynomial *qp, enum isl_dim_type type, unsigned t_pos, int deg) argument
3534 isl_upoly_homogenize( __isl_take struct isl_upoly *up, int deg, int target, int first, int last) argument
3588 int deg = isl_qpolynomial_degree(poly); local
[all...]
H A Disl_polynomial_private.h145 enum isl_dim_type type, unsigned pos, int deg);

Completed in 51 milliseconds