Home
last modified time | relevance | path

Searched refs:qintcr (Results 1 – 2 of 2) sorted by relevance

/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1788.c152 SISLIntcurve *qintcr=SISL_NULL; /* Intersection curve object */ local
212 if((qintcr = newIntcurve(1,2,2,spar1,spar2,0)) == SISL_NULL) goto err101;
219 s1310(ps1,ps2,qintcr,tepsge,tmax,kcur,kgraph,&kstat);
226 qcrv = qintcr -> ppar1;
233 qcrv = qintcr -> ppar2;
425 if (qintcr != SISL_NULL) freeIntcurve(qintcr);
H A Ds1787.c156 SISLIntcurve *qintcr=SISL_NULL;/* Intersection curve object */ local
257 if((qintcr = newIntcurve(1,2,0,spar,SISL_NULL,0)) == SISL_NULL) goto err101;
262 s1313(qs,simpli,kdeg,tepsco,tepsge,tmax,qintcr,kcur,kgraph,&kstat);
268 qcrv = qintcr -> ppar1;
452 if (qintcr != SISL_NULL) freeIntcurve(qintcr);