Searched refs:kase (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/
H A Dodf.cpp580 int k,kase; local
586 // completion the variables kase and k are set as follows.
588 // kase = 1 if s(p) and e[k-1] are negligible and k<p
589 // kase = 2 if s(k) is negligible and k<p
590 // kase = 3 if e[k-1] is negligible, k<p, and
592 // kase = 4 if e(p-1) is negligible (convergence).
605 kase = 4;
620 kase = 3;
622 kase = 1;
624 kase
[all...]

Completed in 43 milliseconds