- 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>
-
- 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>
-
- 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
-
- 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
-