Searched refs:shifted_CR (Results 1 – 1 of 1) sorted by relevance
793 return new shifted_CR(this, n); in shiftLeft()802 return new shifted_CR(this, -n); in shiftRight()1085 class shifted_CR extends CR { class1088 shifted_CR(CR x, int n) { in shifted_CR() method in shifted_CR