Searched refs:shifted_CR (Results 1 – 1 of 1) sorted by relevance
759 return new shifted_CR(this, n); in shiftLeft()768 return new shifted_CR(this, -n); in shiftRight()1043 class shifted_CR extends CR { class1046 shifted_CR(CR x, int n) { in shifted_CR() method in shifted_CR