Home | History | Annotate | Download | only in creals

Lines Matching defs:select

823     public CR select(CR x, CR y) {
831 return subtract(x).select(x, this);
838 return subtract(x).select(this, x);
846 return select(negate(), this);