Home
last modified time | relevance | path

Searched refs:shifted_CR (Results 1 – 1 of 1) sorted by relevance

/external/crcalc/src/com/hp/creals/
DCR.java793 return new shifted_CR(this, n); in shiftLeft()
802 return new shifted_CR(this, -n); in shiftRight()
1085 class shifted_CR extends CR { class
1088 shifted_CR(CR x, int n) { in shifted_CR() method in shifted_CR