Home | History | Annotate | Download | only in fraction

Lines Matching refs:flipBit

199             denominator = BigInteger.ZERO.flipBit(-k);
201 numerator = BigInteger.valueOf(m).multiply(BigInteger.ZERO.flipBit(k));