Searched refs:shifted_CR (Results 1 – 1 of 1) sorted by relevance
799 return new shifted_CR(this, n); in shiftLeft()808 return new shifted_CR(this, -n); in shiftRight()1091 class shifted_CR extends CR { class1094 shifted_CR(CR x, int n) { in shifted_CR() method in shifted_CR