Searched refs:downShift (Results 1 – 1 of 1) sorted by relevance
42 static int downShift = 3; field in CopyMethods297 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()