Lines Matching defs:xs
623 double xs[2];
638 xs[0] = w * sqrt(1 + Nk / Hs) - sqrt(rs + Nk);
639 xs[1] = w - r;
641 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0)
642 return xs[1];
644 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0)
645 return xs[1];
646 return xs[0];
656 xp = xs;
657 xs[0] = 0.0;
736 if (xp > &xs[1]) {
738 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0)
739 return xs[1];
741 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0)
742 return xs[1];
744 return xs[0];