Searched defs:halfEven (Results 1 – 2 of 2) sorted by relevance
146 int halfEven = BigIntegerMath.log2(x, HALF_EVEN); in testLog2HalfEven() local150 assertEquals(BigIntegerMath.log2(x, floorWasEven ? HALF_DOWN : HALF_UP), halfEven); in testLog2HalfEven() local239 int halfEven = BigIntegerMath.log10(x, HALF_EVEN); in testLog10HalfEven() local243 assertEquals(BigIntegerMath.log10(x, floorWasEven ? HALF_DOWN : HALF_UP), halfEven); in testLog10HalfEven() local
134 int halfEven = BigIntegerMath.log2(x, HALF_EVEN); in testLog2HalfEven() local138 assertEquals(BigIntegerMath.log2(x, floorWasEven ? HALF_DOWN : HALF_UP), halfEven); in testLog2HalfEven() local