Home
last modified time | relevance | path

Searched defs:NbMaxRays (Results 1 – 5 of 5) sorted by relevance

/dports/math/polylib/polylib-5.22.5/source/kernel/
H A Dpolyhedron.c1906 Polyhedron *Constraints2Polyhedron(Matrix *Constraints,unsigned NbMaxRays) { in Constraints2Polyhedron()
2508 Polyhedron *SubConstraint(Value *Con,Polyhedron *Pol,unsigned NbMaxRays,int Pass) { in SubConstraint()
3260 Polyhedron *DomainSimplify(Polyhedron *Pol1, Polyhedron *Pol2, unsigned NbMaxRays) { in DomainSimplify()
3493 Polyhedron *DomainUnion(Polyhedron *Pol1,Polyhedron *Pol2,unsigned NbMaxRays) { in DomainUnion()
3608 Polyhedron *DomainDifference(Polyhedron *Pol1,Polyhedron *Pol2,unsigned NbMaxRays) { in DomainDifference()
3665 Polyhedron *align_context(Polyhedron *Pol,int align_dimension,int NbMaxRays) { in align_context()
3743 Polyhedron *Polyhedron_Scan(Polyhedron *D, Polyhedron *C,unsigned NbMaxRays) { in Polyhedron_Scan()
4002 Polyhedron *Polyhedron_Preimage(Polyhedron *Pol,Matrix *Func,unsigned NbMaxRays) { in Polyhedron_Preimage()
4061 Polyhedron *DomainPreimage(Polyhedron *Pol,Matrix *Func,unsigned NbMaxRays) { in DomainPreimage()
4351 Polyhedron *DomainAddConstraints(Polyhedron *Pol,Matrix *Mat,unsigned NbMaxRays) { in DomainAddConstraints()
[all …]
H A Dvector.c67 value_init(tmp);value_init(f);
68
69 if (n-p<p)
104 value_multiply(*result,*result,tmp);
105 }
106 for(i=1;i<=(a-b);++i) {
/dports/math/barvinok/barvinok-0.41.5/polylib/source/kernel/
H A Dpolyhedron.c1906 Polyhedron *Constraints2Polyhedron(Matrix *Constraints,unsigned NbMaxRays) { in Constraints2Polyhedron()
2508 Polyhedron *SubConstraint(Value *Con,Polyhedron *Pol,unsigned NbMaxRays,int Pass) { in SubConstraint()
3260 Polyhedron *DomainSimplify(Polyhedron *Pol1, Polyhedron *Pol2, unsigned NbMaxRays) { in DomainSimplify()
3493 Polyhedron *DomainUnion(Polyhedron *Pol1,Polyhedron *Pol2,unsigned NbMaxRays) { in DomainUnion()
3608 Polyhedron *DomainDifference(Polyhedron *Pol1,Polyhedron *Pol2,unsigned NbMaxRays) { in DomainDifference()
3665 Polyhedron *align_context(Polyhedron *Pol,int align_dimension,int NbMaxRays) { in align_context()
3743 Polyhedron *Polyhedron_Scan(Polyhedron *D, Polyhedron *C,unsigned NbMaxRays) { in Polyhedron_Scan()
4002 Polyhedron *Polyhedron_Preimage(Polyhedron *Pol,Matrix *Func,unsigned NbMaxRays) { in Polyhedron_Preimage()
4061 Polyhedron *DomainPreimage(Polyhedron *Pol,Matrix *Func,unsigned NbMaxRays) { in DomainPreimage()
4351 Polyhedron *DomainAddConstraints(Polyhedron *Pol,Matrix *Mat,unsigned NbMaxRays) { in DomainAddConstraints()
[all …]
H A Dpolyparam.c62 Polyhedron *PDomainIntersection(Polyhedron *Pol1,Polyhedron *Pol2,unsigned NbMaxRays) { in PDomainIntersection()
103 Polyhedron *PDomainDifference(Polyhedron *Pol1,Polyhedron *Pol2,unsigned NbMaxRays) { in PDomainDifference()
/dports/math/barvinok/barvinok-0.41.5/
H A Dutil.c116 Polyhedron* Polyhedron_Polar(Polyhedron *P, unsigned NbMaxRays) in Polyhedron_Polar()
713 unsigned NbMaxRays) in Polyhedron_Factor()