Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/math/
DBitLevel.java194 int leftShiftCount = 32 - count; in shiftRight() local
196 allZero &= ( source[i] << leftShiftCount ) == 0; in shiftRight()
199 | ( source[i + intCount + 1] << leftShiftCount ); in shiftRight()