Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Arrays/
DCopyMethods.java42 static int downShift = 3; field in CopyMethods
297 x += (x << 1) >> downShift; // giant step toward crit1-D in inc()
300 x += (x << 1) >> downShift; // giant step toward crit2-D in inc()
325 downShift = 0; in main()