commit | a7ebbf5d6bb31eb6de258e58968208b3ac680755 | [log] [tgz] |
---|---|---|
author | bpb <none@none> | Fri Jun 21 11:50:45 2013 -0700 |
committer | bpb <none@none> | Fri Jun 21 11:50:45 2013 -0700 |
tree | 0bbe412f91b853a4d8de70a7bb8a369fafef54da | |
parent | 7bb053a5b3e78630d2a25e698e9b89ef09c0d93d [diff] |
7131192: BigInteger.doubleValue() is depressingly slow Summary: 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 Contributed-by: Louis Wasserman <lowasser@google.com>