Lines Matching refs:xs
654 double xs[2];
669 xs[0] = w * sqrt(1 + Nk / Hs) - sqrt(rs + Nk);
670 xs[1] = w - r;
672 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0)
673 return xs[1];
675 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0)
676 return xs[1];
677 return xs[0];
687 xp = xs;
688 xs[0] = 0.0;
773 if (xp > &xs[1]) {
775 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0)
776 return xs[1];
778 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0)
779 return xs[1];
781 return xs[0];