Lines Matching refs:nInsQ0
147 if ( (nLenDiff * nInsQ0 > nLimit) in WLD()
195 nP = Min3( nRepP0, nRepP0, nDelR0 + nInsQ0 ); in WLD()
196 npDistance[0] = nInsQ0; // mit einfachem Einfuegen geht's los in WLD()
197 npDistance[1] = nInsQ0; in WLD()
198 npDistance[2] = nInsQ0; in WLD()
238 npMatrix[r][0] = r * nInsQ0; in WLD()
266 nQ = nInsQ0; // normale Gewichtung in WLD()
382 nInsQ0 = ( nY ? nLimit / nY : nLimit + 1 ); in CalcLPQR()
503 nInsQ0( LEVDISDEFAULT_Q0 ), in WLevDistance()
534 nInsQ0( rWLD.nInsQ0 ), in WLevDistance()
606 printf(" g nInsQ0 (Einfuegen) : %d\n", nInsQ0); in ShowTest()