Searched refs:_2x (Results 1 – 1 of 1) sorted by relevance
383 BigInteger _2x = x.shiftLeft(1); in modDouble() local384 if (_2x.compareTo(q) >= 0) in modDouble()386 _2x = _2x.subtract(q); in modDouble()388 return _2x; in modDouble()