Searched refs:_2x (Results 1 – 1 of 1) sorted by relevance
373 BigInteger _2x = x.shiftLeft(1); in modDouble() local374 if (_2x.compareTo(q) >= 0) in modDouble()376 _2x = _2x.subtract(q); in modDouble()378 return _2x; in modDouble()