Searched refs:knnew (Results 1 – 2 of 2) sorted by relevance
99 int knnew=0; /* Number of vertices in the new curves. */ local119 scoef[knnew*kdim+ki] = s1[ki];126 rcoef[knnew*rdim+ki] = s4[ki];131 st[knnew] = *s2;135 knnew++;141 st[knnew+ki] = s3[ki];145 if (knnew == 0) 148 if (knnew < kn)150 pc->in = knnew;
103 int knnew; /* New number of vertices */ local173 knnew = kj - kk;177 if (snt[knnew-1] == snt[knnew+kk-1]) knnew--;183 pc -> in = knnew;184 memcopy(pc->et,snt,knnew+kk,DOUBLE);185 memcopy(pc->ecoef,sncoef,knnew*kdim,DOUBLE);187 memcopy(pc->rcoef,srcoef,knnew*rdim,DOUBLE);