- 30 10月, 2019 1 次提交
-
-
由 bpb 提交于
Reviewed-by: darcy, ahgross, rhalade
-
- 10 10月, 2018 1 次提交
-
-
由 igerasim 提交于
Reviewed-by: darcy, rhalade, mschoene
-
- 07 2月, 2015 1 次提交
-
-
由 bpb 提交于
Summary: Replace divWord() with non-truncating alternatives Reviewed-by: psandoz, darcy
-
- 19 9月, 2014 1 次提交
-
-
由 bpb 提交于
Summary: Remove remaining non-US-ASCII characters Reviewed-by: alanb
-
- 18 9月, 2014 1 次提交
-
-
由 bpb 提交于
Summary: Replace bad fonts with spaces. Reviewed-by: alanb
-
- 16 9月, 2014 2 次提交
-
-
由 bpb 提交于
Summary: Modify divideLarge() method such that the w/z division exercises the B-Z branch. Reviewed-by: darcy Contributed-by: NRobert Gibson <robbiexgibson@yahoo.com>
-
由 bpb 提交于
Summary: Modify MutableBigInteger.divideAndRemainderBurnikelZiegler() to copy the instance (this) to a new MutableBigInteger to use as the dividend. Reviewed-by: darcy Contributed-by: robbiexgibson@yahoo.com
-
- 27 12月, 2013 1 次提交
-
-
由 lana 提交于
Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date Reviewed-by: tbell, lancea, chegar
-
- 05 12月, 2013 1 次提交
-
-
由 bpb 提交于
Summary: Ensure the value returned by getLower() is unsigned. Reviewed-by: darcy
-
- 05 11月, 2013 1 次提交
-
-
由 bpb 提交于
Summary: Add @run tag to specify heap size Reviewed-by: alanb, dxu
-
- 31 10月, 2013 1 次提交
-
-
由 bpb 提交于
8021203: BigInteger.doubleValue/floatValue returns 0.0 instead of Infinity 8021204: Constructor BigInteger(String val, int radix) doesn't detect overflow 8022780: Incorrect BigInteger division because of MutableBigInteger.bitLength() overflow Summary: Prevent construction of overflowed BigIntegers. Reviewed-by: bpb, darcy, psandoz Contributed-by: NDmitry Nadezhin <dmitry.nadezhin@oracle.com>
-
- 24 8月, 2013 1 次提交
-
-
由 bpb 提交于
6446965: Using BigDecimal.divideToIntegralValue with extreme scales can lead to an incorrect result Summary: Fix overflow of ints and ensure appropriate values passed to checkScaleNonZero() Reviewed-by: darcy, martin Contributed-by: NBrian Burkhalter <brian.burkhalter@oracle.com>
-
- 13 8月, 2013 1 次提交
-
-
由 bpb 提交于
8022180: BigInteger Burnikel-Ziegler quotient and remainder calculation assumes quotient parameter is zero Summary: Clear the quotient in divideAndRemainderBurnikelZiegler() if the divisor is larger than the dividend. Reviewed-by: alanb, bpb Contributed-by: NTimothy Buktu <tbuktu@hotmail.com>
-
- 27 7月, 2013 2 次提交
-
-
由 bpb 提交于
Summary: Some minor cleanup to adhere better to Java coding conventions. Reviewed-by: darcy Contributed-by: NBrian Burkhalter <brian.burkhalter@oracle.com>
-
由 bpb 提交于
Summary: Implement Burnickel-Ziegler division algorithm in BigInteger Reviewed-by: bpb, martin Contributed-by: NTim Buktu <tbuktu@hotmail.com>
-
- 10 7月, 2013 1 次提交
-
-
由 bpb 提交于
Summary: Make stripTrailingZeros() return BigDecimal.ZERO if the BigDecimal is numerically equal to zero. Reviewed-by: darcy Contributed-by: NBrian Burkhalter <brian.burkhalter@oracle.com>
-
- 03 8月, 2013 1 次提交
-
-
由 bpb 提交于
Summary: Fail test if errors; fix test values; port BigDecimal version to BigInteger Reviewed-by: smarks, alanb Contributed-by: NBrian Burkhalter <brian.burkhalter@oracle.com>
-
- 19 6月, 2013 1 次提交
-
-
由 bpb 提交于
4646474: BigInteger.pow() algorithm slow in 1.4.0 Summary: Implement Karatsuba and 3-way Toom-Cook multiplication as well as exponentiation using Karatsuba and Toom-Cook squaring. Reviewed-by: alanb, bpb, martin Contributed-by: NAlan Eliasen <eliasen@mindspring.com>
-
- 21 6月, 2013 1 次提交
-
-
由 bpb 提交于
Summary: Accelerate conversion to string by means of Schoenhage recursive base conversion. Reviewed-by: bpb, alanb Contributed-by: NAlan Eliasen <eliasen@mindspring.com>
-
- 22 6月, 2013 1 次提交
-
-
由 bpb 提交于
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: NLouis Wasserman <lowasser@google.com>
-
- 21 12月, 2012 1 次提交
-
-
由 katleman 提交于
Reviewed-by: ohair
-
- 15 9月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb
-
- 02 9月, 2011 1 次提交
-
-
由 darcy 提交于
Reviewed-by: darcy Contributed-by: sergey.kuksenko@oracle.com
-
- 17 4月, 2011 1 次提交
-
-
由 alanb 提交于
Reviewed-by: darcy Contributed-by: sergey.kuksenko@oracle.com
-
- 07 4月, 2011 1 次提交
-
-
由 ohair 提交于
Reviewed-by: dholmes
-
- 23 2月, 2011 1 次提交
-
-
由 smarks 提交于
Reviewed-by: alanb, darcy, naoto
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 23 12月, 2009 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb
-
- 04 12月, 2009 1 次提交
-
-
由 darcy 提交于
Reviewed-by: ohair
-
- 21 10月, 2009 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb
-
- 28 8月, 2009 1 次提交
-
-
由 xlu 提交于
Reviewed-by: darcy
-
- 21 6月, 2009 1 次提交
-
-
由 xlu 提交于
Summary: The returned result from multiply should be constructed by using valueOf to take care of the INFLATED case. Reviewed-by: darcy
-
- 25 5月, 2009 2 次提交
- 27 1月, 2009 1 次提交
-
-
由 darcy 提交于
6601458: Move java.math tests from closed to open 6740185: Move java/lang/annotations tests to open 6759433: Move Math and StrictMath regression tests from closed to open Summary: Move some more regression tests to the open Reviewed-by: jjg
-