jdk-24/jdk/test/java/math/BigInteger
Louis Wasserman 90aebf1cf9 7131192: BigInteger.doubleValue() is depressingly slow
In doubleValue() and floatValue() replace converting to String and parsing to Double or Float with direct conversion into IEEE 754 bits.

Reviewed-by: bpb, drchase, martin
2013-06-21 11:50:45 -07:00
..
BigIntegerTest.java 4837946: Faster multiplication and exponentiation of large integers 2013-06-19 08:59:39 -07:00
CompareToTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
ExtremeShiftingTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
ModPow65537.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
ModPow.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
ModPowPowersof2.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
OperatorNpeTests.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
PrimitiveConversionTests.java 7131192: BigInteger.doubleValue() is depressingly slow 2013-06-21 11:50:45 -07:00
ProbablePrime.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
StringConstructor.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
TestValueExact.java 6879143: java.math.BigInteger misses the xxxValueExact methods 2011-09-14 11:32:11 -07:00
UnicodeConstructor.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00