Home
last modified time | relevance | path

Searched refs:polys (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DPresburgerSetTest.cpp91 ArrayRef<IntegerPolyhedron> polys) { in makeSetFromPoly() argument
94 for (const IntegerPolyhedron &poly : polys) in makeSetFromPoly()
/llvm-project-15.0.7/libclc/generic/lib/math/
H A Derfc.cl114 // Argument for polys
121 // Evaluate polys
358 // table faster than evaluating 3 pairs of polys
H A Dasinh.cl206 // polys faster than we can grab 12 coefficients from a table
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_polynomial.c3572 isl_poly **polys; in isl_qpolynomial_substitute() local
3603 polys = isl_alloc_array(qp->dim->ctx, struct isl_poly *, n); in isl_qpolynomial_substitute()
3604 if (!polys) in isl_qpolynomial_substitute()
3607 polys[i] = subs[i]->poly; in isl_qpolynomial_substitute()
3609 qp->poly = isl_poly_subs(qp->poly, first, n, polys); in isl_qpolynomial_substitute()
3611 free(polys); in isl_qpolynomial_substitute()