Lines Matching refs:ndelta
616 double ndelta = 0;
666 ndelta += 0.3333 * (curDist + prevDist + midDist) * data.lk[i];
680 ndelta /= data.totLen;
704 ndelta += curDist;
722 if (ndelta < delta + 0.00001) {
1003 double ndelta = 0;
1039 ndelta+=0.3333*(curDist+prevDist+midDist)/**lk[i]*/;
1052 ndelta /= totLen;
1069 ndelta+=curDist;
1094 if (ndelta < delta + 0.00001)