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.java799 return new shifted_CR(this, n); in shiftLeft()
808 return new shifted_CR(this, -n); in shiftRight()
1091 class shifted_CR extends CR { class
1094 shifted_CR(CR x, int n) { in shifted_CR() method in shifted_CR