Lines Matching refs:kase
580 int k,kase;
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 = 2;
630 // Perform the task indicated by kase.
632 switch (kase) {